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 6997 for trunk/DOC/Namelists/nambfr – NEMO

Ignore:
Timestamp:
2016-10-05T16:26:13+02:00 (8 years ago)
Author:
nicolasmartin
Message:

Duplication of changes in DOC directory for the trunk

Location:
trunk/DOC/Namelists
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/DOC/Namelists/nambfr

    r6140 r6997  
    66   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    77   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) 
     8   rn_bfri2_max=    1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    99   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    1010   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
     
    1313   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case) 
    1414   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) 
     15   rn_tfri2_max=    1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T) 
    1616   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2) 
    1717   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T 
    1818   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) 
     19   rn_tfrien   =   50.     !  local multiplying factor of tfr (ln_tfr2d=T) 
    2020 
    2121   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
Note: See TracChangeset for help on using the changeset viewer.