#EXPORT_DATE=Mon Aug 11 12:47:19 EDT 2014
#EXPORT_VERSION_NAME=NAICS; no ORIS
#EXPORT_VERSION_NUMBER=1
#REV_HISTORY v1(08/11/2014)  Chris Allen.   removed ORIS report  only needed for EGU sectors
# This file is the report configuration file for running Smkreport for
# point sources for inventory-only reporting.

# 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
#   REPORT19: Spec, no gridding, by state and NAICS
#   REPORT20: Spec, no gridding, by state/county/plant/ORIS
# There also used to be reports by SIC and MACT, but FF10 nonpoint
#   inventories don't have these fields.
# Additional versions of this dataset have ORIS and NAICS reports removed
#   for point sectors which don't need them.
# This REPCONFIG doesn't have any SELECT DATA statements, because those aren't really needed.

SMK_SOURCE P

/DELIMITER/ |

/SET LABEL/ $REPLABEL

/NEWFILE/ REPORT1

/CREATE REPORT/
BY STATE NAME
SPECIATION MASS
NUMBER E15.8
UNITS ALL tons/yr
/END/

/NEWFILE/ REPORT2

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

/NEWFILE/ REPORT4

/CREATE REPORT/
BY STATE NAME
BY COUNTY NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
/END/

/NEWFILE/ REPORT8

/CREATE REPORT/
BY STATE NAME
BY COUNTY NAME
BY SCC10 NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
/END/

/NEWFILE/ REPORT16

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

/NEWFILE/ REPORT19

/CREATE REPORT/
BY STATE NAME
BY NAICS NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
/END/
