Hello,
Q1 - I have some emission rates for propane, alkanes (with 4 or more carbons) and propene. Looking at the CRACMMv2.0 Emissions Mapping (3/17/2025), the first 2 should be evaluated based on whether they’re slow, intermediate or fast reacting. A search is telling me that both propane and butane/pentane are fast reacting. Should I just lump them as HC5 or would it need further refinement? What about propene, should it just go as OLT?
Q2 - Do the species OLT, HC10, HC5 & HC3 have equivalent molecular weights?
Thanks
Hello, The definition of slow vs fast reacting is based on the OH rate constant for the species. You can manually map species using this PDF. You can also map using python code (jupyter notebook tutorial calling the function here). A large set of mapped compounds from SPECIATE is available as a csv file. The molecular weights are stored in the GC.nml in CMAQ. We also tabulate them for use outside of CMAQ in markdown (for web-based viewing) and csv (for expanded information). Each piece of data in these files is propagated via code from a single source, so they all have the same info (just displayed in different formats with more or less detail).
More information is available at GitHub - USEPA/CRACMM: The Community Regional Atmospheric Chemistry Multiphase Mechanism (CRACMM) is a description of atmospheric NOx-VOC-ozone-aerosol chemistry and associated metadata. which is also displayed as a github pages site (Overview — CRACMM 2.0 documentation). If you are mapping species where you don’t know properties (such as OH rate constant), the documentation provides guidance on how to use structure-activity relationships to obtain them.
Hi.
Thanks. That is the PDF that I was using. The issue is that, as you mention in the second paragraph, I wasn’t sure how to evaluate the OH rate constant for butane or pentane to mention 2 alkanes. I need to double-check whether the SPECIATE csv file has this info for relatively simple species or how to use the documentation that you mention (but will have to wait until tomorrow for several unexpected reasons).
P.S. The molecular weights are listed at the CG namelist file -don’t know what I was thinking.
Also check out the github pages Emissions page. It provides resources for how to get kOH for any species through EPA’s Chemicals Dashboard.