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 4736 for branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2014-08-05T12:24:00+02:00 (10 years ago)
Author:
acc
Message:

Branch 2014/dev_r4743_NOC2_ZTS, #1367. Code changes to introduce optional sub-timestepping for vertical advection. Changes in dynadv.F90, dynzad.F90, traadv.F90, traadv_tvd.F90 and namelist_ref only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4743_NOC2_ZTS/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4699 r4736  
    684684   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    685685   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     686   ln_traadv_tvd_zts=  .false.  !  TVD scheme with sub-timestepping of vertical tracer advection 
    686687/ 
    687688!----------------------------------------------------------------------- 
     
    758759   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    759760   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     761   ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    760762/ 
    761763!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.