Skip to content
Snippets Groups Projects
Commit a9c93540 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan & JP Chaboureau : 07/03/2016 fix the dimensions of local arrays

parent 278eaf52
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ END MODULE MODI_WRITE_LFIFM1_FOR_DIAG_SUPP ...@@ -82,6 +82,7 @@ END MODULE MODI_WRITE_LFIFM1_FOR_DIAG_SUPP
!! 2015 : D.Ricard add UM10/VM10 for LCARTESIAN=T cases !! 2015 : D.Ricard add UM10/VM10 for LCARTESIAN=T cases
!! J.Escobar : 15/09/2015 : WENO5 & JPHEXT <> 1 !! J.Escobar : 15/09/2015 : WENO5 & JPHEXT <> 1
!! P.Tulet : Diag for salt and orilam !! P.Tulet : Diag for salt and orilam
!! J.-P. Chaboureau 07/03/2016 fix the dimensions of local arrays
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
!* 0. DECLARATIONS !* 0. DECLARATIONS
...@@ -200,9 +201,9 @@ REAL,DIMENSION(SIZE(XTHT,1),SIZE(XTHT,2),SIZE(XTHT,3)) :: ZCORIOZ ...@@ -200,9 +201,9 @@ REAL,DIMENSION(SIZE(XTHT,1),SIZE(XTHT,2),SIZE(XTHT,3)) :: ZCORIOZ
! !
!* 0. ARRAYS BOUNDS INITIALIZATION !* 0. ARRAYS BOUNDS INITIALIZATION
! !
IIU=NIMAX+2*JPHEXT IIU=SIZE(XTHT,1)
IJU=NJMAX+2*JPHEXT IJU=SIZE(XTHT,2)
IKU=NKMAX+2*JPVEXT IKU=SIZE(XTHT,3)
CALL GET_INDICE_ll (IIB,IJB,IIE,IJE) CALL GET_INDICE_ll (IIB,IJB,IIE,IJE)
IKB=1+JPVEXT IKB=1+JPVEXT
IKE=IKU-JPVEXT IKE=IKU-JPVEXT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment