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_LOCEAN_2013/DOC/TexFiles/Namelist – NEMO

source: branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/nambfr @ 9018

Last change on this file since 9018 was 4147, checked in by cetlod, 11 years ago

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File size: 927 bytes
RevLine 
[707]1!-----------------------------------------------------------------------
[1225]2&nambfr        !   bottom friction
[707]3!-----------------------------------------------------------------------
[2540]4   nn_bfr      =    1      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
5                           !                              = 2 : nonlinear friction
[2282]6   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case)
7   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case)
[2540]8   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
[4147]9   rn_bfrz0    =    3.e-3  ! bottom roughness for loglayer bfr coeff
[2540]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)
[4147]12   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
[2540]13/
Note: See TracBrowser for help on using the repository browser.