#EXPORT_DATE=Tue Dec 01 07:50:08 EST 2009
#EXPORT_VERSION_NAME=add fips, scc, cell
#EXPORT_VERSION_NUMBER=2
#REV_HISTORY 10/06/2008 Allan Beidler.    What:  changed to SCC 3    Why:  SCC7 doesn't work
#REV_HISTORY 09/16/2008 Chris Allen.    What:  Changed all units to tons/day    Why:  Needed for average-day monthly inventories such as onroad
#REV_HISTORY 09/15/2008 Chris Allen.    What:  Removed SIC, MACT, NAICS reports    Why:  Onroad sectors have no SIC, MACT, or NAICS

# This file is the report configuration file for running Smkreport for
# nonpoint 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/day
/END/

/NEWFILE/ REPORT2

/CREATE REPORT/
BY STATE NAME
BY SCC 3
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/day
/END/

/NEWFILE/ REPORT4

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

/NEWFILE/ REPORT8

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

/NEWFILE/ REPORT16

/CREATE REPORT/
BY STATE NAME
BY SCC 3
BY SPCCODE PM2_5
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/day
/END/

