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/GYRE_BFM/EXP00/namelist_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/GYRE_BFM/EXP00/namelist_cfg

    r8215 r8568  
    142142/ 
    143143!----------------------------------------------------------------------- 
    144 &namtra_adv    !   advection scheme for tracer 
     144&namtra_adv    !   advection scheme for tracer                          (default: No selection) 
    145145!----------------------------------------------------------------------- 
    146146   ln_traadv_fct =  .true.   !  FCT scheme 
    147147      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    148148      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    149       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    150       !                             !        (number of sub-timestep = nn_fct_zts) 
    151 / 
    152 !----------------------------------------------------------------------- 
    153 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    154 !----------------------------------------------------------------------- 
    155 / 
    156 !---------------------------------------------------------------------------------- 
    157 &namtra_ldf    !   lateral diffusion scheme for tracers 
    158 !---------------------------------------------------------------------------------- 
     149/ 
     150!----------------------------------------------------------------------- 
     151&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)  (default: NO) 
     152!----------------------------------------------------------------------- 
     153/ 
     154!----------------------------------------------------------------------- 
     155&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: No selection) 
     156!----------------------------------------------------------------------- 
    159157   !                       !  Operator type: 
     158   ln_traldf_NONE  = .false.   !           No operator (no explicit advection) 
    160159   ln_traldf_lap   =  .true.   !    laplacian operator 
    161160   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    185184   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    186185/ 
    187 !---------------------------------------------------------------------------------- 
    188 &namtra_ldfeiv !   eddy induced velocity param. 
    189 !---------------------------------------------------------------------------------- 
     186!----------------------------------------------------------------------- 
     187&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     188!----------------------------------------------------------------------- 
    190189   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    191190/ 
     
    196195/ 
    197196!----------------------------------------------------------------------- 
    198 &namdyn_adv    !   formulation of the momentum advection 
    199 !----------------------------------------------------------------------- 
     197&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     198!----------------------------------------------------------------------- 
     199   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     200     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    200201/ 
    201202!----------------------------------------------------------------------- 
     
    219220!----------------------------------------------------------------------- 
    220221   !                       !  Type of the operator : 
    221    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     222   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    222223   ln_dynldf_lap =  .true.     !    laplacian operator 
    223224   ln_dynldf_blp =  .false.    !  bilaplacian operator 
Note: See TracChangeset for help on using the changeset viewer.