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 11901 for NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2019-11-13T18:27:42+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2323 SI3 restart read/write with XIOS for AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/IOM/iom_def.F90

    r11893 r11901  
    3535   INTEGER, PARAMETER, PUBLIC ::   jpmax_digits =  5   !: maximum number of digits for the cpu number in the file name 
    3636 
    37  
    38 !$AGRIF_DO_NOT_TREAT 
    39    INTEGER, PUBLIC            ::   iom_open_init = 0   !: used to initialize iom_file(:)%nfid to 0 
    4037!XIOS write restart    
    4138   LOGICAL, PUBLIC            ::   lwxios          !: write single file restart using XIOS 
     
    4441   LOGICAL, PUBLIC            ::   lrxios          !: read single file restart using XIOS 
    4542   LOGICAL, PUBLIC            ::   lxios_sini = .FALSE. ! is restart in a single file 
    46    LOGICAL, PUBLIC            ::   lxios_set  = .FALSE.  
     43   LOGICAL, PUBLIC            ::   lxios_set  = .FALSE. 
    4744 
    48  
     45!$AGRIF_DO_NOT_TREAT 
     46   INTEGER, PUBLIC            ::   iom_open_init = 0   !: used to initialize iom_file(:)%nfid to 0 
    4947 
    5048   TYPE, PUBLIC ::   file_descriptor 
Note: See TracChangeset for help on using the changeset viewer.