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 1052 for trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2008-06-03T15:22:36+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: update TKE physics, see ticket: #183

File:
1 edited

Legend:

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

    r966 r1052  
    715715!  ln_rstke flag to restart with tke from a run without tke (default F) 
    716716!  ediff    coef. to compute vertical eddy coef. (avt=ediff*mxl*sqrt(e) ) 
    717 !  ediss    coef. of the Kolmogoroff dissipation   
     717!  ediss    coef. of the Kolmogoroff dissipation 
    718718!  ebb      coef. of the surface input of tke 
    719719!  efave    coef. to applied to the tke diffusion ( avtke=efave*avm ) 
     
    730730!  nave     =  horizontal averaged (=1) or not (=0) of avt  (default =1) 
    731731!  navb     = 0 cst background avt0, avm0 / =1 profile used on avtb 
     732!  ln_lsfc  computation surface value of buoyancy lenght scale as function of wind stress 
     733!  rn_lmin  buoyancy lenght scale minimum value if ln_lsfc = F 
     734!  nn_etau  to add tke induced by wind  = 0 no add tke induced by wind 
     735!           !                           = 1 add tke induced by wind 
     736!           !                           = 2 add tke induced by wind only at the base of the mixed layer 
     737!  nn_htau  TKE penetration profile type 
     738!  rn_efr   fraction of TKE surface value which penetrates inside the thermocline 
     739!  ln_lc    flag to take into account Langmuir Circulation (LC) 
     740!  rn_lc    coef to compute vertical velocity of LC 
     741!  nn_avtb_2d equatorial horizontal shape (=0 uniform) (=1 linear decrease and constant) 
    732742&namtke 
    733743   ln_rstke = .false. 
     
    742752   npdl  =         1 
    743753   navb  =         0 
     754   nave  =         1 
     755   ln_lsfc =  .false. 
     756   rn_lmin =     0.4 
     757   nn_etau =       0 
     758   nn_htau =       2 
     759   rn_efr  =    0.05 
     760   ln_lc   =  .false. 
     761   rn_lc   =    0.15 
     762   nn_avtb_2d =    0 
    744763/ 
    745764!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.