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 8793 for branches/2017/dev_r8600_xios_read_write/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90 – NEMO

Ignore:
Timestamp:
2017-11-23T13:02:23+01:00 (6 years ago)
Author:
andmirek
Message:

#1953 and #1962 change lxios_read to lrxios to be consistent with write branch

File:
1 edited

Legend:

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

    r8770 r8793  
    3434   USE restart        ! restart 
    3535   USE iom_def, ONLY : lwxios 
    36    USE iom_def, ONLY : lxios_read 
     36   USE iom_def, ONLY : lrxios 
    3737 
    3838   IMPLICIT NONE 
     
    328328         IF( iom_varid( numror, 'kt', ldstop = .FALSE. ) > 0 ) THEN 
    329329            ! Get Calendar informations 
    330             CALL iom_get( numror, 'kt', zkt, ldxios = lxios_read )   ! last time-step of previous run 
     330            CALL iom_get( numror, 'kt', zkt, ldxios = lrxios )   ! last time-step of previous run 
    331331            IF(lwp) THEN 
    332332               WRITE(numout,*) ' *** Info read in restart : ' 
     
    347347            IF ( nrstdt == 2 ) THEN 
    348348               ! read the parameters corresponding to nit000 - 1 (last time step of previous run) 
    349                CALL iom_get( numror, 'ndastp', zndastp, ldxios = lxios_read ) 
     349               CALL iom_get( numror, 'ndastp', zndastp, ldxios = lrxios ) 
    350350               ndastp = NINT( zndastp ) 
    351                CALL iom_get( numror, 'adatrj', adatrj, ldxios = lxios_read ) 
    352           CALL iom_get( numror, 'ntime', ktime, ldxios = lxios_read ) 
     351               CALL iom_get( numror, 'adatrj', adatrj, ldxios = lrxios ) 
     352          CALL iom_get( numror, 'ntime', ktime, ldxios = lrxios ) 
    353353          nn_time0=INT(ktime) 
    354354               ! calculate start time in hours and minutes 
Note: See TracChangeset for help on using the changeset viewer.