22 | | * CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)\\ |
23 | | * SMOG: Photochemical smog mechanism (13 compounds, 12 reactions)\\ |
24 | | * SIMPLE: Simplified version of SMOG (9 compounds, 7 reactions)\\ |
25 | | * SIMPLEP: SIMPLE plus one tracer named PM10 (10 compounds, 7 real reactions plus one dummy 'reaction')\\ |
26 | | * PHSTAT: Photo-stationary state (3 compounds, 2 reactions)\\ |
| 22 | * cbm4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)\\ |
| 23 | * smog: Photochemical smog mechanism (13 compounds, 12 reactions)\\ |
| 24 | * simple: Simplified version of SMOG (9 compounds, 7 reactions)\\ |
| 25 | * simplep: SIMPLE plus one tracer named PM10 (10 compounds, 7 real reactions plus one dummy 'reaction')\\ |
| 26 | * phstat: Photo-stationary state (3 compounds, 2 reactions)\\ |
34 | | For using a different chemical mechanism than the one that comes with checkout of PALM4U (currently PASSIVE), copy your preferred mechanism into the `SOURCE`directory. |
35 | | |
36 | | For details about preparing a chem_gasphase_mod.f90 from scratch see `Readme_KPP4PALM.odt` in the PALM4U subdirectory `UTIL/chemistry/gasphase_preproc`. |
| 36 | For using a different chemical mechanism than the one that comes with checkout of PALM4U (currently 'passive'), copy your preferred mechanism into the SOURCE directory. Alteratively, the chemsitry preprocessor can be executed: Enter the directory UTIL/chemistry/gasphase_preproc and apply the run script, i.e. {{{run_kpp4palm.ksh -m MECH}}}, where MECH stands for any the mechanisms listed above. |
| 37 | |
| 38 | Further details about the use of the preprocessor and how to implement a new chemical mechanism see the Readme-File, This file is also available in the PALM4U subdirectory UTIL/chemistry/gasphase_preproc. |