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_PISCES/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_PISCES/EXP00/namelist_cfg

    r8215 r8568  
    9292/ 
    9393!----------------------------------------------------------------------- 
    94 &namtra_adv    !   advection scheme for tracer 
     94&namtra_adv    !   advection scheme for tracer                          (default: No selection) 
    9595!----------------------------------------------------------------------- 
    9696   ln_traadv_fct =  .true.   !  FCT scheme 
    9797      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    9898      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    99       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    100       !                             !        (number of sub-timestep = nn_fct_zts) 
    101 / 
    102 !----------------------------------------------------------------------- 
    103 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
    104 !----------------------------------------------------------------------- 
    105 / 
    106 !---------------------------------------------------------------------------------- 
    107 &namtra_ldf    !   lateral diffusion scheme for tracers 
    108 !---------------------------------------------------------------------------------- 
     99/ 
     100!----------------------------------------------------------------------- 
     101&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)  (default: NO) 
     102!----------------------------------------------------------------------- 
     103/ 
     104!----------------------------------------------------------------------- 
     105&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: No selection) 
     106!----------------------------------------------------------------------- 
    109107   !                       !  Operator type: 
     108   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    110109   ln_traldf_lap   =  .true.   !    laplacian operator 
    111110   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    146145/ 
    147146!----------------------------------------------------------------------- 
    148 &namdyn_adv    !   formulation of the momentum advection 
    149 !----------------------------------------------------------------------- 
    150 / 
    151 !----------------------------------------------------------------------- 
    152 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     147&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     148!----------------------------------------------------------------------- 
     149   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     150     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     151/ 
     152!----------------------------------------------------------------------- 
     153&namdyn_vor    !   option of physics/algorithm                          (default: No selection) 
    153154!----------------------------------------------------------------------- 
    154155   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     
    170171/ 
    171172!----------------------------------------------------------------------- 
    172 &namdyn_ldf    !   lateral diffusion on momentum 
     173&namdyn_ldf    !   lateral diffusion on momentum                        (default: No selection) 
    173174!----------------------------------------------------------------------- 
    174175   !                       !  Type of the operator : 
    175    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     176   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    176177   ln_dynldf_lap =  .true.     !    laplacian operator 
    177178   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     
    197198   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
    198199/ 
     200 
    199201!!====================================================================== 
    200202!!                     vertical physics namelists                     !! 
Note: See TracChangeset for help on using the changeset viewer.