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 8153 for branches/UKMO/dev_r5518_GO6_package_XIOS_read/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2017-06-08T12:50:22+02:00 (7 years ago)
Author:
andmirek
Message:

disable restart read with XIOS for agrif configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_XIOS_read/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r8009 r8153  
    223223! can handle checking if variable is in the restart file (there will be no need to open 
    224224! restart) 
    225        
     225#if defined key_agrif 
     226      lxios_read = .FALSE. 
     227      lxios_set = .TRUE. 
     228#else 
    226229      IF(.NOT.lxios_set) lxios_read = lxios_read.AND.lxios_sini 
    227230      IF( lxios_read) THEN 
     
    232235         endif 
    233236       ENDIF 
    234        
     237#endif       
    235238      ENDIF 
    236239 
Note: See TracChangeset for help on using the changeset viewer.