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/domain.F90 – NEMO

Ignore:
Timestamp:
2017-11-23T13:02:23+01:00 (7 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/domain.F90

    r8770 r8793  
    4949   USE iom_def, ONLY:lwxios, nxioso, rst_wfields ! write restart flag and output type 
    5050   USE iom, ONLY : iom_set_rst_vars, iom_set_rstw_core 
    51    USE iom_def, ONLY : lxios_read 
     51   USE iom_def, ONLY : lrxios 
    5252 
    5353   IMPLICIT NONE 
     
    365365      neuler = nn_euler 
    366366      IF( TRIM(Agrif_CFixed()) == '0') THEN  
    367        lxios_read = ln_xios_read.AND.ln_rstart 
     367       lrxios = ln_xios_read.AND.ln_rstart 
    368368      ENDIF 
    369369      IF ( neuler == 1 .AND. .NOT. ln_rstart ) THEN 
Note: See TracChangeset for help on using the changeset viewer.