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 5771 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-10-01T15:07:40+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.2: phasing the improvements/simplifications of advective tracer trend: associated namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r5766 r5771  
    114114/ 
    115115!----------------------------------------------------------------------- 
    116 &namcla        !   cross land advection 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120116&nambfr        !   bottom friction 
    121117!----------------------------------------------------------------------- 
     
    136132&namtra_adv    !   advection scheme for tracer 
    137133!----------------------------------------------------------------------- 
     134   ln_traadv_fct =  .true.    !  FCT scheme 
     135      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     136      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     137      nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
     138      !                             !        (number of sub-timestep = nn_fct_zts) 
    138139/ 
    139140!----------------------------------------------------------------------- 
     
    150151   ln_traldf_lev   =  .false.  !  iso-level 
    151152   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    152    ln_traldf_iso   =  .true.  !  iso-neutral (Standard operator) 
    153    ln_traldf_triad =  .false.   !  iso-neutral (Triads   operator) 
     153   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     154   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    154155   ! 
    155156   !                       !  iso-neutral options:         
Note: See TracChangeset for help on using the changeset viewer.