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 1225 for trunk/DOC/TexFiles/Namelist/nambfr – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

phase the namelist with NEMO v3 + update the references & figures see ticket #284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/nambfr

    r707 r1225  
    11!----------------------------------------------------------------------- 
    2 &nambfr   !   bottom friction 
     2&nambfr        !   bottom friction 
    33!----------------------------------------------------------------------- 
    4    nbotfr =       1        !  type of bottom friction  
    5    !                       !   = 0 : no slip        ,  = 2 : nonlinear friction 
    6                            !   = 1 : linear friction,  = 3 : free slip 
    7    bfri1  =   4.e-4        !  bottom drag coefficient (linear case) 
    8    bfri2  =   1.e-3        !  bottom drag coefficient (non linear case) 
    9    bfeb2  =  2.5e-3        !  bottom tke background (m^2/s^2) 
     4   nbotfr      =    1      !  type of bottom friction :   = 0 : no   slip,  = 2 : nonlinear friction 
     5                           !                              = 3 : free slip,  = 1 :    linear friction 
     6   bfri1       =    4.e-4  !  bottom drag coefficient (linear case) 
     7   bfri2       =    1.e-3  !  bottom drag coefficient (non linear case) 
     8   bfeb2       =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
    109/ 
Note: See TracChangeset for help on using the changeset viewer.