Skip to content
Snippets Groups Projects
Commit b7fb4da6 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 19/09/2017: removed CFILES_STA variable (useless)

parent a3244c9d
No related branches found
No related tags found
No related merge requests found
......@@ -162,8 +162,7 @@ ENDIF
!have been reinitialized
NFILES=0
DO JFILECUR=IFILECUR+1,100
IF (LEN_TRIM(CFILES(JFILECUR)) /= 0 .AND. &
CFILES_STA(JFILECUR) == 'INIT_SV') THEN
IF (LEN_TRIM(CFILES(JFILECUR)) /= 0) THEN
NFILES= NFILES +1
NBRFILES(NFILES)=JFILECUR ! contains the number of the files where
! the Lag. tracers have been restarted
......
......@@ -359,7 +359,6 @@ YSUFFIX='_DIAG'
!
CFILES(:) = ' '
NSTART_SUPP(:) = NUNDEF
CFILES_STA(:) = 'INIT_SV'
!
LLIDAR=.FALSE.
CVIEW_LIDAR='NADIR'
......
......@@ -12,9 +12,6 @@
MODULE MODD_STO_FILE
!################
CHARACTER (LEN=28), SAVE :: CFILES(100) ! names of the files to be treated
CHARACTER (LEN=28), SAVE :: CFILES_STA(100) ! status of these files 'INIT_SV'
! if a restart of the lagrangian
! tracers has been performed
INTEGER , SAVE :: NSTART_SUPP(100) ! supplementary starts
! for the lagrangian trajectories
!
......
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