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 15510 for NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/TRP/trcadv.F90 – NEMO

Ignore:
Timestamp:
2021-11-15T16:33:37+01:00 (3 years ago)
Author:
techene
Message:

#2715 RK3 & TOP: musl adv scheme is only called at stage 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/TOP/TRP/trcadv.F90

    r15188 r15510  
    4848   LOGICAL ::   ln_trcadv_fct    ! FCT scheme flag 
    4949   INTEGER ::      nn_fct_h, nn_fct_v   ! =2/4 : horizontal and vertical choices of the order of FCT scheme 
    50    LOGICAL ::   ln_trcadv_mus    ! MUSCL scheme flag 
     50   LOGICAL, PUBLIC ::   ln_trcadv_mus    ! MUSCL scheme flag 
    5151   LOGICAL ::      ln_mus_ups           ! use upstream scheme in vivcinity of river mouths 
    5252   LOGICAL ::   ln_trcadv_ubs    ! UBS scheme flag 
Note: See TracChangeset for help on using the changeset viewer.