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/releases/CMIP5_IPSL/DOC/TexFiles/Namelist – NEMO

source: NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist/namdom @ 11998

Last change on this file since 11998 was 1225, checked in by gm, 15 years ago

phase the namelist with NEMO v3 + update the references & figures see ticket #284

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