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 5890 for branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Namelist/namtra_adv – NEMO

Ignore:
Timestamp:
2015-11-16T13:54:03+01:00 (9 years ago)
Author:
gm
Message:

#1629 - v3.6 stable DOC : update DOC/Namelist + addition of a script (see wiki page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Namelist/namtra_adv

    r4147 r5890  
    22&namtra_adv    !   advection scheme for tracer 
    33!----------------------------------------------------------------------- 
    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 
     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   ln_traadv_tvd_zts=  .false.  !  TVD scheme with sub-timestepping of vertical tracer advection 
    1112/ 
Note: See TracChangeset for help on using the changeset viewer.