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 2282 for branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/nambbl – NEMO

Ignore:
Timestamp:
2010-10-15T16:42:00+02:00 (14 years ago)
Author:
gm
Message:

ticket:#658 merge DOC of all the branches that form the v3.3 beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/nambbl

    r1225 r2282  
    22&nambbl        !   bottom boundary layer scheme 
    33!----------------------------------------------------------------------- 
    4 !                          !  diffusive bbl                             ("key_trabbl") 
    5 !                          !  advective bbl                             ("key_trabbl_adv") 
    6    atrbbl      =  10000.   !  lateral mixing coefficient in the bbl  [m2/s] 
    7 / 
     4   nn_bbl_ldf  =  1      !  diffusive bbl (=1)   or not (=0) 
     5   nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0) 
     6   rn_ahtbbl   =  1000.  !  lateral mixing coefficient in the bbl  [m2/s] 
     7   rn_gambbl   =  10.    !  advective bbl coefficient                 [s] 
     8   / 
Note: See TracChangeset for help on using the changeset viewer.