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

Changeset 8821


Ignore:
Timestamp:
2017-11-27T14:46:12+01:00 (6 years ago)
Author:
andmirek
Message:

#1953 and #1962 disable restart reading with XIOS for SAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r8812 r8821  
    138138         CALL iom_set_rstw_core(cdstr) 
    139139      ENDIF 
     140!reset namelist for SAS 
     141      IF(cdstr == 'SAS') THEN 
     142         IF(lrxios) THEN 
     143               IF(lwp) write(numout,*) 'Disable reading restart file using XIOS for SAS' 
     144               lrxios = .FALSE. 
     145         ENDIF 
     146      ENDIF 
    140147      ! 
    141148      CALL dom_clo( cn_cfg, nn_cfg )   ! Closed seas and lake 
Note: See TracChangeset for help on using the changeset viewer.