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/CONFIG/OVERFLOW/MY_SRC/usrdef_nam.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/CONFIG/OVERFLOW/MY_SRC/usrdef_nam.F90

    r6914 r6923  
    11MODULE usrdef_nam 
    2    !!============================================================================== 
    3    !!                       ***  MODULE usrdef_nam   *** 
     2   !!====================================================================== 
     3   !!                       ***  MODULE  usrdef_nam  *** 
    44   !! 
    55   !!                     ===  OVERFLOW configuration  === 
    66   !! 
    7    !! User defined : set the domain characteristics 
    8    !!============================================================================== 
     7   !! User defined : set the domain characteristics of a user configuration 
     8   !!====================================================================== 
    99   !! History :  NEMO ! 2016-03  (S. Flavoni, G. Madec)  Original code 
    1010   !!---------------------------------------------------------------------- 
     
    2626   PRIVATE 
    2727 
    28    PUBLIC   usr_def_nam   ! called in nemogcm.F90 module 
     28   PUBLIC   usr_def_nam   ! called by nemogcm.F90 
    2929 
    3030   !                              !!* namusr_def namelist *!! 
     
    3434   !!---------------------------------------------------------------------- 
    3535   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    36    !! $Id: $  
     36   !! $Id$  
    3737   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3838   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.