Changeset 8802
- Timestamp:
- 2017-11-23T17:48:06+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/SAS_SRC/daymod.F90
r8801 r8802 33 33 USE timing ! Timing 34 34 USE restart ! restart 35 USE iom_def, ONLY : l xios_read35 USE iom_def, ONLY : lrxios 36 36 IMPLICIT NONE 37 37 PRIVATE … … 318 318 IF( iom_varid( numror, 'kt', ldstop = .FALSE. ) > 0 ) THEN 319 319 ! Get Calendar informations 320 CALL iom_get( numror, 'kt', zkt, ldxios = l xios_read) ! last time-step of previous run320 CALL iom_get( numror, 'kt', zkt, ldxios = lrxios ) ! last time-step of previous run 321 321 IF(lwp) THEN 322 322 WRITE(numout,*) ' *** Info read in restart : ' … … 337 337 IF ( nrstdt == 2 ) THEN 338 338 ! read the parameters corresponding to nit000 - 1 (last time step of previous run) 339 CALL iom_get( numror, 'ndastp', zndastp, ldxios = l xios_read)339 CALL iom_get( numror, 'ndastp', zndastp, ldxios = lrxios ) 340 340 ndastp = NINT( zndastp ) 341 CALL iom_get( numror, 'adatrj', adatrj, ldxios = l xios_read)342 CALL iom_get( numror, 'ntime', ktime, ldxios = l xios_read)341 CALL iom_get( numror, 'adatrj', adatrj, ldxios = lrxios ) 342 CALL iom_get( numror, 'ntime', ktime, ldxios = lrxios ) 343 343 nn_time0=INT(ktime) 344 344 ! calculate start time in hours and minutes
Note: See TracChangeset
for help on using the changeset viewer.