#EXPORT_DATE=Wed Sep 03 14:02:45 EDT 2008
#EXPORT_VERSION_NAME=Remove MACT, NAICS, SIC reports
#EXPORT_VERSION_NUMBER=3
#REV_HISTORY 02/29/2008 Chris Allen.    What:  Removed MACT, SIC, NAICS reports    Why:  These reports crash Smkreport for othon sector
#REV_HISTORY 01/30/2008 Chris Allen.    What:  Removed reports 7, 14B, 17    Why:  These reports will now be in a separate REPCONFIG
#REV_HISTORY 01/04/2008 Marc Houyoux.    What:  Changed units to yr    Why:  Use yr for annual reports
# This file is the report configuration file for running Smkreport for
# annual mobile sources for inventory-only reporting, without any gridded reports.

# All reports
# Output file logical names are:
#       REPORT1:  Spec, no gridding, by state
#       REPORT2:  Spec, no gridding, by state/SCC
#       REPORT4:  Spec, no gridding, by state/county
#       REPORT8:  Spec, no gridding, by state/county/SCC
#       REPORT16: Spec, no gridding, by state, SCC and PM2.5 spec profile

SMK_SOURCE M

/DELIMITER/ |

/SET LABEL/ $REPLABEL

/NEWFILE/ REPORT1

/CREATE REPORT/
BY STATE NAME
SPECIATION MASS
NUMBER E15.8
UNITS ALL tons/yr
SELECT DATA VOC NOX CO SO2 NH3 PMC PM2_5 POC PEC PSO4 PNO3 PMFINE HCL CHLORINE
/END/

/NEWFILE/ REPORT2

/CREATE REPORT/
BY STATE NAME
BY SCC10 NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
SELECT DATA VOC NOX CO SO2 NH3 PMC PM2_5 POC PEC PSO4 PNO3 PMFINE HCL CHLORINE
/END/

/NEWFILE/ REPORT4

/CREATE REPORT/
BY STATE NAME
BY COUNTY NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
SELECT DATA VOC NOX CO SO2 NH3 PMC PM2_5 POC PEC PSO4 PNO3 PMFINE HCL CHLORINE
/END/

/NEWFILE/ REPORT8

/CREATE REPORT/
BY STATE NAME
BY COUNTY NAME
BY SCC10 NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
SELECT DATA VOC NOX CO SO2 NH3 PMC PM2_5 POC PEC PSO4 PNO3 PMFINE HCL CHLORINE
/END/

/NEWFILE/ REPORT16

/CREATE REPORT/
BY STATE NAME
BY SCC10 NAME
BY SPCCODE PM2_5
SPECIATION MASS
NUMBER E13.5
SELECT DATA PM2_5
UNITS ALL tons/yr
/END/

