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

source: branches/2015/dev_r5072_UKMO2_OBS_simplification/DOC/TexFiles/Namelist/nambfr @ 5682

Last change on this file since 5682 was 5682, checked in by mattmartin, 9 years ago

OBS simplification changes committed to branch after running SETTE tests to make sure we get the same results as the trunk for ORCA2_LIM_OBS.

File size: 1.7 KB
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). Minimum coeft if ln_loglayer=T
8   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T)
9   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
10   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T
11   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file )
12   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T)
13   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case)
14   rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
15   rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T)
16   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2)
17   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T
18   ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file )
19   rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T)
20
21   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
22   ln_loglayer = .false.   !  logarithmic formulation (non linear case)
23/
Note: See TracBrowser for help on using the repository browser.