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/TEST_CASES/WAD/EXP00/namelist_cfg – 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/TEST_CASES/WAD/EXP00/namelist_cfg

    r9024 r9169  
    1515   cn_exp      =  "WAD"    !  experience name 
    1616   nn_it000    =       1   !  first time step 
    17    nn_itend    =      3840  !  last  time step 
    18    !nn_itend    =         6  !  last  time step 
     17   nn_itend    =     3840  !  last  time step 
     18   !nn_itend   =       6   !  last  time step 
    1919   nn_leapy    =      30   !  Leap year calendar (1) or not (0) 
    2020   nn_stock    =    48000  !  frequency of creation of a restart file (modulo referenced to 1) 
     
    3636   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3737   ! 
    38    nn_msh      =    1      !  create (>0) a mesh file or not (=0) 
     38   ln_meshmask = .true.    !  create (>0) a mesh file or not (=0) 
    3939   rn_rdt      =    18.    !  time step for the dynamics  
    4040/ 
Note: See TracChangeset for help on using the changeset viewer.