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 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top_cfg – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top_cfg

    r9356 r9490  
    3232&namtrc_ldf      !   lateral diffusion scheme for passive tracer  
    3333!----------------------------------------------------------------------- 
     34!                            !  Type of the operator: 
     35   ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     36   ln_trcldf_tra   =  .true.     !  use active tracer setting 
     37   !                         !  Coefficient (defined with namtra_ldf coefficient) 
     38   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
     39   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    3440/ 
    3541!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.