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/iom_def.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/iom_def.F90

    r7924 r8001  
    5252   INTEGER, PUBLIC            ::   iom_open_init = 0   !: used to initialize iom_file(:)%nfid to 0 
    5353!XIOS read restart    
    54    LOGICAL, PUBLIC            ::   lxios_read = .FALSE. 
     54   LOGICAL, PUBLIC            ::   lxios_read          !: read single file restart using XIOS 
    5555   LOGICAL, PUBLIC            ::   lxios_sini = .FALSE. ! is restart in a single file 
    5656   LOGICAL, PUBLIC            ::   lxios_set  = .FALSE.  
     
    7474   END TYPE file_descriptor 
    7575   TYPE(file_descriptor), DIMENSION(jpmax_files), PUBLIC ::   iom_file !: array containing the info for all opened files 
     76   INTEGER, PARAMETER, PUBLIC                   :: max_rst_fields = 85  !maximum number of variables in a restart file 
     77   CHARACTER(len=30),DIMENSION(max_rst_fields), PUBLIC   :: rst_fields ! names of variables in restart file 
     78 
    7679!$AGRIF_END_DO_NOT_TREAT 
    7780 
Note: See TracChangeset for help on using the changeset viewer.