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 1416 for trunk/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2009-04-29T17:25:58+02:00 (15 years ago)
Author:
ctlod
Message:

add namelist namtmx linked to the internal tidal mixing parameterization, see ticket: #425

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1355 r1416  
    88!!              6 - Tracer           (nameos, nam_traadv, nam_traldf, namtdp) 
    99!!              7 - dynamics         (nam_dynadv, nam_dynvor, nam_dynhpg, namflg, nam_dynspg, nam_dynldf) 
    10 !!              8 - Verical physics  (namzdf, namnpc, namric, namtke, namkpp, namddm) 
     10!!              8 - Verical physics  (namzdf, namnpc, namric, namtke, namkpp, namddm, namtmx) 
    1111!!              9 - diagnostics      (namtrd, namgap, namspr, namflo, namptr) 
    1212!!              9 - miscellaneous    (namsol, nam_mpp, nam_mpp_dyndist, namctl) 
     
    496496!!       namkpp        KPP dependent vertical mixing                    ("key_zdfkpp"      ) 
    497497!!       namddm        double diffusive mixing parameterization         ("key_zdfddm"      ) 
     498!!       namtmx        tidal mixing parameterization                    ("key_zdftmx"      ) 
    498499!!====================================================================== 
    499500 
     
    577578      hsbfr    = 1.6       !  heat/salt buoyancy flux ratio 
    578579/ 
     580!----------------------------------------------------------------------- 
     581&namtmx        !   tidal mixing parameterization                             ("key_zdftmx") 
     582!----------------------------------------------------------------------- 
     583      rn_htmx    = 500.      !  vertical decay scale for turbulence (meters) 
     584      rn_n2min   = 1.e-8     !  threshold of the Brunt-Vaisala frequency (s-1) 
     585      rn_tfe     = 0.333     !  tidal dissipation efficiency  
     586      rn_tfe_itf = 1.        !  ITF tidal dissipation efficiency  
     587      rn_me      = 0.2       !  mixing efficiency 
     588/ 
    579589!!====================================================================== 
    580590!!                  ***  Miscelaneous namelists  *** 
Note: See TracChangeset for help on using the changeset viewer.