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

Quentin 28/03/2022: to be fixed : NIMAX_ll not available for AROME ==> remove...

Quentin 28/03/2022: to be fixed : NIMAX_ll not available for AROME ==> remove part of code that compute ZDIST for LOCEAN outside of PHYEXé
parent 2cd9ab14
No related branches found
No related tags found
No related merge requests found
...@@ -394,9 +394,11 @@ INTEGER :: IIB,IJB ! Lower bounds of the physical ...@@ -394,9 +394,11 @@ INTEGER :: IIB,IJB ! Lower bounds of the physical
INTEGER :: IIE,IJE ! Upper bounds of the physical INTEGER :: IIE,IJE ! Upper bounds of the physical
! sub-domain in x and y directions ! 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) ! 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) ! plane (array on the complete domain)
! !
! !
......
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