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 3718 for branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_PISCES – NEMO

Ignore:
Timestamp:
2012-11-30T16:15:07+01:00 (12 years ago)
Author:
cetlod
Message:

dev_MERGE_2012 : modification in MUSCL routines ; needed to be able to use the upstream parametisation with passive tracers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top

    r3464 r3718  
    4646&namtrc_adv    !   advection scheme for passive tracer  
    4747!----------------------------------------------------------------------- 
    48    ln_trcadv_cen2   =  .false.  !  2nd order centered scheme    
    49    ln_trcadv_tvd    =  .true.   !  TVD scheme 
    50    ln_trcadv_muscl  =  .false.  !  MUSCL scheme 
    51    ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    52    ln_trcadv_ubs    =  .false.  !  UBS scheme 
    53    ln_trcadv_qck    =  .false.  !  QUICKEST scheme 
     48   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme    
     49   ln_trcadv_tvd     =  .true.   !  TVD scheme 
     50   ln_trcadv_muscl   =  .false.  !  MUSCL scheme 
     51   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     52   ln_trcadv_ubs     =  .false.  !  UBS scheme 
     53   ln_trcadv_qck     =  .false.  !  QUICKEST scheme 
     54   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl 
    5455/ 
    5556!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.