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.
nambfr in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/nambfr @ 2540

Last change on this file since 2540 was 2540, checked in by gm, 13 years ago

v3.3beta: phasing of the DOC and trunk namelists

  • Property svn:executable set to *
File size: 763 bytes
Line 
1!-----------------------------------------------------------------------
2&nambfr        !   bottom friction
3!-----------------------------------------------------------------------
4   nn_bfr      =    1      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
5                           !                              = 2 : nonlinear friction
6   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case)
7   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case)
8   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
9   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file )
10   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T)
11/
Note: See TracBrowser for help on using the repository browser.