Skip to content
Snippets Groups Projects
Commit 4191bdee authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 22/06/2022: turb packing, definition of NIJT

parent a927af1d
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@ YDDIMPHYEX%NJT=KJT
YDDIMPHYEX%NJB=1
YDDIMPHYEX%NJE=KJT
!
YDDIMPHYEX%NIJT=KIT*KJT
!
YDDIMPHYEX%NKL=-1
YDDIMPHYEX%NKT=KKT
YDDIMPHYEX%NKA=KKT
......
......@@ -70,6 +70,7 @@ TYPE DIMPHYEX_t
INTEGER :: NJBC ! = NIB/NJC/NIE/NJE in all schemes
INTEGER :: NIEC ! except in turbulence where external HALO points must be
INTEGER :: NJEC ! included so NIBC=NJBC=1 and NIEC/NJEC=NIT/NJT
INTEGER :: NIJT ! NIT*NJT for horizontal packing
!
END TYPE DIMPHYEX_t
!
......
......@@ -59,6 +59,7 @@ IF (LHOOK) CALL DR_HOOK('FILL_DIMPHYEX', 0, ZHOOK_HANDLE)
!
YDDIMPHYEX%NIT=KIT
YDDIMPHYEX%NJT=KJT
YDDIMPHYEX%NIJT=KIT*KJT
CALL GET_INDICE_ll(YDDIMPHYEX%NIB, YDDIMPHYEX%NJB,&
&YDDIMPHYEX%NIE, YDDIMPHYEX%NJE)
!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment