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 branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdom @ 3993

Last change on this file since 3993 was 3993, checked in by clevy, 11 years ago

Configuration setting/Step3 bugfixes,doc, and redistribute variables in namcfg and namdom see ticket:#1074

File size: 3.0 KB
Line 
1!-----------------------------------------------------------------------
2&namdom        !   space and time domain (bathymetry, mesh, timestep)
3!-----------------------------------------------------------------------
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
10                           !
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")
13   rn_atfp     =    0.1    !  asselin time filter parameter
14   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k)
15                                 !                          =0, not used, rdt = rdttra
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)
19   jphgr_msh   =       0               !  type of horizontal mesh
20                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc
21                                       !  = 1 geographical mesh on the sphere with regular grid-spacing
22                                       !  = 2 f-plane with regular grid-spacing
23                                       !  = 3 beta-plane with regular grid-spacing
24                                       !  = 4 Mercator grid with T/U point at the equator
25   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
26   ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
27   ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees)
28   ppe2_deg    =       0.5             !  meridional grid-spacing (degrees)
29   ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees)
30   ppe2_m      =    5000.0             !  meridional grid-spacing (degrees)
31   ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients
32   ppa0        =      255.58049070440  ! (default coefficients)
33   ppa1        =      245.58132232490  !
34   ppkth       =       21.43336197938  !
35   ppacr       =        3.0            !
36   ppdzmin     =       10.             !  Minimum vertical spacing
37   pphmax      =     5000.             !  Maximum depth
38   ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates
39   ppa2        =      100.760928500000 !  Double tanh function parameters
40   ppkth2      =       48.029893720000 !
41   ppacr2      =       13.000000000000 !
42/
Note: See TracBrowser for help on using the repository browser.