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 7954 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2017-04-24T09:19:00+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): OPA & TOP replace key_trabbl by ln_trabbl + in CONFIG, remove reference to key_zdfXXX and key_trabbl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg

    r7715 r7954  
    2020/ 
    2121!----------------------------------------------------------------------- 
    22 &namzgr        !   vertical coordinate 
    23 !----------------------------------------------------------------------- 
    24    ln_zps      = .true.    !  z-coordinate - partial steps 
    25 / 
    26 !----------------------------------------------------------------------- 
    2722&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2823!-----------------------------------------------------------------------   
     
    3429/ 
    3530!----------------------------------------------------------------------- 
    36 &namcrs        !   Grid coarsening for dynamics output and/or 
    37 !              !   passive tracer coarsened online simulations 
     31&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    3832!----------------------------------------------------------------------- 
    3933/ 
     
    10397&nambbl        !   bottom boundary layer scheme 
    10498!----------------------------------------------------------------------- 
     99   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     100   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     101   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     102   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     103   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     104/ 
    105105/ 
    106106!----------------------------------------------------------------------- 
     
    205205   rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s] 
    206206/ 
    207 !----------------------------------------------------------------------- 
    208 &namzdf        !   vertical physics 
    209 !----------------------------------------------------------------------- 
    210 / 
    211 !----------------------------------------------------------------------- 
    212 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    213 !----------------------------------------------------------------------- 
    214 / 
    215 !----------------------------------------------------------------------- 
    216 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    217 !----------------------------------------------------------------------- 
    218 / 
    219 !----------------------------------------------------------------------- 
    220 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    221 !----------------------------------------------------------------------- 
    222    ln_tmx_itf  = .false.   !  ITF specific parameterisation 
     207!!====================================================================== 
     208!!                     vertical physics namelists                     !! 
     209!!====================================================================== 
     210!----------------------------------------------------------------------- 
     211&namzdf        !   vertical physics                                     (default: NO selection) 
     212!----------------------------------------------------------------------- 
     213   !                       ! type of vertical closure 
     214   ln_zdfcst   = .false.      !  constant mixing 
     215   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     216   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     217   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     218   ! 
     219   !                       ! convection 
     220   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     221      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     222      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     223   ! 
     224   ln_zdfddm   = .true.    ! double diffusive mixing 
     225      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     226      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     227   ! 
     228   ln_zdftmx   = .true.    ! tidal mixing parameterization              (T =>   fill namzdf_tmx) 
     229   ! 
     230   ln_zdfqiao  = .false.   ! enhanced wave vertical mixing Qiao (2010) (T => ln_wave=T & ln_sdw=T & fill namsbc_wave) 
     231   ! 
     232   !                       ! time-stepping 
     233   ln_zdfexp   = .false.   ! split-explicit (T) or implicit (F) time stepping scheme 
     234      nn_zdfexp=    3         !  number of sub-timestep for ln_zdfexp=T 
     235   ! 
     236   !                       !  Coefficients 
     237   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     238   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     239   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     240   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
     241/ 
     242!----------------------------------------------------------------------- 
     243&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     244!----------------------------------------------------------------------- 
     245/ 
     246!----------------------------------------------------------------------- 
     247&namzdf_tmx    !    internal wave-driven mixing parameterization        (ln_zdftmx =T) 
     248!----------------------------------------------------------------------- 
     249   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
     250   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
     251   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
    223252/ 
    224253!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.