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 @ 6439

Last change on this file since 6439 was 6140, checked in by timgraham, 9 years ago

Merge of branches/2015/dev_merge_2015 back into trunk. Merge excludes NEMOGCM/TOOLS/OBSTOOLS/ for now due to issues with the change of file type. Will sort these manually with further commits.

Branch merged as follows:
In the working copy of branch ran:
svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@HEAD
Small conflicts due to bug fixes applied to trunk since the dev_merge_2015 was copied. Bug fixes were applied to the branch as well so these were easy to resolve.
Branch committed at this stage

In working copy run:
svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
to switch working copy

Run:
svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_merge_2015
to merge the branch into the trunk and then commit - no conflicts at this stage.

File size: 1.7 KB
RevLine 
[707]1!-----------------------------------------------------------------------
[6140]2&nambfr        !   bottom friction                                      (default: linear)
[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)
[5120]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)
[2540]9   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
[5120]10   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T
[2540]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)
[5120]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
[4147]21   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
[5120]22   ln_loglayer = .false.   !  logarithmic formulation (non linear case)
[2540]23/
Note: See TracBrowser for help on using the repository browser.