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

source: trunk/NEMO/DOC/BETA/Namelist/nam_traadv @ 705

Last change on this file since 705 was 705, checked in by smasson, 17 years ago

Historical date: first beta version of the documentation, see ticket:1

  • Property svn:executable set to *
File size: 517 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_traadv   !   advection scheme for tracer
3!-----------------------------------------------------------------------
4   ln_traadv_cen2   =  .true.    !  2nd order centered scheme   
5   ln_traadv_tvd    =  .false.   !  TVD scheme                 
6   ln_traadv_muscl  =  .false.   !  MUSCL scheme               
7   ln_traadv_muscl2 =  .false.   !  MUSCL2 scheme             
8   ln_traadv_ubs    =  .false.   !  UBS scheme               
9/
Note: See TracBrowser for help on using the repository browser.