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 6923 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_istate.F90 – NEMO

Ignore:
Timestamp:
2016-09-08T11:09:57+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: update comments in usrdef modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_istate.F90

    r6900 r6923  
    11MODULE usrdef_istate 
    2    !!============================================================================== 
    3    !!                       ***  MODULE usrdef_istate   *** 
     2   !!====================================================================== 
     3   !!                   ***  MODULE  usrdef_istate   *** 
     4   !! 
     5   !!                     ===  GYRE configuration  === 
     6   !! 
    47   !! User defined : set the initial state of a user configuration 
    5    !!============================================================================== 
     8   !!====================================================================== 
    69   !! History :  NEMO ! 2016-03  (S. Flavoni) Original code 
    710   !!---------------------------------------------------------------------- 
     
    1922   PRIVATE 
    2023 
    21    PUBLIC   usr_def_istate   ! called in istate.F90  module 
     24   PUBLIC   usr_def_istate   ! called in istate.F90 
    2225 
    2326   !!---------------------------------------------------------------------- 
    24    !! NEMO/OPA 3.7 , NEMO Consortium (2014) 
    25    !! $Id:$  
     27   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     28   !! $Id$  
    2629   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    2730   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.