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 6103 for branches/2015/dev_merge_2015/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg – NEMO

Ignore:
Timestamp:
2015-12-17T17:35:55+01:00 (9 years ago)
Author:
cetlod
Message:

use FCT scheme for PISCES at the moment rather than MUSCL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg

    r5836 r6103  
    6262&namtrc_adv    !   advection scheme for passive tracer  
    6363!----------------------------------------------------------------------- 
    64    ln_trcadv_mus  =  .true.  !  MUSCL scheme 
    65       ln_mus_ups  =  .false.         !  use upstream scheme near river mouths 
     64   ln_trcadv_fct =  .true.  !  FCT scheme 
     65      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order 
     66      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order 
     67      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     68      !                             !        (number of sub-timestep = nn_fct_zts) 
    6669/ 
    6770!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.