Changes between Version 4 and Version 5 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Oct 10, 2018 10:23:15 AM (7 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v4 v5  
    55==== [#string3 String3] ====
    66
    7 Since Version 5.0 a chemistry model is available in PALM which computes chemical conversion and tranport of reactive trace gases.
     7Since 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
     9The 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:
     10CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)
     11SMOG: Photochemical smog mechanism (13 compounds, 12 reactions)
     12SIMPLE: Simplified of SMOG (9 compounds, 7 reac-tions)
     13PHSTAT: Photo-stationary state (3 compounds, 2 reactions)
     14
     15Additionally 'mechanisms' are availble that describes the transport of one and two passive tracers
     16PASSIVE1: Passive tracers (1 compound, 0 reactions).
     17PASSIVE: Passive tracers (2 compounds, 0 reactions).
     18
    819
    920A brief description of the chemistry model will follow here (see [wiki:doc/app/lsmpar#LandSurfaceParameters LSM description] as an example).