Ignore:
Timestamp:
05/11/18 12:56:28 (6 years ago)
Author:
flavoni
Message:

update libigcm for dev_merge_2017 of NEMO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v7_dev/GENERAL/PARAM/namelist_ORCA2clim_cfg

    r3186 r3809  
    22!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 ! 
    54!----------------------------------------------------------------------- 
    65&namrun        !   parameters of the run 
     
    1918/ 
    2019!----------------------------------------------------------------------- 
    21 &namcfg     !   parameters of the configuration 
     20&namcfg        !   parameters of the configuration                      (default: user defined GYRE) 
    2221!----------------------------------------------------------------------- 
    2322   ln_read_cfg = .true.    !  (=T) read the domain configuration file 
    2423      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    2524      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    26 / 
    27 !----------------------------------------------------------------------- 
    28 &namzgr        !   vertical coordinate 
    29 !----------------------------------------------------------------------- 
    30    ln_zps      = .true.    !  z-coordinate - partial steps 
    31 / 
    32 !----------------------------------------------------------------------- 
    33 &namdom        !   space and time domain (bathymetry, mesh, timestep) 
     25      ! 
     26      ln_closea    = .false.    !  T => keep closed seas (defined by closea_mask field) in the   
     27      !                         !       domain and apply special treatment of freshwater fluxes. 
     28      !                         !  F => suppress closed seas (defined by closea_mask field)  
     29      !                         !       from the bathymetry at runtime. 
     30      !                         !  If closea_mask field doesn't exist in the domain_cfg file 
     31      !                         !       then this logical does nothing. 
     32/ 
     33!----------------------------------------------------------------------- 
     34&namdom        !   time and space domain 
    3435!----------------------------------------------------------------------- 
    3536   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    36    ! 
    37    nn_msh      =  _AUTO_   !  create (>0) a mesh file or not (=0) 
    38    ! 
    39    rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
    40 / 
    41 !----------------------------------------------------------------------- 
    42 &namcrs        !   Grid coarsening for dynamics output and/or 
    43                !   passive tracer coarsened online simulations 
    44 !----------------------------------------------------------------------- 
    45 / 
    46 !----------------------------------------------------------------------- 
    47 &namtsd    !   data : Temperature  & Salinity 
     37   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     38   rn_atfp     =    0.1    !  asselin time filter parameter 
     39   ln_meshmask = .true.   !  =T create a mesh file 
     40/ 
     41!----------------------------------------------------------------------- 
     42&namtsd        !   data : Temperature  & Salinity 
     43!----------------------------------------------------------------------- 
     44/ 
     45!----------------------------------------------------------------------- 
     46&namwad        !   Wetting and drying  default is no WAD 
     47!----------------------------------------------------------------------- 
     48/ 
     49!----------------------------------------------------------------------- 
     50&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
     51!----------------------------------------------------------------------- 
     52/ 
     53!----------------------------------------------------------------------- 
     54&namc1d        !   1D configuration options                             ("key_c1d") 
     55!----------------------------------------------------------------------- 
     56/ 
     57!----------------------------------------------------------------------- 
     58&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     59!----------------------------------------------------------------------- 
     60/ 
     61!----------------------------------------------------------------------- 
     62&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    4863!----------------------------------------------------------------------- 
    4964/ 
     
    5469/ 
    5570!----------------------------------------------------------------------- 
    56 &namsbc_blk   !   namsbc_blk  Bulk formulae 
     71&namsbc_flx    !   surface boundary condition : flux formulation 
     72!----------------------------------------------------------------------- 
     73/ 
     74!----------------------------------------------------------------------- 
     75&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    5776!----------------------------------------------------------------------- 
    5877   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    5978/ 
    6079!----------------------------------------------------------------------- 
    61 &namtra_qsr    !   penetrative solar radiation 
    62 !----------------------------------------------------------------------- 
    63 / 
    64 !----------------------------------------------------------------------- 
    65 &namsbc_rnf    !   runoffs namelist surface boundary condition 
    66 !----------------------------------------------------------------------- 
    67 / 
    68 !----------------------------------------------------------------------- 
    69 &namsbc_ssr    !   surface boundary condition : sea surface restoring 
    70 !----------------------------------------------------------------------- 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &namsbc_alb    !   albedo parameters 
    74 !----------------------------------------------------------------------- 
    75 / 
    76 !----------------------------------------------------------------------- 
    77 &namberg       !   iceberg parameters 
    78 !----------------------------------------------------------------------- 
    79       ln_icebergs              = .true.               ! iceberg floats or not 
    80       ln_bergdia               = .true.               ! Calculate budgets 
     80&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
     81!----------------------------------------------------------------------- 
     82/ 
     83!----------------------------------------------------------------------- 
     84&namsbc_sas    !   Stand-Alone Surface boundary condition 
     85!----------------------------------------------------------------------- 
     86/ 
     87!----------------------------------------------------------------------- 
     88&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     89!----------------------------------------------------------------------- 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
     93!----------------------------------------------------------------------- 
     94/ 
     95!----------------------------------------------------------------------- 
     96&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
     97!----------------------------------------------------------------------- 
     98/ 
     99!----------------------------------------------------------------------- 
     100&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
     101!----------------------------------------------------------------------- 
     102/ 
     103!----------------------------------------------------------------------- 
     104&namsbc_iscpl  !   land ice / ocean coupling option                      
     105!----------------------------------------------------------------------- 
     106/ 
     107!----------------------------------------------------------------------- 
     108&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     109!----------------------------------------------------------------------- 
     110/ 
     111!----------------------------------------------------------------------- 
     112&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
     113!----------------------------------------------------------------------- 
     114/ 
     115!----------------------------------------------------------------------- 
     116&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     117!----------------------------------------------------------------------- 
     118/ 
     119!----------------------------------------------------------------------- 
     120&namberg       !   iceberg parameters                                   (default: No iceberg) 
     121!----------------------------------------------------------------------- 
     122      ln_icebergs              = .false.               ! iceberg floats or not 
     123      ln_bergdia               = .false.               ! Calculate budgets 
    81124      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
    82125      nn_verbose_write         = 15                   ! Timesteps between verbose messages 
     
    113156/ 
    114157!----------------------------------------------------------------------- 
    115 &nambfr        !   bottom friction 
     158&namagrif      !  AGRIF zoom                                            ("key_agrif") 
     159!----------------------------------------------------------------------- 
     160/ 
     161!----------------------------------------------------------------------- 
     162&nam_tide      !   tide parameters 
     163!----------------------------------------------------------------------- 
     164/ 
     165!----------------------------------------------------------------------- 
     166&nambdy        !  unstructured open boundaries                           
     167!----------------------------------------------------------------------- 
     168/ 
     169!----------------------------------------------------------------------- 
     170&nambdy_dta    !  open boundaries - external data                        
     171!----------------------------------------------------------------------- 
     172/ 
     173!----------------------------------------------------------------------- 
     174&nambdy_tide   !  tidal forcing at open boundaries 
     175!----------------------------------------------------------------------- 
     176/ 
     177!----------------------------------------------------------------------- 
     178&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     179!----------------------------------------------------------------------- 
     180   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0 
     181/ 
     182!----------------------------------------------------------------------- 
     183&namdrg_top    !   TOP friction                                         (ln_isfcav=T) 
     184!----------------------------------------------------------------------- 
     185/ 
     186!----------------------------------------------------------------------- 
     187&namdrg_bot    !   BOTTOM friction                                   
    116188!----------------------------------------------------------------------- 
    117189/ 
     
    122194/ 
    123195!----------------------------------------------------------------------- 
    124 &nambbl        !   bottom boundary layer scheme 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &nameos        !   ocean physical parameters 
    129 !----------------------------------------------------------------------- 
    130    ln_teos10    = .true.         !  = Use TEOS-10 equation of state 
    131 / 
    132 !----------------------------------------------------------------------- 
    133 &namtra_adv    !   advection scheme for tracer 
    134 !----------------------------------------------------------------------- 
    135    ln_traadv_fct =  .true.    !  FCT scheme 
     196&nambbl        !   bottom boundary layer scheme                         (default: NO) 
     197!----------------------------------------------------------------------- 
     198   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag 
     199   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     200   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     201   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     202   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
     203/ 
     204!----------------------------------------------------------------------- 
     205&nameos        !   ocean Equation Of Seawater                           (default: NO) 
     206!----------------------------------------------------------------------- 
     207   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     208   ln_eos80    = .true.          !  = Use EOS80 
     209   ln_seos     = .false.         !  = Use S-EOS (simplified Eq.) 
     210/ 
     211!----------------------------------------------------------------------- 
     212&namtra_adv    !   advection scheme for tracer                          (default: NO selection) 
     213!----------------------------------------------------------------------- 
     214   ln_traadv_fct = .true.     !  FCT scheme 
    136215      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    137216      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    138       nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping 
    139       !                             !        (number of sub-timestep = nn_fct_zts) 
    140 / 
    141 !----------------------------------------------------------------------- 
    142 &namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param) 
     217/ 
     218!----------------------------------------------------------------------- 
     219&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    143220!----------------------------------------------------------------------- 
    144221   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    145222/ 
    146 !---------------------------------------------------------------------------------- 
    147 &namtra_ldf    !   lateral diffusion scheme for tracers 
    148 !---------------------------------------------------------------------------------- 
     223!----------------------------------------------------------------------- 
     224&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
     225!----------------------------------------------------------------------- 
    149226   !                       !  Operator type: 
     227   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection) 
    150228   ln_traldf_lap   =  .true.   !    laplacian operator 
    151229   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    175253   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    176254/ 
    177 !---------------------------------------------------------------------------------- 
    178 &namtra_ldfeiv !   eddy induced velocity param. 
    179 !---------------------------------------------------------------------------------- 
     255!----------------------------------------------------------------------- 
     256&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
     257!----------------------------------------------------------------------- 
    180258   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
    181259   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
     
    194272/ 
    195273!----------------------------------------------------------------------- 
    196 &namdyn_adv    !   formulation of the momentum advection 
    197 !----------------------------------------------------------------------- 
    198 / 
    199 !----------------------------------------------------------------------- 
    200 &namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
     274&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     275!----------------------------------------------------------------------- 
     276/ 
     277!----------------------------------------------------------------------- 
     278&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     279!----------------------------------------------------------------------- 
     280   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection) 
     281   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme 
     282     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
     283   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     284   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     285/ 
     286!----------------------------------------------------------------------- 
     287&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    201288!----------------------------------------------------------------------- 
    202289   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     
    207294/ 
    208295!----------------------------------------------------------------------- 
    209 &namdyn_hpg    !   Hydrostatic pressure gradient option 
     296&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    210297!----------------------------------------------------------------------- 
    211298   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation) 
    212299/ 
    213300!----------------------------------------------------------------------- 
    214 &namdyn_spg    !   surface pressure gradient 
     301&namdyn_spg    !   surface pressure gradient                            (default: NO) 
    215302!----------------------------------------------------------------------- 
    216303   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    217304/ 
    218305!----------------------------------------------------------------------- 
    219 &namdyn_ldf    !   lateral diffusion on momentum 
     306&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    220307!----------------------------------------------------------------------- 
    221308   !                       !  Type of the operator : 
    222    !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     309   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion) 
    223310   ln_dynldf_lap =  .true.     !    laplacian operator 
    224311   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     
    243330/ 
    244331!----------------------------------------------------------------------- 
    245 &namzdf        !   vertical physics 
    246 !----------------------------------------------------------------------- 
    247 / 
    248 !----------------------------------------------------------------------- 
    249 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    250 !----------------------------------------------------------------------- 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm") 
    254 !----------------------------------------------------------------------- 
    255 / 
    256 !----------------------------------------------------------------------- 
    257 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    258 !----------------------------------------------------------------------- 
    259 / 
    260 !----------------------------------------------------------------------- 
    261 &namzdf_tmx_new !   internal wave-driven mixing parameterization        ("key_zdftmx_new" & "key_zdfddm") 
     332&namzdf        !   vertical physics                                     (default: NO selection) 
     333!----------------------------------------------------------------------- 
     334   !                       ! type of vertical closure 
     335   ln_zdfcst   = .false.      !  constant mixing 
     336   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric) 
     337   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke) 
     338   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls) 
     339   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm) 
     340   ! 
     341   !                       ! convection 
     342   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme 
     343      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1) 
     344      rn_evd   =  100.           !  evd mixing coefficient [m2/s] 
     345   ! 
     346   ln_zdfddm   = .true.    ! double diffusive mixing 
     347      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity) 
     348      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio 
     349   ! 
     350   !                       ! gravity wave-driven vertical mixing 
     351   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm) 
     352   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T ) 
     353   ! 
     354   !                       !  Coefficients 
     355   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     356   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     357   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     358   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0) 
     359/ 
     360!----------------------------------------------------------------------- 
     361&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     362!----------------------------------------------------------------------- 
     363/ 
     364!----------------------------------------------------------------------- 
     365&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     366!----------------------------------------------------------------------- 
     367/ 
     368!----------------------------------------------------------------------- 
     369&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     370!----------------------------------------------------------------------- 
     371/ 
     372!----------------------------------------------------------------------- 
     373&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
     374!----------------------------------------------------------------------- 
     375/ 
     376!----------------------------------------------------------------------- 
     377&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    262378!----------------------------------------------------------------------- 
    263379   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
     
    266382/ 
    267383!----------------------------------------------------------------------- 
    268 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    269 !----------------------------------------------------------------------- 
    270 / 
    271 !----------------------------------------------------------------------- 
    272 &namctl        !   Control prints & Benchmark 
    273 !----------------------------------------------------------------------- 
    274 / 
    275 !----------------------------------------------------------------------- 
    276 &namptr       !   Poleward Transport Diagnostic 
    277 !----------------------------------------------------------------------- 
    278 / 
    279 !----------------------------------------------------------------------- 
    280 &namhsb       !  Heat and salt budgets                                  (default F) 
     384&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     385!----------------------------------------------------------------------- 
     386/ 
     387!----------------------------------------------------------------------- 
     388&namctl        !   Control prints  
     389!----------------------------------------------------------------------- 
     390   ln_ctl      = .false.   !  trends control print (expensive!) 
     391   nn_print    =    0      !  level of print (0 no extra print) 
     392   ln_timing   = .false.   !  timing by routine write out in timing.output file 
     393   ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
     394/ 
     395!----------------------------------------------------------------------- 
     396&namsto        ! Stochastic parametrization of EOS                      (default: NO) 
     397!----------------------------------------------------------------------- 
     398/ 
     399!----------------------------------------------------------------------- 
     400&namtrd        !   trend diagnostics                                    (default F) 
     401!----------------------------------------------------------------------- 
     402/ 
     403!----------------------------------------------------------------------- 
     404&namptr        !   Poleward Transport Diagnostic                        (default F) 
     405!----------------------------------------------------------------------- 
     406/ 
     407!----------------------------------------------------------------------- 
     408&namhsb        !  Heat and salt budgets                                 (default F) 
    281409!----------------------------------------------------------------------- 
    282410   ln_diahsb  = .true.    !  check the heat and salt budgets (T) or not (F) 
    283411/ 
    284412!----------------------------------------------------------------------- 
    285 &namobs       !  observation usage                                      ('key_diaobs') 
    286 !----------------------------------------------------------------------- 
    287 / 
    288 !----------------------------------------------------------------------- 
    289 &nam_asminc   !   assimilation increments                               ('key_asminc') 
    290 !----------------------------------------------------------------------- 
    291 / 
     413&namdiu        !   Cool skin and warm layer models                      (default F) 
     414!----------------------------------------------------------------------- 
     415/ 
     416!----------------------------------------------------------------------- 
     417&namflo        !   float parameters                                     ("key_float") 
     418!----------------------------------------------------------------------- 
     419/ 
     420!----------------------------------------------------------------------- 
     421&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     422!----------------------------------------------------------------------- 
     423/ 
     424!----------------------------------------------------------------------- 
     425&namdct        ! transports through some sections                       ("key_diadct") 
     426!----------------------------------------------------------------------- 
     427/ 
     428!----------------------------------------------------------------------- 
     429&nam_diatmb    !  Top Middle Bottom Output                              (default F) 
     430!----------------------------------------------------------------------- 
     431/ 
     432!----------------------------------------------------------------------- 
     433&nam_dia25h    !  25h Mean Output                                       (default F) 
     434!----------------------------------------------------------------------- 
     435/ 
     436!----------------------------------------------------------------------- 
     437&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     438!----------------------------------------------------------------------- 
     439/ 
     440!----------------------------------------------------------------------- 
     441&namobs        !  observation usage switch 
     442!----------------------------------------------------------------------- 
     443/ 
     444!----------------------------------------------------------------------- 
     445&nam_asminc    !   assimilation increments                              ('key_asminc') 
     446!----------------------------------------------------------------------- 
     447/ 
     448!----------------------------------------------------------------------- 
     449&namdta_dyn    !   offline dynamics read in files                       ("key_offline") 
     450!----------------------------------------------------------------------- 
     451/ 
Note: See TracChangeset for help on using the changeset viewer.