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

Changeset 4265 for branches


Ignore:
Timestamp:
2013-11-19T18:28:37+01:00 (10 years ago)
Author:
cbricaud
Message:

add coefficient for vertical grid definition for AMM12

File:
1 edited

Legend:

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

    r4264 r4265  
    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) 
    4648   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) 
    4763/ 
    4864!----------------------------------------------------------------------- 
     
    5167   rn_rdt      =  300.     !  time step for the dynamics (and tracer if nn_acc=0) 
    5268   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 
    5372   rn_rdtmin   =   300.          !  minimum time step on tracers (used if nn_acc=1) 
    5473   rn_rdtmax   =   300.          !  maximum time step on tracers (used if nn_acc=1) 
     
    6180   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
    6281   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
    63    ppsur       =  999998.0             !  ORCA r4, r2 and r05 coefficients 
    64    ppa0        =  999998.0             ! (default coefficients) 
    65    ppa1        =  999998.0             ! 
     82   ppsur       =  -1743.9226455005262  !  ORCA r4, r2 and r05 coefficients 
     83   ppa0        =  104.72622118274212   ! (default coefficients) 
     84   ppa1        =  100.04692422373907   ! 
    6685   ppkth       =      23.563           ! 
    6786   ppacr       =       9.0             ! 
Note: See TracChangeset for help on using the changeset viewer.