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

Location:
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg

    r8215 r8568  
    230230      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    231231      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    232       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    233       !                             !        (number of sub-timestep = nn_fct_zts) 
    234232/ 
    235233!----------------------------------------------------------------------- 
     
    280278!----------------------------------------------------------------------- 
    281279&namdyn_adv    !   formulation of the momentum advection 
     280!----------------------------------------------------------------------- 
     281   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     282   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     283   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     284   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     285/ 
    282286!----------------------------------------------------------------------- 
    283287/ 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_cen2_cfg

    r8215 r8568  
    9595      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .true.  !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_ubs_cfg

    r8215 r8568  
    9595      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_eenH_cfg

    r8215 r8568  
    9595      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_een_cfg

    r8215 r8568  
    9595      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ene_cfg

    r8215 r8568  
    9595      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ens_cfg

    r8215 r8568  
    9595      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_cen2_cfg

    r8215 r8568  
    9595      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .true.  !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_ubs_cfg

    r8215 r8568  
    9595      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_eenH_cfg

    r8215 r8568  
    9595      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_een_cfg

    r8215 r8568  
    9595      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg

    r8215 r8568  
    9595      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ens_cfg

    r8215 r8568  
    9595      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_cfg

    r8215 r8568  
    9595      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9696      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    97       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    98       !                          !        (number of sub-timestep = nn_fct_zts) 
    9997   ln_traadv_mus = .false. !  MUSCL scheme 
    10098      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    130128   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    131129   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    132    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    133130/ 
    134131!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_cfg

    r8215 r8568  
    8080/ 
    8181!----------------------------------------------------------------------- 
    82 &namtra_adv    !   advection scheme for tracer 
     82&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    8383!----------------------------------------------------------------------- 
    8484   ln_traadv_cen = .false. !  2nd order centered scheme 
     
    8888      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    8989      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    90       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    91       !                          !        (number of sub-timestep = nn_fct_zts) 
    9290   ln_traadv_mus = .false. !  MUSCL scheme 
    9391      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    117115/ 
    118116!----------------------------------------------------------------------- 
    119 &namdyn_adv    !   formulation of the momentum advection 
    120 !----------------------------------------------------------------------- 
     117&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     118!----------------------------------------------------------------------- 
     119   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
    121120   ln_dynadv_vec = .false. !  vector form (T) or flux form (F) 
    122121   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    123122   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    124123   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    125    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    126124/ 
    127125!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_sco_FCT2_flux_ubs_cfg

    r8215 r8568  
    8989      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9090      nn_fct_v   =  2            !  =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!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_cfg

    r8215 r8568  
    8989      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
    9090      nn_fct_v   =  2            !  =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!----------------------------------------------------------------------- 
  • 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!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_zps_FCT4_vect_een_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 = .true.  !  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 = .false. !  flux form - 3rd order UBS      scheme 
    126    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    127125/ 
    128126!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/1_namelist_cfg

    r8215 r8568  
    9999      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order  
    100100      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    101       nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
    102       !                             !        (number of sub-timestep = nn_fct_zts) 
    103101/ 
    104102!----------------------------------------------------------------------- 
     
    144142&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    145143!----------------------------------------------------------------------- 
    146 !----------------------------------------------------------------------- 
    147 &namdyn_adv    !   formulation of the momentum advection 
     144/ 
     145!----------------------------------------------------------------------- 
     146&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     147!----------------------------------------------------------------------- 
     148   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     149   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     150   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
     151   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     152   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme 
    148153!----------------------------------------------------------------------- 
    149154/ 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg

    r8215 r8568  
    100100/ 
    101101!----------------------------------------------------------------------- 
    102 &namtra_adv    !   advection scheme for tracer 
     102&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
    103103!----------------------------------------------------------------------- 
    104104   ln_traadv_fct =  .true.    !  FCT scheme 
    105105      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order  
    106106      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    107       nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
    108       !                             !        (number of sub-timestep = nn_fct_zts) 
    109107/ 
    110108!----------------------------------------------------------------------- 
     
    160158&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    161159!----------------------------------------------------------------------- 
    162 !----------------------------------------------------------------------- 
    163 &namdyn_adv    !   formulation of the momentum advection 
    164 !----------------------------------------------------------------------- 
     160/ 
     161!----------------------------------------------------------------------- 
     162&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     163!----------------------------------------------------------------------- 
     164   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     165   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
     166     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     167   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     168   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    165169/ 
    166170!----------------------------------------------------------------------- 
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg

    r8215 r8568  
    219219/ 
    220220!----------------------------------------------------------------------- 
    221 &namtra_adv    !   advection scheme for tracer 
    222 !----------------------------------------------------------------------- 
     221&namtra_adv    !   advection scheme for tracer                          (default: No selection) 
     222!----------------------------------------------------------------------- 
     223   ln_traadv_NONE=  .false.  !  No tracer advection 
    223224   ln_traadv_cen =  .false.  !  2nd order centered scheme 
    224225   ln_traadv_mus =  .false.  !  MUSCL scheme 
     
    226227      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    227228      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    228       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    229       !                             !        (number of sub-timestep = nn_fct_zts) 
    230229/ 
    231230!----------------------------------------------------------------------- 
     
    275274/ 
    276275!----------------------------------------------------------------------- 
    277 &namdyn_adv    !   formulation of the momentum advection 
     276&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     277!----------------------------------------------------------------------- 
     278   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     279   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme 
     280     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     281   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     282   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    278283!----------------------------------------------------------------------- 
    279284/ 
Note: See TracChangeset for help on using the changeset viewer.