Changes between Version 16 and Version 17 of doc/app/chemistry_parameters


Ignore:
Timestamp:
Oct 11, 2018 8:31:15 AM (6 years ago)
Author:
forkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/chemistry_parameters

    v16 v17  
    88The main routines and the driver of the chemistry module is included in chemistry_model_mod.f90. The main routines and the driver of the chemistry module is included in chemistry_model_mod.f90, subroutines are in chem_gasphase_mod.f90, chem_photolysis_mod.f90, and chem_emissions.f90.
    99
    10 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 Pre-Processor 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, https://www.geosci-model-dev.net/3/717/2010/). This adapted Version of kp4 which converts the KPP-generated code to a PALM4U module is named kpp4palm. 
     10The 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 Pre-Processor 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, https://www.geosci-model-dev.net/3/717/2010/). This adapted Version of kp4 which converts the KPP-generated code to a PALM4U module is named kpp4palm.
    1111
    1212The chemical preprocessor is located in the subdirectory `UTIL/chemistry/gasphase_preproc`.
     
    1515  * CBM4: Carbon Bond Mechanism (Gery et al. 1989, 32 compounds, 81 reactions)\\
    1616  * SMOG: Photochemical smog mechanism (13 compounds, 12 reactions)\\
    17   * SIMPLE: Simplified versio of SMOG (9 compounds, 7 reactions)\\
     17  * SIMPLE: Simplified version of SMOG (9 compounds, 7 reactions)\\
    1818  * SIMPLEP: SIMPLE plus one tracer named PM10 (10 compounds, 7 real reactions plus one dummy 'reaction')\\
    1919  * PHSTAT: Photo-stationary state (3 compounds, 2 reactions)\\
     
    2222   * PASSIVE1: Passive tracers (1 compound, 0 reactions)\\
    2323   * PASSIVE: Passive tracers (2 compounds, 0 reactions)\\
    24 and the mechanisms mentioned above plus one passive Tracer (e.g SIMPLEP: SIMPLE . The list will be extended further.
     24The list will be extended further.
    2525
    26 For details about preparing a chem_gasphase_mod.f90 for  different chemical mechanism than the one that comes with checkout of PALM4U (currently PASSIVE) see Readme_KPP4PALM.odt in the PALM4U subdirectory UTIL/chemistry/gasphase_preproc.
     26Ready-to-use chem_gasphase_mod.f90 files for each of the mechanisms are supplied in the subdirectories `Util/chemistry/gasphase_preproc/mechanisms/def_MECH`, where 'MECH' stands for any of the available mechanisms.
     27For using a different chemical mechanism than the one that comes with checkout of PALM4U (currently PASSIVE), copy your preferred mechanism into the `SOURCE`directory.
    2728
    28 A main factor influencing atmospheric chemistry are the emissions of reactive compounds. In PALM4U emissions can be appliued in three different ways:\\
     29For details about preparing a chem_gasphase_mod.f90 from scratch see `Readme_KPP4PALM.odt` in the PALM4U subdirectory `UTIL/chemistry/gasphase_preproc`.
     30
     31A main factor influencing atmospheric chemistry are the emissions of reactive compounds. In PALM4U emissions can be applied in three different ways:\\
    2932    * PARAMETERIZED: Traffic emissions are parameterized depending on the the values of street_type in the static file. Emission values for each street type and chemical compound must be supplied in the namelist as described beow. No other emissions are considered. street_type can be obtained from Openstreetmap.\\
    3033    * DEFAULT: Gridded yearly emissions must be supplied by the user as specified in the PIDS document (see sample emissions file). Typical temporal variations are apllied by PALM4U.\\