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 14072 for NEMO/trunk/src/OCE/USR/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2020-12-04T08:48:38+01:00 (3 years ago)
Author:
laurent
Message:

Merging branch "2020/dev_r13648_ASINTER-04_laurent_bulk_ice", ticket #2369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/USR/usrdef_nam.F90

    r13982 r14072  
    1212   !!---------------------------------------------------------------------- 
    1313   !!   usr_def_nam   : read user defined namelist and set global domain size 
    14    !!   usr_def_hgr   : initialize the horizontal mesh  
     14   !!   usr_def_hgr   : initialize the horizontal mesh 
    1515   !!---------------------------------------------------------------------- 
    1616   USE dom_oce 
     
    2020   USE in_out_manager ! I/O manager 
    2121   USE lib_mpp        ! MPP library 
    22     
     22 
    2323   IMPLICIT NONE 
    2424   PRIVATE 
     
    3232   !!---------------------------------------------------------------------- 
    3333   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    34    !! $Id$  
     34   !! $Id$ 
    3535   !! Software governed by the CeCILL license (see ./LICENSE) 
    3636   !!---------------------------------------------------------------------- 
     
    4040      !!---------------------------------------------------------------------- 
    4141      !!                     ***  ROUTINE dom_nam  *** 
    42       !!                     
     42      !! 
    4343      !! ** Purpose :   read user defined namelist and define the domain size 
    4444      !! 
     
    5151      CHARACTER(len=*), INTENT(out) ::   cd_cfg          ! configuration name 
    5252      INTEGER         , INTENT(out) ::   kk_cfg          ! configuration resolution 
    53       INTEGER         , INTENT(out) ::   kpi, kpj, kpk   ! global domain sizes  
    54       INTEGER         , INTENT(out) ::   kperio          ! lateral global domain b.c.  
     53      INTEGER         , INTENT(out) ::   kpi, kpj, kpk   ! global domain sizes 
     54      INTEGER         , INTENT(out) ::   kperio          ! lateral global domain b.c. 
    5555      ! 
    5656      INTEGER ::   ios   ! Local integer 
Note: See TracChangeset for help on using the changeset viewer.