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

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR
Files:
7 edited

Legend:

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

    r6717 r6923  
    22   !!====================================================================== 
    33   !!                   ***  MODULE  usrdef_closea  *** 
     4   !! 
     5   !!                      ===  ORCA configuration  === 
     6   !!                         (2, 1 and 1/4 degrees) 
     7   !! 
    48   !! User define : specific treatments associated with closed seas 
    59   !!====================================================================== 
     
    7175      !!                                   =2 put at location runoff 
    7276      !!---------------------------------------------------------------------- 
    73       CHARACTER(len=1)          , INTENT(in   ) ::   cd_cfg   ! configuration name 
    74       INTEGER                   , INTENT(in   ) ::   kcfg     ! configuration identifier  
     77      CHARACTER(len=1), INTENT(in   ) ::   cd_cfg   ! configuration name 
     78      INTEGER         , INTENT(in   ) ::   kcfg     ! configuration identifier  
    7579      ! 
    7680      INTEGER ::   jc      ! dummy loop indices 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_fmask.F90

    r6717 r6923  
    11MODULE usrdef_fmask 
    22   !!====================================================================== 
    3    !!                       ***  MODULE usrdef_fmask   *** 
    4    !! User Defined : alteration of land/sea f-point mask in some straits 
     3   !!                     ***  MODULE usrdef_fmask   *** 
     4   !! 
     5   !!                      ===  ORCA configuration  === 
     6   !!                            (2 and 1 degrees) 
     7   !! 
     8   !! User defined : alteration of land/sea f-point mask in some straits 
    59   !!====================================================================== 
    610   !! History :  4.0  ! 2016-06  (G. Madec, S. Flavoni)  Original code 
     
    2529#  include "vectopt_loop_substitute.h90" 
    2630   !!---------------------------------------------------------------------- 
    27    !! NEMO/OPA 4.0 , LODYC-IPSL  (2016) 
    28    !! $Id: $  
     31   !! NEMO/OPA 4.0 , NEMO Consortium  (2016) 
     32   !! $Id$  
    2933   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3034   !!---------------------------------------------------------------------- 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_hgr.F90

    r6717 r6923  
    11MODULE usrdef_hgr 
    2    !!============================================================================== 
    3    !!                       ***  MODULE usrdef_hgr   *** 
    4    !! User defined module: used like example to define domain, init, sbc, ... 
    5    !!============================================================================== 
     2   !!====================================================================== 
     3   !!                     ***  MODULE usrdef_hgr   *** 
     4   !! 
     5   !!                     ===  GYRE configuration  === 
     6   !! 
     7   !! User defined :   mesh and Coriolis parameter of a user configuration 
     8   !!====================================================================== 
    69   !! History :  NEMO ! 2016-03  (S. Flavoni)  
    710   !!---------------------------------------------------------------------- 
     
    2225   PRIVATE 
    2326 
    24    PUBLIC   usr_def_hgr   ! called in domhgr.F90  module 
     27   PUBLIC   usr_def_hgr   ! called in domhgr.F90 
    2528 
    2629   !!---------------------------------------------------------------------- 
    2730   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    28    !! $Id: $  
     31   !! $Id$  
    2932   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3033   !!---------------------------------------------------------------------- 
  • 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   !!---------------------------------------------------------------------- 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_nam.F90

    r6904 r6923  
    11MODULE usrdef_nam 
    2    !!============================================================================== 
    3    !!                       ***  MODULE usrdef_nam   *** 
    4    !! User defined : set the domain characteristics 
     2   !!====================================================================== 
     3   !!                     ***  MODULE usrdef_nam   *** 
    54   !! 
    6    !!                ===     Here  GYRE configuration      === 
     5   !!                     ===  GYRE configuration  === 
    76   !! 
    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   !!---------------------------------------------------------------------- 
     
    3333   !!---------------------------------------------------------------------- 
    3434   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    35    !! $Id: $  
     35   !! $Id$  
    3636   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3737   !!---------------------------------------------------------------------- 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_sbc.F90

    r6717 r6923  
    11MODULE usrdef_sbc 
    22   !!====================================================================== 
    3    !!                       ***  MODULE  usrdef_sbc  *** 
    4    !! Ocean forcing:  user defined momentum, heat and freshwater forcings 
     3   !!                     ***  MODULE  usrdef_sbc  *** 
    54   !! 
    6    !!                ===     Here  GYRE configuration      === 
     5   !!                     ===  GYRE configuration  === 
    76   !! 
    8    !!===================================================================== 
     7   !! User defined :   surface forcing of a user configuration 
     8   !!====================================================================== 
    99   !! History :  4.0   ! 2016-03  (S. Flavoni, G. Madec)  user defined interface 
    1010   !!---------------------------------------------------------------------- 
     
    3232   !!---------------------------------------------------------------------- 
    3333   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    34    !! $Id: $ 
     34   !! $Id$ 
    3535   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3636   !!---------------------------------------------------------------------- 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_zgr.F90

    r6904 r6923  
    11MODULE usrdef_zgr 
    2    !!============================================================================== 
    3    !!                       ***  MODULE usrdef_zgr  *** 
    4    !! Ocean domain : user defined vertical coordinate system  
     2   !!====================================================================== 
     3   !!                       ***  MODULE  usrdef_zgr  *** 
    54   !! 
    6    !!                       ===      GYRE case      === 
     5   !!                       ===  GYRE configuration  === 
    76   !! 
    8    !!============================================================================== 
     7   !! User defined : vertical coordinate system of a user configuration 
     8   !!====================================================================== 
    99   !! History :  4.0  ! 2016-06  (G. Madec)  Original code 
    1010   !!---------------------------------------------------------------------- 
     
    3434   !!---------------------------------------------------------------------- 
    3535   !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
    36    !! $Id: domzgr.F90 6624 2016-05-26 08:59:48Z gm $ 
     36   !! $Id$ 
    3737   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3838   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.