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) |
| 9 | The main routines and the Driver of the chemistry module is included in chemistry_model_mod.f90. |
| 10 | |
| 11 | 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). This adapted Version of kp4 which converts the KPP-generated code to a PALM4U module is named kpp4palm. |
| 12 | |
| 13 | Currently PALM-4U includes the following sample of chemistry mechanisms:[[BR]] |
| 14 | CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)[[BR]] |
| 15 | SMOG: Photochemical smog mechanism (13 compounds, 12 reactions)[[BR]] |
| 16 | SIMPLE: Simplified versio of SMOG (9 compounds, 7 reactions)[[BR]] |
| 17 | PHSTAT: Photo-stationary state (3 compounds, 2 reactions)[[BR]] |