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


Ignore:
Timestamp:
Oct 12, 2018 9:05:24 AM (6 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v27 v28  
    5959}}}
    6060{{{#!td
    61 Bottom boundary condition of the chemical species ('cs')concentration.
     61Bottom boundary condition of the chemical species (`cs`) concentration.
    6262
    6363Allowed values are  'dirichlet'  (cs(k=0) = const. = cs_surface + cs_surface_initial_change; When a constant surface concentration flux is used (surface_cs_flux) or emissions are applied ('do_emis' = .T.), bc_cs_b =  'neumann'  must be used.
     
    9595}}}
    9696{{{#!td
    97 Switch whether chemistry is called at each substep of the Runge-Kutta scheme or just at each full dynamical time step 'dt'. The latter should do since the chemistry solvers are using their own timestep steering.
     97Switch whether chemistry is called at each substep of the Runge-Kutta scheme or just at each full dynamical time step 'dt'. The latter will do since the chemistry solvers are using their own timestep steering.
    9898}}}
    9999|----------------
     
    137137The first index refers to the chemical compound, the second to height level.
    138138Example:\\
    139 cs_heights(1,:)            =  0.0,   5.0,   15.0,   25.0,  35.0,  45.0,  55.0,  65.0,  75.0,  85.0, 95.0, ! heights for profile of first compound\\
    140 cs_heights(2,:)            =  0.0,   5.0,   15.0,   25.0,  35.0,  45.0,  55.0,  65.0,  75.0,  85.0, 95.0, ! heights for profile of second compound\\
    141 
     139cs_heights(1,:)            =  0.0,   5.0,   15.0,   25.0,  35.0,  45.0,  55.0,  65.0,  75.0,  85.0, 95.0, ! heights for profile of first chemical species\\
     140cs_heights(2,:)            =  0.0,   5.0,   15.0,   25.0,  35.0,  45.0,  55.0,  65.0,  75.0,  85.0, 95.0, ! heights for profile of second chemical species\\
     141The chem
    142142}}}
    143143|----------------
     
    146146}}}
    147147{{{#!td style="vertical-align:top; width: 50px"
    148 XXX
    149 }}}
    150 {{{#!td style="vertical-align:top; width: 75px"
    151 YYY
    152 }}}
    153 {{{#!td
    154 ZZZ
     148C*11(99)
     149}}}
     150{{{#!td style="vertical-align:top; width: 75px"
     151'novalue'
     152}}}
     153{{{#!td
     154Names of chemical species where surface concentrations and are prescribed.
     155Example:\\
     156cs_name                    = 'O3',  'NO', 'NO2',  'CO', 'RCHO', 'PM10', 'PM25',\\
     157It is not necessary to specify cs_name (and cs_surface and cs_profile) for all compounds of the chosen chemical mechanism.
     158Names of compounds which do not occur mechanism are ignored.
    155159}}}
    156160|----------------
     
    159163}}}
    160164{{{#!td style="vertical-align:top; width: 50px"
    161 XXX
    162 }}}
    163 {{{#!td style="vertical-align:top; width: 75px"
    164 YYY
    165 }}}
    166 {{{#!td
    167 ZZZ
     165R(99,100)
     166}}}
     167{{{#!td style="vertical-align:top; width: 75px"
     1689999999.9_wp
     169}}}
     170{{{#!td
     171Concentration values of chemical species (gases in ppm, particulate matter in kg m{^-3} at [#cs_heights cs_heights].
     172Example:\\
     173cs_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
     174cs_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
    168176}}}
    169177|----------------