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_PISCES/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_PISCES/EXP00/namelist_cfg

    r8599 r8882  
    3737/ 
    3838!----------------------------------------------------------------------- 
    39 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    40 !----------------------------------------------------------------------- 
    41 / 
    42 !----------------------------------------------------------------------- 
    43 &namcrs        !   Grid coarsening for dynamics output and/or 
    44                !   passive tracer coarsened online simulations 
    45 !----------------------------------------------------------------------- 
    46 / 
    47 !----------------------------------------------------------------------- 
    4839&namsbc        !   Surface Boundary Condition (surface module) 
    4940!----------------------------------------------------------------------- 
     
    6960&nambbl        !   bottom boundary layer scheme 
    7061!----------------------------------------------------------------------- 
     62   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     63   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     64   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     65   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     66   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     67/ 
    7168/ 
    7269!----------------------------------------------------------------------- 
    7370&nameos        !   ocean physical parameters 
    7471!----------------------------------------------------------------------- 
    75    ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
     72   ln_teos10   = .false.        !  = Use TEOS-10 equation of state 
     73   ln_eos80    = .true.         !  = Use EOS80 
     74   ln_seos     = .false.        !  = Use S-EOS (simplified Eq.) 
    7675/ 
    7776!---------------------------------------------------------------------------------- 
     
    7978!---------------------------------------------------------------------------------- 
    8079   !                       !  Operator type: 
     80   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    8181   ln_traldf_lap   =  .true.   !    laplacian operator 
    8282   ln_traldf_blp   =  .false.  !  bilaplacian operator 
Note: See TracChangeset for help on using the changeset viewer.