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.
namdom in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namdom @ 10146

Last change on this file since 10146 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 657 bytes
Line 
1!-----------------------------------------------------------------------
2&namdom        !   time and space domain
3!-----------------------------------------------------------------------
4   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
5   rn_isfhmin  =    1.00   !  treshold [m] to discriminate grounding ice from floating ice
6   !
7   rn_rdt      = 5760.     !  time step for the dynamics and tracer
8   rn_atfp     =    0.1    !  asselin time filter parameter
9   !
10   ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs)
11   !
12   ln_meshmask = .false.   !  =T create a mesh file
13/
Note: See TracBrowser for help on using the repository browser.