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.
Changeset 4381 for branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2014-01-29T15:26:21+01:00 (10 years ago)
Author:
jchanut
Message:

bug with log bottom friction and namelist update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4370 r4381  
    603603                           !                              = 2 : nonlinear friction 
    604604   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    605    rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
     605   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
     606   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    606607   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    607    rn_bfrz0    =    3.e-3  ! bottom roughness for loglayer bfr coeff  
     608   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
     609   ln_loglayer = .false.   !  logarithmic formulation (non linear case) 
    608610   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    609611   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
Note: See TracChangeset for help on using the changeset viewer.