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/namelists – NEMO

source: NEMO/trunk/doc/namelists/namtrc_adv @ 11025

Last change on this file since 11025 was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

  • Property svn:mime-type set to text/x-fortran
File size: 1016 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 COMPACT
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.