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 9598 for NEMO/trunk/src/OCE/IOM/iom_def.F90 – NEMO

Ignore:
Timestamp:
2018-05-16T00:47:16+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/IOM/iom_def.F90

    r9570 r9598  
    8080!$AGRIF_END_DO_NOT_TREAT 
    8181   ! 
    82    TYPE(RST_FIELD), PUBLIC :: rst_wfields(max_rst_fields), rst_rfields(max_rst_fields) 
     82   TYPE(RST_FIELD), PUBLIC, SAVE :: rst_wfields(max_rst_fields), rst_rfields(max_rst_fields) 
    8383   ! 
    8484   !!---------------------------------------------------------------------- 
    85    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     85   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8686   !! $Id$ 
    87    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     87   !! Software governed by the CeCILL licence (./LICENSE) 
    8888   !!====================================================================== 
    8989END MODULE iom_def 
Note: See TracChangeset for help on using the changeset viewer.