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 trunk/NEMO/DOC/BETA/Namelist – NEMO

source: trunk/NEMO/DOC/BETA/Namelist/namdom @ 705

Last change on this file since 705 was 705, checked in by smasson, 17 years ago

Historical date: first beta version of the documentation, see ticket:1

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1!-----------------------------------------------------------------------
2&namdom   !   space and time domain (bathymetry, mesh, timestep)
3!-----------------------------------------------------------------------
4   ntopo     =     1       !  = 1 read the bathymetry_level
5   e3zps_min =     5.      !  minimum thickness of the partial step is the min of
6   e3zps_rat =     0.1     !  e3zps_min and e3zps_rat * e3t  (with 0<e3zps_rat<1)
7   nmsh      =     0       !  =1 create a mesh file (coordinates, scale factors, masks)
8   nacc      =     0       !  the acceleration of convergence method
9   !                       !     = 0, no acceleration, rdt = rdttra
10   !                       !     = 1, acceleration used, rdt < rdttra(k)
11   atfp      =     0.1     !  asselin time filter parameter
12   rdt       =  5760.      !  time step for the dynamics (and tracer if nacc=0)
13   rdtmin    =  5760.      !  minimum time step on tracers
14   rdtmax    =  5760.      !  maximum time step on tracers
15   rdth      =   800.      !  depth variation of tracer time step
16   rdtbt     =    90.      !  barotropic time step (for the time splitting algorithm)
17   nfice     =     5       !  frequency of ice model call
18   nfbulk    =     5       !  frequency of bulk formulea call (not used if ice used)
19   nclosea   =     0       !  = 0 no closed sea in the model domain
20!                          !  = 1 closed sea (Caspian Sea, Great US Lakes...)
21/
Note: See TracBrowser for help on using the repository browser.