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.
namtrc_adv in NEMO/trunk/doc/latex/TOP/namelists – NEMO

source: NEMO/trunk/doc/latex/TOP/namelists/namtrc_adv @ 10896

Last change on this file since 10896 was 10896, checked in by cetlod, 5 years ago

Adding a first Draft of TOP documentation

File size: 952 bytes
Line 
1!-----------------------------------------------------------------------
2&namtrc_adv      !   advection scheme for passive tracer  (default: NO selection)
3!-----------------------------------------------------------------------
4   ln_trcadv_OFF =  .false. ! No passive tracer advection
5   ln_trcadv_cen =  .false. ! 2nd order centered scheme
6      nn_cen_h   =  4          ! =2/4, horizontal 2nd order CEN / 4th order CEN
7      nn_cen_v   =  4          ! =2/4, vertical   2nd order CEN / 4th order COMP
8   ln_trcadv_fct =  .false. ! FCT scheme
9      nn_fct_h   =  2          ! =2/4, horizontal 2nd / 4th order
10      nn_fct_v   =  2          ! =2/4, vertical   2nd / COMPACT 4th order
11   ln_trcadv_mus =  .false. ! MUSCL scheme
12      ln_mus_ups =  .false.    !  use upstream scheme near river mouths
13   ln_trcadv_ubs =  .false. ! UBS scheme
14      nn_ubs_v   =  2          ! =2  , vertical 2nd order FCT
15   ln_trcadv_qck =  .false. ! QUICKEST scheme
16/
Note: See TracBrowser for help on using the repository browser.