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 8215 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-06-25T12:26:32+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART 0 - phasing with branch dev_r7832_HPC09_ZDF revision 8214

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r7828 r8215  
    1919/ 
    2020!----------------------------------------------------------------------- 
    21 &namzgr        !   vertical coordinate 
    22 !----------------------------------------------------------------------- 
    23    ln_zps      = .true.    !  z-coordinate - partial steps 
    24 / 
    25 !----------------------------------------------------------------------- 
    2621&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2722!----------------------------------------------------------------------- 
     
    3227/ 
    3328!----------------------------------------------------------------------- 
    34 &namcrs        !   Grid coarsening for dynamics output and/or 
    35                !   passive tracer coarsened online simulations 
     29&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    3630!----------------------------------------------------------------------- 
    3731/ 
     
    10599/ 
    106100!----------------------------------------------------------------------- 
    107 &nambfr        !   bottom friction 
    108 !----------------------------------------------------------------------- 
     101&namdrg        !   top/bottom friction 
     102!----------------------------------------------------------------------- 
     103   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0 
    109104/ 
    110105!----------------------------------------------------------------------- 
     
    114109/ 
    115110!----------------------------------------------------------------------- 
    116 &nambbl        !   bottom boundary layer scheme 
    117 !----------------------------------------------------------------------- 
     111&nambbl        !   bottom boundary layer scheme                         (default: NO) 
     112!----------------------------------------------------------------------- 
     113   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     114   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     115   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     116   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     117   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    118118/ 
    119119!----------------------------------------------------------------------- 
     
    234234   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    235235/ 
    236 !----------------------------------------------------------------------- 
    237 &namzdf        !   vertical physics 
    238 !----------------------------------------------------------------------- 
    239 / 
    240 !----------------------------------------------------------------------- 
    241 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    242 !----------------------------------------------------------------------- 
    243 / 
    244 !----------------------------------------------------------------------- 
    245 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    246 !----------------------------------------------------------------------- 
    247 / 
    248 !----------------------------------------------------------------------- 
    249 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namzdf_tmx_new !   internal wave-driven mixing parameterization        ("key_zdftmx_new" & "key_zdfddm") 
     236!!====================================================================== 
     237!!                     vertical physics namelists                     !! 
     238!!====================================================================== 
     239!----------------------------------------------------------------------- 
     240&namzdf        !   vertical physics                                     (default: NO selection) 
     241!----------------------------------------------------------------------- 
     242   !                       ! type of vertical closure 
     243   ln_zdfcst   = .false.      !  constant mixing 
     244   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     245   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     246   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     247   ! 
     248   !                       ! convection 
     249   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     250      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     251      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     252   ! 
     253   ln_zdfddm   = .true.    ! double diffusive mixing 
     254      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     255      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     256   ! 
     257   !                       ! gravity wave-driven vertical mixing 
     258   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     259   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
     260   ! 
     261   !                       !  Coefficients 
     262   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     263   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     264   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     265   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
     266/ 
     267!----------------------------------------------------------------------- 
     268&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  
     269!----------------------------------------------------------------------- 
     270/ 
     271!----------------------------------------------------------------------- 
     272&namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
    254273!----------------------------------------------------------------------- 
    255274   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
Note: See TracChangeset for help on using the changeset viewer.