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 – 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

Location:
branches/DEV_r2006_merge_TRA_TRC/CONFIG/GYRE/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/CONFIG/GYRE/EXP00/iodef.xml

    r1772 r2032  
    136136   <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    137137   <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  /> 
    138    <!-- uoce_eiv: available with key_trabbl_adv --> 
     138   <!-- uoce_eiv: available with key_trabbl --> 
    139139   <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"                  /> 
    140140   <!-- variables available with key_diaar5 --> 
     
    153153   <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    154154   <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  /> 
    155    <!-- voce_eiv: available with key_trabbl_adv --> 
     155   <!-- voce_eiv: available with key_trabbl --> 
    156156   <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s"                  /> 
    157157   <!-- variables available with key_diaar5 --> 
  • 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.