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 9169 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-12-26T17:32:56+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: all SRC: finalize the removal of useless warning when reading namelist_cfg + remove all nn_closea + nn_msh replaced by a logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9168 r9169  
    9292!----------------------------------------------------------------------- 
    9393   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    94    nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
    95    rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice 
     94   rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice 
    9695   ! 
    9796   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     
    9998   ! 
    10099   ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs) 
     100   ! 
     101   ln_meshmask = .false.   !  =T create a mesh file 
    101102/ 
    102103!----------------------------------------------------------------------- 
     
    134135                           !  1, coarse grid is binned with centering at the equator 
    135136                           !    Symmetry with nn_facty being odd-numbered. Asymmetry with even-numbered nn_facty. 
    136    nn_msh_crs  = 1         !  create (=1) a mesh file or not (=0) 
     137   ln_msh_crs  = .false.   ! =T create a mesh & mask file 
    137138   nn_crs_kz   = 0         ! 0, MEAN of volume boxes 
    138139                           ! 1, MAX of boxes 
Note: See TracChangeset for help on using the changeset viewer.