diff --git a/src/common/turb/mode_turb_ver_thermo_flux.F90 b/src/common/turb/mode_turb_ver_thermo_flux.F90
index d853c5e59122f22e9453835ad2aaade814c449a1..5f8e070d869b9ee097ba12a014f700e041e0c8c8 100644
--- a/src/common/turb/mode_turb_ver_thermo_flux.F90
+++ b/src/common/turb/mode_turb_ver_thermo_flux.F90
@@ -394,9 +394,11 @@ INTEGER                    :: IIB,IJB       ! Lower bounds of the physical
 INTEGER                    :: IIE,IJE       ! Upper bounds of the physical
                                             ! sub-domain in x and y directions
 !
-REAL, DIMENSION(NIMAX_ll+2*JPHEXT)  :: ZXHAT_ll  !  Position x in the conformal
+! TODO TO BE REMOVED OUTSIDE OF TURB ? : SHOULD BE NI/JMAX_ll+2*JPHEXT
+! WARNING WRONG DIMENSION, NIMAX_ll not initialized with AROME
+REAL, DIMENSION(1)  :: ZXHAT_ll  !  Position x in the conformal
                                                  ! plane (array on the complete domain)
-REAL, DIMENSION(NJMAX_ll+2*JPHEXT)  :: ZYHAT_ll  !   Position y in the conformal
+REAL, DIMENSION(1)  :: ZYHAT_ll  !   Position y in the conformal
                                                  ! plane (array on the complete domain)
 !
 !