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 8631 for branches/2017 – NEMO

Changeset 8631 for branches/2017


Ignore:
Timestamp:
2017-10-18T10:41:23+02:00 (7 years ago)
Author:
andmirek
Message:

change the way rst_fld is treated by AFRIF

File:
1 edited

Legend:

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

    r8612 r8631  
    7272 
    7373   INTEGER, PARAMETER, PUBLIC                   :: max_rst_fields = 95   
    74 !  CHARACTER(len=30),DIMENSION(max_rst_fields), PUBLIC   :: rst_fields ! names of variables in restart file 
     74 
     75!$AGRIF_END_DO_NOT_TREAT 
    7576 
    7677   TYPE, PUBLIC :: RST_FIELD   
     
    8081   TYPE(RST_FIELD), PUBLIC :: rst_fields(max_rst_fields) 
    8182 
    82 !$AGRIF_END_DO_NOT_TREAT 
    83  
    8483   !!===================================================================== 
    8584END MODULE iom_def 
Note: See TracChangeset for help on using the changeset viewer.