source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/nambfr @ 53

Last change on this file since 53 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

File size: 857 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   ln_bfrimp   = .false.   !  implicit bottom friction (requires ln_zdfexp = .false. if true)
12/
Note: See TracBrowser for help on using the repository browser.