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

    r3567 r3718  
    3939&namtrc_adv    !   advection scheme for passive tracer  
    4040!----------------------------------------------------------------------- 
    41    ln_trcadv_cen2   =  .false.  !  2nd order centered scheme    
    42    ln_trcadv_tvd    =  .true.  !  TVD scheme 
    43    ln_trcadv_muscl  =  .false.   !  MUSCL scheme 
    44    ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    45    ln_trcadv_ubs    =  .false.  !  UBS scheme 
    46    ln_trcadv_qck    =  .false.  !  QUICKEST scheme 
     41   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme    
     42   ln_trcadv_tvd     =  .true.   !  TVD scheme 
     43   ln_trcadv_muscl   =  .false.  !  MUSCL scheme 
     44   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     45   ln_trcadv_ubs     =  .false.  !  UBS scheme 
     46   ln_trcadv_qck     =  .false.  !  QUICKEST scheme 
     47   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl 
    4748/ 
    4849!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.