7 | | Since Version 5.0 a chemistry model is available in PALM which computes chemical conversion and tranport of reactive trace gases. |
| 7 | 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. |
| 8 | |
| 9 | The module chem_gasphase_mod.f90, where the gas phase chemistry rate equations are solved within PALM4U depends on the chosen chemical mechanism. chem_gasphase_mod.f90 is generated by a preprocessor that is based on the Kinetic PreProcessor KPP (Damian et al., 2002, Sandu et al., 2006), Release 2.2.3 from November 2012 (http://people.cs.vt.edu/asandu/Software/Kpp/, kpp-2.2.3.tar.gz) and an adapted version of the KPP postprocessor KP4 (Jöckel et al, 2010), which converts the KPP-generated code to a PALM4U module. Currently PALM-4U includes the following sample of chemistry mechanisms: |
| 10 | CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions) |
| 11 | SMOG: Photochemical smog mechanism (13 compounds, 12 reactions) |
| 12 | SIMPLE: Simplified of SMOG (9 compounds, 7 reac-tions) |
| 13 | PHSTAT: Photo-stationary state (3 compounds, 2 reactions) |
| 14 | |
| 15 | Additionally 'mechanisms' are availble that describes the transport of one and two passive tracers |
| 16 | PASSIVE1: Passive tracers (1 compound, 0 reactions). |
| 17 | PASSIVE: Passive tracers (2 compounds, 0 reactions). |
| 18 | |