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.
namzdf_ric in branches/2017/dev_merge_2017/DOC/Namelists – NEMO

source: branches/2017/dev_merge_2017/DOC/Namelists/namzdf_ric @ 9355

Last change on this file since 9355 was 9355, checked in by nicolasmartin, 6 years ago

Set mime-type SVN property for all namelists for syntax highlighting under Trac

  • Property svn:mime-type set to text/x-fortran
File size: 912 bytes
RevLine 
[2282]1!-----------------------------------------------------------------------
[9019]2&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
[2282]3!-----------------------------------------------------------------------
[6997]4   rn_avmri    =  100.e-4  !  maximum value of the vertical viscosity
5   rn_alp      =    5.     !  coefficient of the parameterization
6   nn_ric      =    2      !  coefficient of the parameterization
[9019]7   ln_mldw     =  .false.  !  enhanced mixing in the Ekman layer
8      rn_ekmfc    =    0.7    !  Factor in the Ekman depth Equation
9      rn_mldmin   =    1.0    !  minimum allowable mixed-layer depth estimate (m)
10      rn_mldmax   = 1000.0    !  maximum allowable mixed-layer depth estimate (m)
11      rn_wtmix    =   10.0    !  vertical eddy viscosity coeff [m2/s] in the mixed-layer
12      rn_wvmix    =   10.0    !  vertical eddy diffusion coeff [m2/s] in the mixed-layer
[2540]13/
Note: See TracBrowser for help on using the repository browser.