CMASCenter / Speciation-Tool

The Speciation Tool is a stand-alone tool that was developed to generate the factors needed to convert the emission inventory components to the AQM lumped modeling compounds. The conversion process is referred to as ‘speciation’. The factors are referred to as ‘split factors’; i.e. we ‘split’ total VOCs to olefins, aldehydes, etc. The ‘chemical mechanism’ is the mapping of the emission inventory pollutants to the AQM compounds.
17 stars 4 forks source link

CMAS package Assigns.sptool out of date #4

Closed cseppan closed 2 years ago

cseppan commented 3 years ago

There’s a mismatch between the names of the data files in the import_data directory and those specified in the Assigns.sptool file. To fix it, update the filenames for MECHANISM, MECHANISM_DESCRIPTION, and CARBONS in the Assigns.sptool file:

setenv MECHANISM $IDIR/mechanism_forImport_11Feb2020_speciate5_0_withSOAALK_13mar2020_v0.csv

setenv MECHANISM_DESCRIPTION $IDIR/sptool_mechanism_description_speciate5_0_04mar2020_v0.csv

setenv CARBONS $IDIR/carbons_all_mechanisms_speciate5_0_04mar2020_v0.csv

cseppan commented 2 years ago

Commit 909d1b22604f9f759f5fc2b51049df6284465cbe fixes the mechanism file names. Commit 839a44eb75b69410cd5608c854f48787b8bfae55 fixes the carbons file name. Updated CMAS download link to point to Speciation_Tool_5.0.1 tag (https://github.com/CMASCenter/Speciation-Tool/archive/Speciation_Tool_5.0.1.tar.gz)