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/ORCA2_LIM3_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/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r8215 r8568  
    123123/ 
    124124!----------------------------------------------------------------------- 
    125 &namtra_adv    !   advection scheme for tracer 
    126 !----------------------------------------------------------------------- 
    127    ln_traadv_fct =  .true.    !  FCT scheme 
     125&namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
     126!----------------------------------------------------------------------- 
     127   ln_traadv_fct = .true.     !  FCT scheme 
    128128      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    129129      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    130       nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
    131       !                             !        (number of sub-timestep = nn_fct_zts) 
    132 / 
    133 !----------------------------------------------------------------------- 
    134 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     130/ 
     131!----------------------------------------------------------------------- 
     132&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
    135133!----------------------------------------------------------------------- 
    136134   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    140138!---------------------------------------------------------------------------------- 
    141139   !                       !  Operator type: 
     140   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    142141   ln_traldf_lap   =  .true.   !    laplacian operator 
    143142   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    186185/ 
    187186!----------------------------------------------------------------------- 
    188 &namdyn_adv    !   formulation of the momentum advection 
    189 !----------------------------------------------------------------------- 
     187&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     188!----------------------------------------------------------------------- 
     189   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     190   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     191     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     192   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     193   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    190194/ 
    191195!----------------------------------------------------------------------- 
     
    212216!----------------------------------------------------------------------- 
    213217   !                       !  Type of the operator : 
    214    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     218   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    215219   ln_dynldf_lap =  .true.     !    laplacian operator 
    216220   ln_dynldf_blp =  .false.    !  bilaplacian operator 
Note: See TracChangeset for help on using the changeset viewer.