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 13016 for NEMO/branches/2020/dev_12905_xios_ancil/src/OCE/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2020-06-03T12:48:36+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2475 implementation of new interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_ancil/src/OCE/IOM/iom_def.F90

    r12649 r13016  
    99   !!---------------------------------------------------------------------- 
    1010   USE par_kind 
     11   USE netcdf 
    1112 
    1213   IMPLICIT NONE 
     
    4546   LOGICAL, PUBLIC            ::   lxios_sini = .FALSE. ! is restart in a single file 
    4647   LOGICAL, PUBLIC            ::   lxios_set  = .FALSE.  
     48!XIOS configuration read 
     49   LOGICAL, PUBLIC            ::   lcfg_xios       !: read configuration using XIOS 
    4750 
    4851 
     
    7376    LOGICAL           :: active =.FALSE. ! for restart write only: true - write field, false do not write field 
    7477   END TYPE RST_FIELD 
     78!metadata in restart file for restart read with XIOS 
     79   INTEGER, PUBLIC, PARAMETER :: NMETA = 10 
     80   CHARACTER(LEN=nf90_max_name), PUBLIC :: meta(NMETA) 
    7581!$AGRIF_END_DO_NOT_TREAT 
    7682   ! 
Note: See TracChangeset for help on using the changeset viewer.