Changes between Version 97 and Version 98 of doc/app/chemistry_parameters
- Timestamp:
- Jan 8, 2019 7:42:49 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/chemistry_parameters
v97 v98 167 167 The first index refers to the chemical compound, the second to height level. 168 168 Example:\\ 169 '''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 chemical species)\\170 '''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 chemical species)\\169 '''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 chemical species)\\ 170 '''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 chemical species)\\ 171 171 }}} 172 172 |---------------- … … 184 184 Example:\\ 185 185 '''cs_name''' = 'O3', 'NO', 'NO2', 'CO', 'RCHO', 'PM10', 'PM25',\\ 186 It is not necessary to specify '''cs_name''' (and [#cs_surface cs_surface] and [#cs_profile cs_profile]/[#cs_heights cs_heights]- [#pairs pairs]) for all compounds of the chosen chemical mechanism.186 It is not necessary to specify '''cs_name''' (and [#cs_surface cs_surface] and [#cs_profile cs_profile]/[#cs_heights cs_heights]-pairs) for all compounds of the chosen chemical mechanism. 187 187 Names of compounds which do not occur mechanism are ignored. 188 188 }}} … … 198 198 }}} 199 199 {{{#!td 200 Concentration values of chemical species (gases in ppm, particulate matter in kg m^-3^) at [#cs_heights cs_heights]. 200 Concentration values of chemical species (gases in ppm, particulate matter in kg m^-3^) at [#cs_heights cs_heights].\\ 201 201 Example:\\ 202 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\\ 203 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\\ 202 '''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)\\ 203 '''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)\\ 204 \\ 204 205 The individual chemical species are identified using [#cs_name cs_name]. These initial profiles become only effective when {{{'set_constant_profiles'}}} is set for [#init initializing_actions]. 'set_constant_profiles' can be combined with 'inifor' if the file from inifor contails only meteorological variables and constant profiles are only set for chemistry. 205 206 }}}