Changes between Version 28 and Version 29 of doc/app/chemistry_parameters
- Timestamp:
- Oct 12, 2018 10:34:50 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/chemistry_parameters
v28 v29 1 1 = Chemistry model parameters = 2 2 [[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 ---- 4 11 5 12 Since 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. … … 152 159 }}} 153 160 {{{#!td 154 Names of chemical species where surface concentrations andare prescribed.161 Names of chemical species where surface concentrations or profiles are prescribed. 155 162 Example:\\ 156 163 cs_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.164 It is not necessary to specify cs_name (and cs_surface and cs_profile/cs_heights-pairs) for all compounds of the chosen chemical mechanism. 158 165 Names of compounds which do not occur mechanism are ignored. 159 166 }}} … … 169 176 }}} 170 177 {{{#!td 171 Concentration values of chemical species (gases in ppm, particulate matter in kg m {^-3}at [#cs_heights cs_heights].178 Concentration values of chemical species (gases in ppm, particulate matter in kg m^-3^) at [#cs_heights cs_heights]. 172 179 Example:\\ 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 180 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\\ 181 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\\ 182 The individual chemical species are identified using [#cs_name cs_name] 189 183 }}} 190 184 |---------------- … … 199 193 }}} 200 194 {{{#!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. 195 Concentration value for chemical species at the surface (gases in ppm, particulate matter in kg m^-3^). 196 203 197 }}} 204 198 |---------------- … … 213 207 }}} 214 208 {{{#!td 215 ZZZ 209 Not required. Copied from passive scalar. No idea what this is good for 216 210 }}} 217 211 |---------------- … … 226 220 }}} 227 221 {{{#!td 228 ZZZ 222 Not used, as we set initial values of cs by specifying values at given heights, not vertical gradients 229 223 }}} 230 224 |---------------- … … 233 227 }}} 234 228 {{{#!td style="vertical-align:top; width: 50px" 235 XXX 229 dto 236 230 }}} 237 231 {{{#!td style="vertical-align:top; width: 75px" … … 249 243 }}} 250 244 {{{#!td style="vertical-align:top; width: 75px" 251 YYY 245 Type of weekday (workday, weekend, holiday) Required for emission module 252 246 }}} 253 247 {{{#!td … … 528 522 }}} 529 523 |---------------- 524 525 [=#output Output steering in `runtime_parameters`] 526 527 [=#init Initialisation steering in `initialization_parameters`] 528