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 8612 for branches/2017/dev_r8600_xios_read/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90 – NEMO

Ignore:
Timestamp:
2017-10-11T13:03:17+02:00 (6 years ago)
Author:
andmirek
Message:

#1953 read single file restart with XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_read/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r7646 r8612  
    4444   LOGICAL       ::   ln_clobber       !: clobber (overwrite) an existing file 
    4545   INTEGER       ::   nn_chunksz       !: chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
     46   LOGICAL       ::   ln_xios_read     !: use xios to read single file restart 
    4647 
    4748#if defined key_netcdf4 
     
    150151   LOGICAL       ::   lsp_area = .TRUE.     !: to make a control print over a specific area 
    151152   CHARACTER(lc) ::   cxios_context         !: context name used in xios 
     153   CHARACTER(lc) ::   rxios_context         !: context name used in xios to read restart 
    152154 
    153155   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.