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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v5 v6  
    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. In addition this module permits also the Simulation of passive compounds in the gas phase and particulate matter.
     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.
    88
    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)
     9The main routines and the Driver of the chemistry module is included in chemistry_model_mod.f90.
     10
     11The 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
     13Currently PALM-4U includes the following sample of chemistry mechanisms:[[BR]]
     14CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)[[BR]]
     15SMOG: Photochemical smog mechanism (13 compounds, 12 reactions)[[BR]]
     16SIMPLE: Simplified versio of SMOG (9 compounds, 7 reactions)[[BR]]
     17PHSTAT: Photo-stationary state (3 compounds, 2 reactions)[[BR]]
    1418
    1519Additionally '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).
     20PASSIVE1: Passive tracers (1 compound, 0 reactions)[[BR]]
     21PASSIVE: Passive tracers (2 compounds, 0 reactions)[[BR]]
     22and the mechanisms mentiones above plus one passive Tracer (e.g SIMPLE: Simplified of SMOG plus one Tracer named PM10 (10 compounds, 7 reactions)[[BR]]
    1823
     24For details about preparing chem_gasphase_mod.f90 for a selected mechanism see Readme_KPP4PALM.odt in the PALM4U subdirectory UTIL/chemistry/gasphase_preproc.
    1925
    2026A brief description of the chemistry model will follow here (see [wiki:doc/app/lsmpar#LandSurfaceParameters LSM description] as an example).