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 8662 for branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2017-10-26T13:15:54+02:00 (6 years ago)
Author:
andmirek
Message:

#1962 change variable names to follow NEMO coding convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/IOM/iom_def.F90

    r8644 r8662  
    4848!XIOS write restart    
    4949   LOGICAL, PUBLIC            ::   lwxios          !: read single file restart using XIOS 
    50    INTEGER, PUBLIC            ::   wxioso          !: type of restart file when writing using XIOS 1 - single, 2 - multiple 
     50   INTEGER, PUBLIC            ::   nxioso          !: type of restart file when writing using XIOS 1 - single, 2 - multiple 
    5151 
    5252 
     
    7171   END TYPE file_descriptor 
    7272   TYPE(file_descriptor), DIMENSION(jpmax_files), PUBLIC ::   iom_file !: array containing the info for all opened files 
    73  
    7473   INTEGER, PARAMETER, PUBLIC                   :: max_rst_fields = 95   
    75 !$AGRIF_END_DO_NOT_TREAT 
    76  
    7774   TYPE, PUBLIC :: RST_FIELD   
    7875    CHARACTER(len=30) :: vname = "NO_NAME" ! names of variables in restart file 
     
    8077    LOGICAL           :: active =.FALSE. ! for restart write only: true - write field, false do not write field 
    8178   END TYPE RST_FIELD 
     79!$AGRIF_END_DO_NOT_TREAT 
     80 
    8281   TYPE(RST_FIELD), PUBLIC :: rst_wfields(max_rst_fields) 
    8382 
Note: See TracChangeset for help on using the changeset viewer.