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 2540 for trunk/DOC/TexFiles/Namelist/namdom – NEMO

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namdom

    r2282 r2540  
    22&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    33!----------------------------------------------------------------------- 
    4    nn_bathy    =    1      !  compute (=0) or read(=1) the bathymetry file 
    5    nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    6    nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    7    rn_e3zps_min=   20.     !  the thickness of the partial step is set larger than the minimum 
    8    rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     4   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
     5   nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     6   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     7   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     8   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     9   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    910                           ! 
    10    rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nacc=0)   ==> 5760 
    11    nn_baro     =   64      !  number of barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
     11   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
     12   nn_baro     =   64      !  number of barotropic time step           ("key_dynspg_ts") 
    1213   rn_atfp     =    0.1    !  asselin time filter parameter 
    1314   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    1415                                 !                          =0, not used, rdt = rdttra 
    15    rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nacc=1) 
    16    rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nacc=1) 
    17    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nacc=1) 
     16   rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nn_acc=1) 
     17   rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
     18   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    1819/ 
Note: See TracChangeset for help on using the changeset viewer.