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 – 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

Location:
NEMO/trunk/src/OCE/IOM
Files:
6 edited

Legend:

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

    r9570 r9598  
    160160   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    161161   !! $Id$ 
    162    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     162   !! Software governed by the CeCILL licence     (./LICENSE) 
    163163   !!===================================================================== 
    164164END MODULE in_out_manager 
  • NEMO/trunk/src/OCE/IOM/iom.F90

    r9580 r9598  
    8585 
    8686   !!---------------------------------------------------------------------- 
    87    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     87   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    8888   !! $Id$ 
    89    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     89   !! Software governed by the CeCILL licence (./LICENSE) 
    9090   !!---------------------------------------------------------------------- 
    9191CONTAINS 
  • 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 
  • NEMO/trunk/src/OCE/IOM/iom_nf90.F90

    r9570 r9598  
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OCE 4.0 , NEMO Consortium (2017) 
     48   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4949   !! $Id$ 
    50    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     50   !! Software governed by the CeCILL licence (./LICENSE) 
    5151   !!---------------------------------------------------------------------- 
    5252CONTAINS 
  • NEMO/trunk/src/OCE/IOM/prtctl.F90

    r9570 r9598  
    3535 
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     37   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3838   !! $Id$  
    39    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     39   !! Software governed by the CeCILL licence     (./LICENSE) 
    4040   !!---------------------------------------------------------------------- 
    4141CONTAINS 
  • NEMO/trunk/src/OCE/IOM/restart.F90

    r9570 r9598  
    4040#  include "vectopt_loop_substitute.h90" 
    4141   !!---------------------------------------------------------------------- 
    42    !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
     42   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    4343   !! $Id$ 
    44    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     44   !! Software governed by the CeCILL licence     (./LICENSE) 
    4545   !!---------------------------------------------------------------------- 
    4646CONTAINS 
Note: See TracChangeset for help on using the changeset viewer.