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_PISCES/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/ORCA2_LIM_PISCES/EXP00/namelist_top

    r3680 r3718  
    7979&namtrc_adv    !   advection scheme for passive tracer  
    8080!----------------------------------------------------------------------- 
    81    ln_trcadv_cen2   =  .false.  !  2nd order centered scheme    
    82    ln_trcadv_tvd    =  .false.  !  TVD scheme 
    83    ln_trcadv_muscl  =  .true.   !  MUSCL scheme 
    84    ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    85    ln_trcadv_ubs    =  .false.  !  UBS scheme 
    86    ln_trcadv_qck    =  .false.  !  QUICKEST scheme 
    87    ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     81   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme    
     82   ln_trcadv_tvd     =  .false.  !  TVD scheme 
     83   ln_trcadv_muscl   =  .true.   !  MUSCL scheme 
     84   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     85   ln_trcadv_ubs     =  .false.  !  UBS scheme 
     86   ln_trcadv_qck     =  .false.  !  QUICKEST scheme 
     87   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl 
    8888/ 
    8989!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.