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 6103 – NEMO

Changeset 6103


Ignore:
Timestamp:
2015-12-17T17:35:55+01:00 (8 years ago)
Author:
cetlod
Message:

use FCT scheme for PISCES at the moment rather than MUSCL

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

Legend:

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

    r5836 r6103  
    6262&namtrc_adv    !   advection scheme for passive tracer  
    6363!----------------------------------------------------------------------- 
    64    ln_trcadv_mus  =  .true.  !  MUSCL scheme 
    65       ln_mus_ups  =  .false.         !  use upstream scheme near river mouths 
     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) 
    6669/ 
    6770!----------------------------------------------------------------------- 
  • branches/2015/dev_merge_2015/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top_cfg

    r5836 r6103  
    6565&namtrc_adv    !   advection scheme for passive tracer  
    6666!----------------------------------------------------------------------- 
    67    ln_trcadv_mus =  .true.   !  MUSCL scheme 
    68       ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
     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) 
    6972/ 
    7073!----------------------------------------------------------------------- 
  • branches/2015/dev_merge_2015/NEMOGCM/CONFIG/cfg.txt

    r6071 r6103  
    1111ORCA2_OFF_PISCES OPA_SRC OFF_SRC TOP_SRC 
    1212GYRE OPA_SRC 
     13ORCA2LIMPIS_LONG OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
     14ORCA2LIMPIS_16 OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
     15ORCA2OFFPIS_LONG OPA_SRC OFF_SRC TOP_SRC 
     16ORCA2OFFPIS_16 OPA_SRC OFF_SRC TOP_SRC 
Note: See TracChangeset for help on using the changeset viewer.