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 8568 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_flux_ubs_cfg – NEMO

Ignore:
Timestamp:
2017-09-27T16:29:24+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_flux_ubs_cfg

    r8215 r8568  
    8989      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9090      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    91       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    92       !                          !        (number of sub-timestep = nn_fct_zts) 
    9391   ln_traadv_mus = .false. !  MUSCL scheme 
    9492      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    118116/ 
    119117!----------------------------------------------------------------------- 
    120 &namdyn_adv    !   formulation of the momentum advection 
    121 !----------------------------------------------------------------------- 
     118&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     119!----------------------------------------------------------------------- 
     120   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    122121   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    123122   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    124123   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    125124   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    126    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    127125/ 
    128126!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.