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

Ignore:
Timestamp:
2017-05-08T17:00:32+02:00 (7 years ago)
Author:
andmirek
Message:

Reading restart with XIOS works and is bit comparable with NEMO default restart. Tested in MO GO6 eORCA25 configuration - suite u-al584

File:
1 edited

Legend:

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

    r7924 r8001  
    4949   LOGICAL       ::   ln_clobber       !: clobber (overwrite) an existing file 
    5050   INTEGER       ::   nn_chunksz       !: chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    51    LOGICAL       ::   lr_xios          !: use xios to read single file restart 
     51   LOGICAL       ::   ln_xios_read     !: use xios to read single file restart 
    5252#if defined key_netcdf4 
    5353   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.