New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8668 for branches/2017/dev_r8600_xios_read/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90 – NEMO

Ignore:
Timestamp:
2017-10-30T12:44:29+01:00 (6 years ago)
Author:
andmirek
Message:

#1953 change variable names to follow NEMO coding convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_read/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90

    r8612 r8668  
    319319         IF( iom_varid( numror, 'kt', ldstop = .FALSE. ) > 0 ) THEN 
    320320            ! Get Calendar informations 
    321             CALL iom_get( numror, 'kt', zkt, lrxios = lxios_read )   ! last time-step of previous run 
     321            CALL iom_get( numror, 'kt', zkt, ldxios = lxios_read )   ! last time-step of previous run 
    322322            IF(lwp) THEN 
    323323               WRITE(numout,*) ' *** Info read in restart : ' 
     
    338338            IF ( nrstdt == 2 ) THEN 
    339339               ! read the parameters corresponding to nit000 - 1 (last time step of previous run) 
    340                CALL iom_get( numror, 'ndastp', zndastp, lrxios = lxios_read ) 
     340               CALL iom_get( numror, 'ndastp', zndastp, ldxios = lxios_read ) 
    341341               ndastp = NINT( zndastp ) 
    342                CALL iom_get( numror, 'adatrj', adatrj, lrxios = lxios_read ) 
    343           CALL iom_get( numror, 'ntime', ktime, lrxios = lxios_read ) 
     342               CALL iom_get( numror, 'adatrj', adatrj, ldxios = lxios_read ) 
     343          CALL iom_get( numror, 'ntime', ktime, ldxios = lxios_read ) 
    344344          nn_time0=INT(ktime) 
    345345               ! calculate start time in hours and minutes 
Note: See TracChangeset for help on using the changeset viewer.