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 2032 for branches/DEV_r2006_merge_TRA_TRC/CONFIG/GYRE/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-07-29T15:06:00+02:00 (14 years ago)
Author:
cetlod
Message:

update namelists to take into accoutn the merge of both active and passive tracers transport, see ticket:693

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/CONFIG/GYRE/EXP00/namelist

    r2000 r2032  
    338338!!   nambfr        bottom friction 
    339339!!   nambbc        bottom temperature boundary condition                ("key_trabbc") 
    340 !!   nambbl        bottom boundary layer scheme                         ("key_trabbl_dif","key_trabbl_adv") 
     340!!   nambbl        bottom boundary layer scheme                         ("key_trabbl") 
    341341!!====================================================================== 
    342342 
     
    363363&nambbl        !   bottom boundary layer scheme 
    364364!----------------------------------------------------------------------- 
    365 !                          !  diffusive bbl                             ("key_trabbl") 
    366 !                          !  advective bbl                             ("key_trabbl_adv") 
    367    rn_ahtbbl   =  10000.   !  lateral mixing coefficient in the bbl  [m2/s] 
     365   nn_bbl_ldf  =  1      !  diffusive bbl (=1)   or not (=0) 
     366   nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0) 
     367   rn_ahtbbl   =  1000.  !  lateral mixing coefficient in the bbl  [m2/s] 
     368   rn_gambbl   =  10.    !  advective bbl coefficient                 [s] 
    368369/ 
    369370!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.