Skip to content
Snippets Groups Projects
Commit e7724a7b authored by Gaelle DELAUTIER's avatar Gaelle DELAUTIER
Browse files

Gaelle 4/5/18 : bug mozart

parent cb39fa0f
No related branches found
No related tags found
No related merge requests found
...@@ -382,15 +382,15 @@ end do ...@@ -382,15 +382,15 @@ end do
start3d(2) = 1 start3d(2) = 1
start3d(3) = 1 start3d(3) = 1
! Choose time index according to the chosen time in namelist ! Choose time index according to the chosen time in namelist
! 1 for 00 - 2 for 06 - 3 for 12 - 4 for 18 ! 1 for 06h - 2 for 12h - 3 for 18h - 4 for 24h
IF (CDUMMY1=="00") THEN IF (CDUMMY1=="06") THEN
itimeindex=1 itimeindex=1
ELSEIF (CDUMMY1=="06") THEN
itimeindex=2
ELSEIF (CDUMMY1=="12") THEN ELSEIF (CDUMMY1=="12") THEN
itimeindex=3 itimeindex=2
ELSEIF (CDUMMY1=="18") THEN ELSEIF (CDUMMY1=="18") THEN
itimeindex=4 itimeindex=3
ELSEIF (CDUMMY1=="24") THEN
itimeindex=4
ENDIF ENDIF
start3d(4) = itimeindex start3d(4) = itimeindex
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment