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_BFM/EXP00/namelist_top – NEMO

Ignore:
Timestamp:
2012-11-30T16:15:07+01:00 (11 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_BFM/EXP00/namelist_top

    r3478 r3718  
    2929&namtrc_adv    !   advection scheme for passive tracer  
    3030!----------------------------------------------------------------------- 
    31    ln_trcadv_cen2   =  .false.  !  2nd order centered scheme    
    32    ln_trcadv_tvd    =  .true.  !  TVD scheme 
    33    ln_trcadv_muscl  =  .false.   !  MUSCL scheme 
    34    ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    35    ln_trcadv_ubs    =  .false.  !  UBS scheme 
    36    ln_trcadv_qck    =  .false.  !  QUICKEST scheme 
     31   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme    
     32   ln_trcadv_tvd     =  .true.   !  TVD scheme 
     33   ln_trcadv_muscl   =  .false.  !  MUSCL scheme 
     34   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     35   ln_trcadv_ubs     =  .false.  !  UBS scheme 
     36   ln_trcadv_qck     =  .false.  !  QUICKEST scheme 
     37   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl 
    3738/ 
    3839!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.