#EXPORT_DATE=Thu May 16 09:36:28 EDT 2013
#EXPORT_VERSION_NAME=Initial Version
#EXPORT_VERSION_NUMBER=0
#REV_HISTORY v1(09/15/2008)  Chris Allen.   Removed SIC, MACT, NAICS reports  Onroad sectors have no SIC, MACT, or NAICS
#REV_HISTORY v2(09/16/2008)  Chris Allen.   Changed all units to tons/day  Needed for average-day monthly inventories such as onroad

# 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

SMK_SOURCE M

/DELIMITER/ |

/SET LABEL/ $REPLABEL

/NEWFILE/ REPORT1

/CREATE REPORT/
BY STATE NAME
NUMBER E15.8
UNITS ALL tons/day
/END/

/NEWFILE/ REPORT2

/CREATE REPORT/
BY STATE NAME
BY SCC10 NAME
NUMBER E13.5
UNITS ALL tons/day
/END/

/NEWFILE/ REPORT4

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

/NEWFILE/ REPORT8

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