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 3453 for branches/2012/dev_r3435_UKMO7_SCOORDS/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-08-14T15:38:51+02:00 (12 years ago)
Author:
rfurner
Message:

changes to allow new strecthed coordinate, including namelist for AMM12 std config; ticket#985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3435_UKMO7_SCOORDS/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3309 r3453  
    6565&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    6666!----------------------------------------------------------------------- 
    67    rn_sbot_min =   10.     !  minimum depth of s-bottom surface (>0) (m) 
    68    rn_sbot_max = 7000.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
     67   ln_s_sh94   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
     68   ln_s_sf12   = .true.    !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
     69   ln_sigcrit  = .true.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch  
     70   rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m) 
     71   rn_sbot_max = 7000.0    !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
     72   rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
     73   rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1) 
     74                           !  SH94 stretching coefficients  
    6975   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    70    rn_thetb    =    1.00   !  bottom control parameter  (0<=thetb<= 1) 
    71    rn_rmax     =    0.30   !  maximum cut-off r-value allowed (0<r_max<1) 
    72    ln_s_sigma  = .true.    !  hybrid s-sigma coordinates 
    73    rn_bb       =    0.8    !  stretching with s-sigma 
    74    rn_hc       =  150.0    !  critical depth with s-sigma  
     76   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
     77   rn_bb       =    0.8    !  stretching with SH94 s-sigma 
     78                           !  SF12 stretching coefficient  
     79   rn_alpha    =    4.4    !  stretching with SH94 s-sigma 
     80   rn_efold    =    0.0    !  efold length scale for transition to stretched coord 
     81   rn_zs       =    1.0    !  depth of surface grid box 
     82                           !  bottom cell depth (Zb) is a linear function of water depth Zb = H*a + b 
     83   rn_zb_a     =    0.024  !  bathymetry scaling factor for calculating Zb 
     84   rn_zb_b     =   -0.2    !  offset for calculating Zb 
    7585/ 
    7686!----------------------------------------------------------------------- 
     
    7989   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    8090   nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    81    nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     91   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    8292   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    8393   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     
    419429   bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    420430   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    421    bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     431   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
    422432   cn_dir  =    'bdydta/' 
    423433   ln_full_vel = .false. 
Note: See TracChangeset for help on using the changeset viewer.