Changeset 1073 for trunk/LMDZ.MARS/util/lslin.F90
- Timestamp:
- Oct 17, 2013, 4:19:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/lslin.F90
r410 r1073 10 10 ! Modified by Ehouarn Millour 10/2007 (changed evaluation of 'start_var' 11 11 ! from hard-coded values to a computed value) 12 ! Read controle field, if available TN, October 2013 13 12 14 13 15 implicit none … … 109 111 read(*,'(a50)') infile 110 112 111 write(*,*) "Is it a concatnc file? (y/n)?" 113 !write(*,*) "Is it a concatnc file? (y/n)?" 114 write(*,*) "Do you want to specify the beginning day of the file" 115 write(*,*) "in case the controle field is not present ? (y/n)?" 112 116 read(*,*) answer 113 117 if ((answer=="y").or.(answer=="Y")) then 114 write(*,*) "Beginning day of the concatncfile?"118 write(*,*) "Beginning day of the file?" 115 119 read(*,*) reptime 116 120 ! start_var=8 ! 'concatnc' type of file … … 311 315 endif 312 316 313 day_ini = tab_cntrl(4) 317 day_ini = tab_cntrl(4) 318 day_ini = modulo(day_ini,669) 314 319 write(*,*) 'day_ini', day_ini 315 320 else
Note: See TracChangeset
for help on using the changeset viewer.