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/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/doc/namelists/namdom @ 13108

Last change on this file since 13108 was 11830, checked in by acc, 5 years ago

Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Merge changes to doc from trunk r10740 through r11740

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