#EXPORT_DATE=Mon Aug 11 12:47:18 EDT 2014
#EXPORT_VERSION_NAME=monthly
#EXPORT_VERSION_NUMBER=1
#REV_HISTORY v1(08/11/2014)  Chris Allen.   changed tons/yr to tons/day  for monthly inventories
# 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
# There also used to be reports by SIC, MACT, and NAICS, but FF10 nonpoint
#   inventories don't have these fields.
# The only difference between this and repconfig_area_inv_2011platform is that
#   this REPCONFIG doesn't have the PM2.5 speciation profile report. This should be
#   used for ag, provided that ag continues to not have any PM2.5 emissions (something
#   that may change for 2011v2 platform).
# This REPCONFIG doesn't have any SELECT DATA statements, because those aren't really needed.
# The default version is for annual inventories (tons/yr); version 1 in the EMF will be
#   for monthly inventories (tons/day).
#
#
SMK_SOURCE A

/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 SCC10 NAME
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 SCC10 NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/day
/END/
