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 6115 for branches/2015/dev_merge_2015 – NEMO

Ignore:
Timestamp:
2015-12-18T10:24:52+01:00 (8 years ago)
Author:
cetlod
Message:

The MUSCL adevction has been bugfixed. We can now re-used it for PISCES which is now restartable

Location:
branches/2015/dev_merge_2015/NEMOGCM/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg

    r6103 r6115  
    6262&namtrc_adv    !   advection scheme for passive tracer  
    6363!----------------------------------------------------------------------- 
    64    ln_trcadv_fct =  .true.  !  FCT scheme 
    65       nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order 
    66       nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order 
    67       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    68       !                             !        (number of sub-timestep = nn_fct_zts) 
     64   ln_trcadv_mus =  .true.  !  MUSCL scheme 
     65      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
    6966/ 
    7067!----------------------------------------------------------------------- 
  • branches/2015/dev_merge_2015/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top_cfg

    r6103 r6115  
    6565&namtrc_adv    !   advection scheme for passive tracer  
    6666!----------------------------------------------------------------------- 
    67    ln_trcadv_fct =  .true.  !  FCT scheme 
    68       nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order 
    69       nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order 
    70       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    71       !                             !        (number of sub-timestep = nn_fct_zts) 
     67   ln_trcadv_mus =  .true.  !  MUSCL scheme 
     68      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
    7269/ 
    7370!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.