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 8882 for branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-12-01T18:44:09+01:00 (6 years ago)
Author:
flavoni
Message:

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_cfg

    r8599 r8882  
    3939/ 
    4040!----------------------------------------------------------------------- 
    41 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    42 !----------------------------------------------------------------------- 
    43 / 
    44 !----------------------------------------------------------------------- 
    45 &namcrs        !   Grid coarsening for dynamics output and/or 
    46                !   passive tracer coarsened online simulations 
    47 !----------------------------------------------------------------------- 
    48 / 
    49 !----------------------------------------------------------------------- 
    5041&namsbc        !   Surface Boundary Condition (surface module) 
    5142!----------------------------------------------------------------------- 
     
    7162&nambbl        !   bottom boundary layer scheme 
    7263!----------------------------------------------------------------------- 
     64   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     65   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     66   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     67   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     68   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    7369/ 
    7470!----------------------------------------------------------------------- 
     
    8177!---------------------------------------------------------------------------------- 
    8278   !                       !  Operator type: 
     79   ln_traldf_NONE  =  .false.  ! No explicit diffusion 
    8380   ln_traldf_lap   =  .true.   !    laplacian operator 
    8481   ln_traldf_blp   =  .false.  !  bilaplacian operator 
Note: See TracChangeset for help on using the changeset viewer.