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 470 for trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2006-05-11T11:32:45+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_compil_017:RB: update BB_make, BB_make.ldef and namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r451 r470  
    7272/ 
    7373!----------------------------------------------------------------------- 
     74!       nam_zgr       vertical coordinate 
     75!----------------------------------------------------------------------- 
     76!  ln_zco     z-coordinate - full steps      (T/F) 
     77!  ln_zps     z-coordinate - partial steps   (T/F) 
     78!  ln_sco     s- or hybrid z-s-coordinate    (T/F) 
     79&nam_zgr 
     80   ln_zco   =  .false. 
     81   ln_zps   =  .true. 
     82   ln_sco   =  .false. 
     83/ 
     84!----------------------------------------------------------------------- 
     85!       nam_zgr_sco   s-coordinate or hybrid z-s-coordinate 
     86!----------------------------------------------------------------------- 
     87!  sbot_min   minimum depth of s-bottom surface (>0) (m) 
     88!  sbot_max   maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
     89!  theta      surface control parameter (0<=theta<=20) 
     90!  thetb      bottom control parameter  (0<=thetb<= 1) 
     91!  r_max      maximum cut-off r-value allowed (0<r_max<1) 
     92&nam_zgr_sco 
     93   sbot_min =  300. 
     94   sbot_max = 5250. 
     95   theta    =    6.0 
     96   thetb    =    0.75 
     97   r_max    =    0.15 
     98/ 
     99!----------------------------------------------------------------------- 
    74100!       nam_traadv   advection scheme for tracer (option not control by CPP keys) 
    75101!----------------------------------------------------------------------- 
     
    139165&namflg 
    140166   ln_dynhpg_imp   =  .false. 
     167/ 
     168!----------------------------------------------------------------------- 
     169!       nam_dynhpg   Hydrostatic pressure gradient option 
     170!----------------------------------------------------------------------- 
     171!  type of pressure gradient scheme (choose one only!) 
     172!     ln_hpg_zco    z-coordinate - full steps                   (default T) 
     173!     ln_hpg_zps    z-coordinate - partial steps (interpolation) 
     174!     ln_hpg_sco    s-coordinate (standard jacobian formulation) 
     175!     ln_hpg_hel    s-coordinate (helsinki modification) 
     176!     ln_hpg_wdj    s-coordinate (weighted density jacobian) 
     177!     ln_hpg_djc    s-coordinate (Density Jacobian with Cubic polynomial) 
     178!     ln_hpg_rot    s-coordinate (ROTated axes scheme) 
     179!  parameters 
     180!    gamm          weighting coefficient (wdj scheme) 
     181&nam_dynhpg 
     182   ln_hpg_zco = .false. 
     183   ln_hpg_zps = .true. 
     184   ln_hpg_sco = .false. 
     185   ln_hpg_hel = .false. 
     186   ln_hpg_wdj = .false. 
     187   ln_hpg_djc = .false. 
     188   ln_hpg_rot = .false. 
     189   gamm       = 0.e0 
    141190/ 
    142191!----------------------------------------------------------------------- 
     
    278327   ln_zdfevd = .true. 
    279328   ln_zdfnpc = .false. 
    280    avm0     = 1.2e-4 
    281    avt0     = 1.2e-5 
    282    avevd    =   100. 
    283    nevdm    =     1 
     329   avm0      = 1.2e-4 
     330   avt0      = 1.2e-5 
     331   avevd     =   100. 
     332   n_evdm    =     1 
    284333   ln_zdfexp =  .false. 
    285    n_zdfexp =      3 
     334   n_zdfexp  =     3 
    286335/ 
    287336!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.