!----------------------------------------------------------------------- &namtke ! turbulent eddy kinetic dependent vertical diffusion !----------------------------------------------------------------------- ! "key_zdftke" ! Activate the TKE physics ln_rstke = .false. ! restart with tke from a run without tke nitke = 50 ! number of restart iterative loops ediff = 0.1 ! coef. for avt (avt=ediff*mxl*sqrt(e)) ediss = 0.7 ! coef. for Kolmogoroff dissipation ebb = 3.75 ! coef. for surface input of tke efave = 1. ! coef. for enhance Kz on tke (avtke=efave*avm) emin = 1.e-6 ! background value of tke (m^2/s^2) emin0 = 1.e-4 ! surface minimum value of tke (m^2/s^2) !! ri_c = 0.22222222 ! critic richardson number (default = 2/9) nmxl = 2 ! mixing length type ! ! = 0 bounded by the distance to surface & bottom ! ! = 1 bounded by the local vertical scale factor ! ! = 2 abs( dz(mxl) /e3 ) < 1 ! ! = 3 same as 2 with ldiss /= lmix npdl = 1 ! prandtl number ! ! = 0 no vertical prandtl number (avt=avm) ! ! = 1 prandtl number = F(Ri) (avt=pdl*avm) ! ! = 2 same as =1 but with a shapiro filter on pdl nave = 1 ! horizontal filter on avt and amv (=1) or not (=0) navb = 0 ! constant (=0) or profile (=1) background on avt /