Changes between Version 47 and Version 48 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Oct 15, 2018 11:45:19 AM (6 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v47 v48  
    33
    44
    5 '''Steering:'''
     5'''[#Steering Steering]:'''
    66 '''[#chempar Chemistry namelist]'''\\
    77 '''[#output Output steering in 'runtime_parameters']'''\\
     
    5050A brief description of the chemistry model will follow here (see [wiki:doc/app/lsmpar#LandSurfaceParameters LSM description] as an example).
    5151
    52 \\\\
    53 NAMELIST group name: [=#chempar '''chemistry_parameters''']\\
    54 
    5552
    5653----
    5754\\\\
    5855[=#steering '''Steering:]\\
     56
     57
     58\\\\
     59NAMELIST group name: [=#chempar '''chemistry_parameters''']
     60
    5961||='''Parameter Name'''  =||='''[[../fortrantypes|FORTRAN]]\\[[../fortrantypes|Type]]'''  =||='''Default\\Value'''  =||='''Explanation'''  =||
    6062|----------------
     
    162164}}}
    163165{{{#!td
    164 Names of chemical species where surface concentrations or profiles are prescribed.
     166Names of chemical species where surface concentrations or concentration profiles ([#cs_profile cs_profile]) are prescribed.
    165167Example:\\
    166168cs_name                    = 'O3',  'NO', 'NO2',  'CO', 'RCHO', 'PM10', 'PM25',\\
     
    183185cs_profile(1,:)            =  0.020, 0.023, 0.026, 0.029, 0.032, 0.035, 0.038, 0.041, 0.044, 0.047, 0.050,    !Values for initial profile of first species\\
    184186cs_profile(2,:)            =  0.080, 0.073, 0.064, 0.057, 0.050, 0.043, 0.036, 0.029, 0.022, 0.015, 0.007,    !Values for initial profile of second species\\
    185 The individual chemical species are identified using [#cs_name cs_name]
     187The individual chemical species are identified using [#cs_name cs_name]. These initial profiles become only effective when = 'inifor {{{set_constant_profiles}}} is set for [#init initializing_actions].
    186188}}}
    187189|----------------
     
    201203|----------------
    202204{{{#!td style="vertical-align:top; width: 150px"
    203 [=#cs_surface_initial_change '''cs_surface_initial_change''']
    204 }}}
    205 {{{#!td style="vertical-align:top; width: 50px"
    206 XXX
     205[=#cs_vertical_gradient_level '''cs_vertical_gradient_level''']
     206}}}
     207{{{#!td style="vertical-align:top; width: 50px"
     208dto
    207209}}}
    208210{{{#!td style="vertical-align:top; width: 75px"
     
    210212}}}
    211213{{{#!td
    212 Not required. Copied from passive scalar. We can use emissions instead, so no idea what it is still good for.
    213 }}}
    214 |----------------
    215 {{{#!td style="vertical-align:top; width: 150px"
    216 [=#cs_vertical_gradient '''cs_vertical_gradient''']
    217 }}}
    218 {{{#!td style="vertical-align:top; width: 50px"
    219 XXX
    220 }}}
    221 {{{#!td style="vertical-align:top; width: 75px"
    222 YYY
    223 }}}
    224 {{{#!td
    225 Not used, as we set initial values of cs by specifying values at given heights, not vertical gradients
    226 }}}
    227 |----------------
    228 {{{#!td style="vertical-align:top; width: 150px"
    229 [=#cs_vertical_gradient_level '''cs_vertical_gradient_level''']
    230 }}}
    231 {{{#!td style="vertical-align:top; width: 50px"
    232 dto
    233 }}}
    234 {{{#!td style="vertical-align:top; width: 75px"
    235 YYY
    236 }}}
    237 {{{#!td
    238214ZZZ
    239215}}}
     
    249225}}}
    250226{{{#!td
    251 Type of weekday required for the MDH case of the DEFAULT mode of the emissions module.
     227Type of weekday required for the MDH (MonthDayHour)case of the DEFAULT mode of the emissions module.
    252228Possible values are: workday, weekend, holiday
    253229}}}
     
    331307}}}
    332308{{{#!td
    333 Constant emission scaling factor for SIDE (secondary) street types, used in the PARAMETERIZED mode of chem_emission module. The number and the order of the values has to correspond to the names of the emission species provided for [#surface_csflux_name surface_csflux_name].
     309Constant emission scaling factor for SIDE (secondary) street types, used in the PARAMETERIZED [#mode_emis mode] of chem_emission module. The number and the order of the values has to correspond to the names of the emission species provided for [#surface_csflux_name surface_csflux_name].
    334310
    335311}}}
     
    461437Steering of the chemistry solver.
    462438
    463 RCNTRL(1)  -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO
    464 
    465 RCNTRL(2)  -> Hmax, upper bound for the integration step size
    466 
    467 RCNTRL(3)  -> Hstart, starting value for the integration step size
    468 
    469 RCNTRL(4)  -> Facmin (lower bound on step decrease factor, default=0.2)
    470 
    471 RCNTRL(5)  -> Facmax (upper bound on step increase factor, default=6)
    472 
    473 RCNTRL(6)  -> Facrej (step decrease factor after multiple rejections)
    474 
    475 RCNTRL(7)  -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9)
     439 RCNTRL(1)  -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO
     440
     441 RCNTRL(2)  -> Hmax, upper bound for the integration step size
     442
     443 RCNTRL(3)  -> Hstart, starting value for the integration step size
     444
     445 RCNTRL(4)  -> Facmin (lower bound on step decrease factor, default=0.2)
     446
     447 RCNTRL(5)  -> Facmax (upper bound on step increase factor, default=6)
     448
     449 RCNTRL(6)  -> Facrej (step decrease factor after multiple rejections)
     450
     451 RCNTRL(7)  -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9)
    476452
    477453See http://people.cs.vt.edu/asandu/Software/Kpp/
     
    570546|----------------
    571547
    572  [=#output Output steering in `runtime_parameters`]
    573 
    574  [=#init Initialisation steering in `initialization_parameters`]
    575 
     548\\
     549
     550'''[=#output Output steering in `runtime_parameters`]'''
     551
     552
     553
     554\\
     555'''[=#init Initialisation steering in `initialization_parameters`]'''
     556
     557If large-scale forcings (inifor) are used only for meteorology, then user defined initial concentration and initial vertical profiles can be activated by adding 'set_constant_profiles' with inifor separated by a spaces only. For example
     558
     559{{{initializing_actions = 'inifor set_constant_profiles', }}}
     560