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/1_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/1_namelist_cfg

    r8284 r8882  
    1313/ 
    1414!----------------------------------------------------------------------- 
    15 &namcfg        !   parameters of the configuration 
     15&namcfg     !   parameters of the configuration 
    1616!----------------------------------------------------------------------- 
    1717   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     
    2121!----------------------------------------------------------------------- 
    2222&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    23 !-----------------------------------------------------------------------   
    24    ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
     23!----------------------------------------------------------------------- 
     24   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
    2525   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    2626   ! 
     
    2929/ 
    3030!----------------------------------------------------------------------- 
    31 &namcrs        !   Grid coarsening for dynamics output and/or 
    32 !              !   passive tracer coarsened online simulations 
     31&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    3332!----------------------------------------------------------------------- 
    3433/ 
     
    4039&namsbc        !   Surface Boundary Condition (surface module) 
    4140!----------------------------------------------------------------------- 
    42    ln_blk      = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    43    nn_ice      = 3         !  =0 no ice boundary condition   , 
     41   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
     42   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     43   nn_ice      = 0         !  =0 no ice boundary condition   , 
    4444                           !  =1 use observed ice-cover      , 
    45                            !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    46    ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    47    ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    48    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked  
    49                            !     =1 global mean of e-p-r set to zero at each time step  
     45                           !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     46   ln_rnf      = .false.    !  runoffs                                   (T => fill namsbc_rnf) 
     47   ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     48   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     49                           !     =1 global mean of e-p-r set to zero at each time step 
    5050                           !     =2 annual global mean of e-p-r set to zero 
    51                            !     =3 global emp set to zero and spread out over erp area 
    52 / 
    53 !----------------------------------------------------------------------- 
    54 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
     51/ 
     52!----------------------------------------------------------------------- 
     53&namsbc_blk   !   namsbc_blk  Bulk formulae 
    5554!----------------------------------------------------------------------- 
    5655!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
     
    6968   !                    !  bulk algorithm : 
    7069   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    71    ! 
    7270/ 
    7371!----------------------------------------------------------------------- 
     
    7977/ 
    8078!----------------------------------------------------------------------- 
     79&namsbc_rnf    !   runoffs namelist surface boundary condition 
     80!----------------------------------------------------------------------- 
     81/ 
     82!----------------------------------------------------------------------- 
     83&namsbc_ssr    !   surface boundary condition : sea surface restoring 
     84!----------------------------------------------------------------------- 
     85/ 
     86!----------------------------------------------------------------------- 
     87&namsbc_alb    !   albedo parameters 
     88!----------------------------------------------------------------------- 
     89/ 
     90!----------------------------------------------------------------------- 
     91&namberg       !   iceberg parameters 
     92!----------------------------------------------------------------------- 
     93      ln_icebergs              = .false.               ! iceberg floats or not 
     94/ 
     95!----------------------------------------------------------------------- 
    8196&namlbc        !   lateral momentum boundary condition 
    8297!----------------------------------------------------------------------- 
    8398/ 
    8499!----------------------------------------------------------------------- 
     100&namdrg        !   top/bottom friction 
     101!----------------------------------------------------------------------- 
     102   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0 
     103/ 
     104!----------------------------------------------------------------------- 
    85105&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    86106!----------------------------------------------------------------------- 
     
    88108/ 
    89109!----------------------------------------------------------------------- 
    90 &nambfr        !   bottom friction 
    91 !----------------------------------------------------------------------- 
    92 / 
    93 !----------------------------------------------------------------------- 
    94 &nambbc        !   bottom temperature boundary condition 
     110&nambbc        !   bottom temperature boundary condition                (default: NO) 
    95111!----------------------------------------------------------------------- 
    96112   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    97113/ 
    98114!----------------------------------------------------------------------- 
    99 &nambbl        !   bottom boundary layer scheme 
    100 !----------------------------------------------------------------------- 
     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] 
    101122/ 
    102123!----------------------------------------------------------------------- 
    103124&nameos        !   ocean physical parameters 
    104125!----------------------------------------------------------------------- 
    105   ln_teos10   = .true.         !  = Use TEOS-10 equation of state 
    106 / 
    107 !----------------------------------------------------------------------- 
    108 &namtra_dmp    !   tracer: T & S newtonian damping 
    109 !----------------------------------------------------------------------- 
    110    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    111 / 
    112 !----------------------------------------------------------------------- 
    113 &namtra_adv    !   advection scheme for tracer 
    114 !----------------------------------------------------------------------- 
    115    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 
    116134      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    117135      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    118       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    119       !                             !        (number of sub-timestep = nn_fct_zts) 
    120 / 
    121 !----------------------------------------------------------------------- 
     136/ 
     137!----------------------------------------------------------------------- 
     138&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     139!----------------------------------------------------------------------- 
     140/ 
     141!---------------------------------------------------------------------------------- 
    122142&namtra_ldf    !   lateral diffusion scheme for tracers 
    123143!---------------------------------------------------------------------------------- 
    124144   !                       !  Operator type: 
     145   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    125146   ln_traldf_lap   =  .true.   !    laplacian operator 
    126147   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    156177/ 
    157178!----------------------------------------------------------------------- 
    158 &namdyn_adv    !   formulation of the momentum advection 
    159 !----------------------------------------------------------------------- 
    160  
     179&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     180!----------------------------------------------------------------------- 
     181   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
     182/ 
     183!----------------------------------------------------------------------- 
     184&namdyn_adv    !   formulation of the momentum advection                (default: No selection) 
     185!----------------------------------------------------------------------- 
     186   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     187   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     188     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     189   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     190   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     191/ 
    161192!----------------------------------------------------------------------- 
    162193&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     
    171202&namdyn_hpg    !   Hydrostatic pressure gradient option 
    172203!----------------------------------------------------------------------- 
     204   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    173205/ 
    174206!----------------------------------------------------------------------- 
     
    201233   rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s] 
    202234/ 
    203 !----------------------------------------------------------------------- 
    204 &namzdf        !   vertical physics 
    205 !----------------------------------------------------------------------- 
    206 / 
    207 !----------------------------------------------------------------------- 
    208 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    209 !----------------------------------------------------------------------- 
    210 / 
    211 !----------------------------------------------------------------------- 
    212 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    213 !----------------------------------------------------------------------- 
    214 / 
    215 !----------------------------------------------------------------------- 
    216 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    217 !----------------------------------------------------------------------- 
    218    ln_tmx_itf  = .false.   !  ITF specific parameterisation 
     235!!====================================================================== 
     236!!                     vertical physics namelists                     !! 
     237!!====================================================================== 
     238!----------------------------------------------------------------------- 
     239&namzdf        !   vertical physics                                     (default: NO selection) 
     240!----------------------------------------------------------------------- 
     241   !                       ! type of vertical closure 
     242   ln_zdfcst   = .false.      !  constant mixing 
     243   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     244   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     245   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     246   ! 
     247   !                       ! convection 
     248   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     249      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     250      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     251   ! 
     252   ln_zdfddm   = .true.    ! double diffusive mixing 
     253      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     254      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     255   ! 
     256   !                       ! gravity wave-driven vertical mixing 
     257   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     258   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
     259   ! 
     260   !                       !  Coefficients 
     261   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     262   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     263   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     264   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
     265/ 
     266!----------------------------------------------------------------------- 
     267&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  
     268!----------------------------------------------------------------------- 
     269/ 
     270!----------------------------------------------------------------------- 
     271&namzdf_iwm    !   tidal mixing parameterization                        (ln_zdfiwm =T) 
     272!----------------------------------------------------------------------- 
    219273/ 
    220274!----------------------------------------------------------------------- 
     
    223277/ 
    224278!----------------------------------------------------------------------- 
    225 &nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist") 
    226 !----------------------------------------------------------------------- 
    227 / 
    228 !----------------------------------------------------------------------- 
    229279&namctl        !   Control prints & Benchmark 
    230280!----------------------------------------------------------------------- 
     
    235285/ 
    236286!----------------------------------------------------------------------- 
    237 &namhsb       !  Heat and salt budgets  
     287&namhsb       !  Heat and salt budgets                                  (default F) 
    238288!----------------------------------------------------------------------- 
    239289/ 
Note: See TracChangeset for help on using the changeset viewer.