Changes between Version 28 and Version 29 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Oct 12, 2018 10:34:50 AM (7 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v28 v29  
    11= Chemistry model parameters =
    22[[TracNav(doc/app/partoc|nocollapse)]]
    3 ==== [#steering Steering] ====
     3
     4
     5'''Steering:'''
     6 '''[#chempar Chemistry namelist]'''\\
     7 '''[#output Output steering in 'runtime_parameters']'''\\
     8 '''[#init Initialisation steering in 'initialization_parameters']'''
     9
     10----
    411
    512Since Version 5.0 a chemistry model is available in PALM which computes chemical conversion and tranport of reactive trace gases. In addition this module permits also the simulation of passive compounds in the gas phase and particulate matter.
     
    152159}}}
    153160{{{#!td
    154 Names of chemical species where surface concentrations and are prescribed.
     161Names of chemical species where surface concentrations or profiles are prescribed.
    155162Example:\\
    156163cs_name                    = 'O3',  'NO', 'NO2',  'CO', 'RCHO', 'PM10', 'PM25',\\
    157 It is not necessary to specify cs_name (and cs_surface and cs_profile) for all compounds of the chosen chemical mechanism.
     164It is not necessary to specify cs_name (and cs_surface and cs_profile/cs_heights-pairs) for all compounds of the chosen chemical mechanism.
    158165Names of compounds which do not occur mechanism are ignored.
    159166}}}
     
    169176}}}
    170177{{{#!td
    171 Concentration values of chemical species (gases in ppm, particulate matter in kg m{^-3} at [#cs_heights cs_heights].
     178Concentration values of chemical species (gases in ppm, particulate matter in kg m^-3^) at [#cs_heights cs_heights].
    172179Example:\\
    173 cs_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
    174 cs_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
    175 
    176 }}}
    177 |----------------
    178 {{{#!td style="vertical-align:top; width: 150px"
    179 [=#cs_profile_name '''cs_profile_name''']
    180 }}}
    181 {{{#!td style="vertical-align:top; width: 50px"
    182 XXX
    183 }}}
    184 {{{#!td style="vertical-align:top; width: 75px"
    185 YYY
    186 }}}
    187 {{{#!td
    188 ZZZ
     180cs_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\\
     181cs_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\\
     182The individual chemical species are identified using [#cs_name cs_name]
    189183}}}
    190184|----------------
     
    199193}}}
    200194{{{#!td
    201 Concentration value for chemical species at the surface.\\\\
    202 Here, a detailed description follows...Maybe also link to an example input file will follow.
     195Concentration value for chemical species at the surface (gases in ppm, particulate matter in kg m^-3^).
     196
    203197}}}
    204198|----------------
     
    213207}}}
    214208{{{#!td
    215 ZZZ
     209Not required. Copied from passive scalar. No idea what this is good for
    216210}}}
    217211|----------------
     
    226220}}}
    227221{{{#!td
    228 ZZZ
     222Not used, as we set initial values of cs by specifying values at given heights, not vertical gradients
    229223}}}
    230224|----------------
     
    233227}}}
    234228{{{#!td style="vertical-align:top; width: 50px"
    235 XXX
     229dto
    236230}}}
    237231{{{#!td style="vertical-align:top; width: 75px"
     
    249243}}}
    250244{{{#!td style="vertical-align:top; width: 75px"
    251 YYY
     245Type of weekday (workday, weekend, holiday) Required for emission module
    252246}}}
    253247{{{#!td
     
    528522}}}
    529523|----------------
     524
     525 [=#output Output steering in `runtime_parameters`]
     526
     527 [=#init Initialisation steering in `initialization_parameters`]
     528