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 8882 for branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-12-01T18:44:09+01:00 (6 years ago)
Author:
flavoni
Message:

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r8599 r8882  
    22!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 ! 
    54!----------------------------------------------------------------------- 
    65&namrun        !   parameters of the run 
     
    2726/ 
    2827!----------------------------------------------------------------------- 
    29 &namcrs        !   Grid coarsening for dynamics output and/or 
    30                !   passive tracer coarsened online simulations 
     28&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    3129!----------------------------------------------------------------------- 
    3230/ 
     
    10098/ 
    10199!----------------------------------------------------------------------- 
     100&namdrg        !   top/bottom friction 
     101!----------------------------------------------------------------------- 
     102   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0 
     103/ 
     104!----------------------------------------------------------------------- 
    102105&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    103106!----------------------------------------------------------------------- 
     
    105108/ 
    106109!----------------------------------------------------------------------- 
    107 &nambfr        !   bottom friction 
    108 !----------------------------------------------------------------------- 
    109 / 
    110 !----------------------------------------------------------------------- 
    111110&nambbc        !   bottom temperature boundary condition                (default: NO) 
    112111!----------------------------------------------------------------------- 
     
    114113/ 
    115114!----------------------------------------------------------------------- 
    116 &nambbl        !   bottom boundary layer scheme 
    117 !----------------------------------------------------------------------- 
     115&nambbl        !   bottom boundary layer scheme                         (default: NO) 
     116!----------------------------------------------------------------------- 
     117   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     118   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     119   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     120   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     121   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    118122/ 
    119123!----------------------------------------------------------------------- 
    120124&nameos        !   ocean physical parameters 
    121125!----------------------------------------------------------------------- 
    122    ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    123 / 
    124 !----------------------------------------------------------------------- 
    125 &namtra_adv    !   advection scheme for tracer 
    126 !----------------------------------------------------------------------- 
    127    ln_traadv_fct =  .true.    !  FCT scheme 
     126   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     127   ln_eos80    = .true.          !  = Use EOS80 
     128   ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
     129/ 
     130!----------------------------------------------------------------------- 
     131&namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
     132!----------------------------------------------------------------------- 
     133   ln_traadv_fct = .true.     !  FCT scheme 
    128134      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    129135      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) 
     136/ 
     137!----------------------------------------------------------------------- 
     138&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
    135139!----------------------------------------------------------------------- 
    136140   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     
    140144!---------------------------------------------------------------------------------- 
    141145   !                       !  Operator type: 
     146   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    142147   ln_traldf_lap   =  .true.   !    laplacian operator 
    143148   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    186191/ 
    187192!----------------------------------------------------------------------- 
    188 &namdyn_adv    !   formulation of the momentum advection 
    189 !----------------------------------------------------------------------- 
     193&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     194!----------------------------------------------------------------------- 
     195   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     196   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     197     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     198   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     199   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    190200/ 
    191201!----------------------------------------------------------------------- 
     
    212222!----------------------------------------------------------------------- 
    213223   !                       !  Type of the operator : 
    214    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     224   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    215225   ln_dynldf_lap =  .true.     !    laplacian operator 
    216226   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     
    234244   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    235245/ 
    236 !----------------------------------------------------------------------- 
    237 &namzdf        !   vertical physics 
    238 !----------------------------------------------------------------------- 
    239 / 
    240 !----------------------------------------------------------------------- 
    241 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    242 !----------------------------------------------------------------------- 
    243 / 
    244 !----------------------------------------------------------------------- 
    245 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    246 !----------------------------------------------------------------------- 
    247 / 
    248 !----------------------------------------------------------------------- 
    249 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namzdf_tmx_new !   internal wave-driven mixing parameterization        ("key_zdftmx_new" & "key_zdfddm") 
     246!!====================================================================== 
     247!!                     vertical physics namelists                     !! 
     248!!====================================================================== 
     249!----------------------------------------------------------------------- 
     250&namzdf        !   vertical physics                                     (default: NO selection) 
     251!----------------------------------------------------------------------- 
     252   !                       ! type of vertical closure 
     253   ln_zdfcst   = .false.      !  constant mixing 
     254   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     255   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     256   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     257   ! 
     258   !                       ! convection 
     259   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     260      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     261      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     262   ! 
     263   ln_zdfddm   = .true.    ! double diffusive mixing 
     264      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     265      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     266   ! 
     267   !                       ! gravity wave-driven vertical mixing 
     268   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     269   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
     270   ! 
     271   !                       !  Coefficients 
     272   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     273   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     274   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     275   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
     276/ 
     277!----------------------------------------------------------------------- 
     278&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  
     279!----------------------------------------------------------------------- 
     280/ 
     281!----------------------------------------------------------------------- 
     282&namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
    254283!----------------------------------------------------------------------- 
    255284   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
Note: See TracChangeset for help on using the changeset viewer.