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/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_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/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_cfg

    r7640 r8215  
    6868/ 
    6969!----------------------------------------------------------------------- 
    70 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    71 !----------------------------------------------------------------------- 
    72 / 
    73 !----------------------------------------------------------------------- 
    74 &nambbl        !   bottom boundary layer scheme                         ("key_trabbl") 
    75 !----------------------------------------------------------------------- 
    76 / 
    77 !----------------------------------------------------------------------- 
    7870&nameos        !   ocean physical parameters 
    7971!----------------------------------------------------------------------- 
    80    ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
    81    ln_eos80    = .true.          !  = Use EOS80 equation of state 
     72   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    8273   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    8374   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
     
    191182   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    192183/ 
    193 !----------------------------------------------------------------------- 
    194 &namzdf        !   vertical physics 
    195 !----------------------------------------------------------------------- 
    196    rn_avm0     =   1.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
    197    rn_avt0     =   0.     !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
    198    ln_zdfevd   = .false.  !  enhanced vertical diffusion (evd) 
    199    ln_zdfnpc   = .false.  !  Non-Penetrative Convective algorithm 
     184!!====================================================================== 
     185!!                     vertical physics namelists                     !! 
     186!!====================================================================== 
     187!----------------------------------------------------------------------- 
     188&namzdf        !   vertical physics                                     (default: NO selection) 
     189!----------------------------------------------------------------------- 
     190   !                       ! type of vertical closure 
     191   ln_zdfcst   = .true.       !  constant mixing 
     192   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     193   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     194   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     195   ! 
     196   !                       ! convection 
     197   ln_zdfevd   = .false.      !  enhanced vertical diffusion 
     198   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
     199   ! 
     200   !                       ! time-stepping 
     201   ln_zdfexp   = .false.      ! split-explicit (T) or implicit (F) scheme 
     202   ! 
     203   !                       ! coefficients 
     204   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     205   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     206   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     207   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    200208/ 
    201209!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.