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.
namtra_adv in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namtra_adv @ 5120

Last change on this file since 5120 was 4147, checked in by cetlod, 10 years ago

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File size: 585 bytes
Line 
1!-----------------------------------------------------------------------
2&namtra_adv    !   advection scheme for tracer
3!-----------------------------------------------------------------------
4   ln_traadv_cen2   =  .false.  !  2nd order centered scheme
5   ln_traadv_tvd    =  .true.   !  TVD scheme
6   ln_traadv_muscl  =  .false.  !  MUSCL scheme
7   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries
8   ln_traadv_ubs    =  .false.  !  UBS scheme
9   ln_traadv_qck    =  .false.  !  QUICKEST scheme
10   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl
11/
Note: See TracBrowser for help on using the repository browser.