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 4268 for branches – NEMO

Changeset 4268 for branches


Ignore:
Timestamp:
2013-11-20T09:35:13+01:00 (10 years ago)
Author:
cetlod
Message:

update AMM12 namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_CMCC_INGV_MERC_UKMO_2013/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r4265 r4268  
    4444   ln_sigcrit  = .true.    !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
    4545                           !  stretching coefficients for all functions 
    46    rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m) 
    47    rn_sbot_max = 7000.0    !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    4846   rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
    49                         !!!!!!!  Envelop bathymetry 
    50    rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1) 
    51                         !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
    52    rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    53    rn_bb       =    0.8    !  stretching with SH94 s-sigma 
    54                         !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
    55    rn_alpha    =    4.4    !  stretching with SF12 s-sigma 
    56    rn_efold    =    0.0    !  efold length scale for transition to stretched coord 
    57    rn_zs       =    1.0    !  depth of surface grid box 
    58                            !  bottom cell depth (Zb) is a linear function of water depth Zb = H*a + b 
    59    rn_zb_a     =    0.024  !  bathymetry scaling factor for calculating Zb 
    60    rn_zb_b     =   -0.2    !  offset for calculating Zb 
    61                         !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    62    rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
    6347/ 
    6448!----------------------------------------------------------------------- 
     
    6751   rn_rdt      =  300.     !  time step for the dynamics (and tracer if nn_acc=0) 
    6852   nn_baro     =   30      !  number of barotropic time step            ("key_dynspg_ts") 
    69    rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    70    rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
    71    rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    7253   rn_rdtmin   =   300.          !  minimum time step on tracers (used if nn_acc=1) 
    7354   rn_rdtmax   =   300.          !  maximum time step on tracers (used if nn_acc=1) 
    7455   rn_rdth     =  300.           !  depth variation of tracer time step  (used if nn_acc=1) 
    75    jphgr_msh   =       0               !  type of horizontal mesh 
    7656   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    7757   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    8060   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    8161   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    82    ppsur       =  -1743.9226455005262  !  ORCA r4, r2 and r05 coefficients 
    83    ppa0        =  104.72622118274212   ! (default coefficients) 
    84    ppa1        =  100.04692422373907   ! 
     62   ppsur       =  999999.0             !  ORCA r4, r2 and r05 coefficients 
     63   ppa0        =  999999.0             ! (default coefficients) 
     64   ppa1        =  999999.0             ! 
    8565   ppkth       =      23.563           ! 
    8666   ppacr       =       9.0             ! 
Note: See TracChangeset for help on using the changeset viewer.