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 8802 – NEMO

Changeset 8802


Ignore:
Timestamp:
2017-11-23T17:48:06+01:00 (6 years ago)
Author:
andmirek
Message:

#1953 and #1962 lrxios in SAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/SAS_SRC/daymod.F90

    r8801 r8802  
    3333   USE timing         ! Timing 
    3434   USE restart        ! restart 
    35    USE iom_def, ONLY : lxios_read 
     35   USE iom_def, ONLY : lrxios 
    3636   IMPLICIT NONE 
    3737   PRIVATE 
     
    318318         IF( iom_varid( numror, 'kt', ldstop = .FALSE. ) > 0 ) THEN 
    319319            ! Get Calendar informations 
    320             CALL iom_get( numror, 'kt', zkt, ldxios = lxios_read )   ! last time-step of previous run 
     320            CALL iom_get( numror, 'kt', zkt, ldxios = lrxios )   ! last time-step of previous run 
    321321            IF(lwp) THEN 
    322322               WRITE(numout,*) ' *** Info read in restart : ' 
     
    337337            IF ( nrstdt == 2 ) THEN 
    338338               ! read the parameters corresponding to nit000 - 1 (last time step of previous run) 
    339                CALL iom_get( numror, 'ndastp', zndastp, ldxios = lxios_read ) 
     339               CALL iom_get( numror, 'ndastp', zndastp, ldxios = lrxios ) 
    340340               ndastp = NINT( zndastp ) 
    341                CALL iom_get( numror, 'adatrj', adatrj, ldxios = lxios_read ) 
    342           CALL iom_get( numror, 'ntime', ktime, ldxios = lxios_read ) 
     341               CALL iom_get( numror, 'adatrj', adatrj, ldxios = lrxios ) 
     342          CALL iom_get( numror, 'ntime', ktime, ldxios = lrxios ) 
    343343          nn_time0=INT(ktime) 
    344344               ! calculate start time in hours and minutes 
Note: See TracChangeset for help on using the changeset viewer.