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 branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/nambfr @ 3989

Last change on this file since 3989 was 3989, checked in by clevy, 11 years ago

Configuration setting/Step3 and doc, see ticket:#1074

File size: 927 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   rn_bfrz0    =    3.e-3  ! bottom roughness for loglayer bfr coeff
10   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file )
11   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T)
12   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
13/
Note: See TracBrowser for help on using the repository browser.