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 8297 for branches/UKMO/dev_r7573_xios_write/NEMOGCM/NEMO/OPA_SRC/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2017-07-07T12:13:34+02:00 (7 years ago)
Author:
andmirek
Message:

#1882 New way of defining what is in restart file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r7573_xios_write/NEMOGCM/NEMO/OPA_SRC/IOM/iom_def.F90

    r8079 r8297  
    7575   END TYPE file_descriptor 
    7676   TYPE(file_descriptor), DIMENSION(jpmax_files), PUBLIC ::   iom_file !: array containing the info for all opened files 
    77  
    78    INTEGER, PARAMETER, PUBLIC                   :: max_rst_fields = 85   
    79  
    80  
    81    TYPE, PUBLIC :: RST_FIELD   
    82     CHARACTER(len=30) :: vname ! names of variables in restart file 
    83     CHARACTER(len=30) :: grid 
    84    END TYPE RST_FIELD 
    85    TYPE(RST_FIELD), PUBLIC :: rst_fields(max_rst_fields) 
    86    !  values needed to set correctlyfiles in reast file when using XIOS for writing 
    8777!$AGRIF_END_DO_NOT_TREAT 
    8878   !!===================================================================== 
Note: See TracChangeset for help on using the changeset viewer.