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 8810 for branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists/namdom – NEMO

Ignore:
Timestamp:
2017-11-24T17:14:03+01:00 (6 years ago)
Author:
flavoni
Message:

ROBUST-11_Simona-DocUserdef?: update DOC and Namelists, for usrdef routines and domain_cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists/namdom

    r6289 r8810  
    11!----------------------------------------------------------------------- 
    2 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
     2&namdom        !   time and space domain 
    33!----------------------------------------------------------------------- 
    4    nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    5    rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
     4   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    65   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    7    nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    8    rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     6   ! 
     7   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
    98   rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice 
    10    rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
    11    rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    12                            ! 
    13    rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
     9   ! 
     10   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
    1411   rn_atfp     =    0.1    !  asselin time filter parameter 
    15    ln_crs      = .false.      !  Logical switch for coarsening module 
    16    jphgr_msh   =       0               !  type of horizontal mesh 
    17                                        !  = 0 curvilinear coordinate on the sphere read in coordinate.nc 
    18                                        !  = 1 geographical mesh on the sphere with regular grid-spacing 
    19                                        !  = 2 f-plane with regular grid-spacing 
    20                                        !  = 3 beta-plane with regular grid-spacing 
    21                                        !  = 4 Mercator grid with T/U point at the equator 
    22    ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    23    ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    24    ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees) 
    25    ppe2_deg    =       0.5             !  meridional grid-spacing (degrees) 
    26    ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees) 
    27    ppe2_m      =    5000.0             !  meridional grid-spacing (degrees) 
    28    ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients 
    29    ppa0        =      255.58049070440  ! (default coefficients) 
    30    ppa1        =      245.58132232490  ! 
    31    ppkth       =       21.43336197938  ! 
    32    ppacr       =        3.0            ! 
    33    ppdzmin     =       10.             !  Minimum vertical spacing 
    34    pphmax      =     5000.             !  Maximum depth 
    35    ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates 
    36    ppa2        =      100.760928500000 !  Double tanh function parameters 
    37    ppkth2      =       48.029893720000 ! 
    38    ppacr2      =       13.000000000000 ! 
     12   ! 
     13   ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs) 
    3914/ 
Note: See TracChangeset for help on using the changeset viewer.