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 5771 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-10-01T15:07:40+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.2: phasing the improvements/simplifications of advective tracer trend: associated namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r5759 r5771  
    119119/ 
    120120!----------------------------------------------------------------------- 
    121 &namcla        !   cross land advection 
    122 !----------------------------------------------------------------------- 
    123 / 
    124 !----------------------------------------------------------------------- 
    125121&nambfr        !   bottom friction 
    126122!----------------------------------------------------------------------- 
     
    141137&namtra_adv    !   advection scheme for tracer 
    142138!----------------------------------------------------------------------- 
     139   ln_traadv_cen =  .false.   !  2nd order centered scheme 
     140      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     141      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     142   ln_traadv_fct =  .true.    !  FCT scheme 
     143      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     144      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     145      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     146      !                             !        (number of sub-timestep = nn_fct_zts) 
     147   ln_traadv_mus  =  .false.  !  MUSCL scheme 
     148      ln_mus_ups  =  .false.         !  use upstream scheme near river mouths 
     149   ln_traadv_ubs  =  .false.  !  UBS scheme 
     150      nn_ubs_v    =  2               !  =2  , vertical 2nd order FCT 
     151   ln_traadv_qck  =  .false.  !  QUICKEST scheme 
    143152/ 
    144153!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.