#EXPORT_DATE=Mon Aug 11 12:47:17 EDT 2014
#EXPORT_VERSION_NAME=Initial Version
#EXPORT_VERSION_NUMBER=0
# This file is the report configuration file for running Smkreport for
# nonpoint sources for inventory-only w/ gridding reporting.
#
# For afdust, the cell/county report should include SCCs in case we
# need to create a post-adjustment SCC-level report. Otherwise, this
# REPCONFIG is the same as the default area REPCONFIG_GRID.
#
# All reports
# Output file logical names are:
#       REPORT7:  Spec, w/ gridding, by state
#       REPORT14B: Spec, w/ gridding, by state, SCC, and srg code
#       REPORT17: Spec, w/ gridding, by grid cell
#       REPORT23: Spec, w/ gridding, by grid cell/county

SMK_SOURCE A

/DELIMITER/ |

/SET LABEL/ $REPLABEL

/NEWFILE/ REPORT7

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

/NEWFILE/ REPORT14B

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

/NEWFILE/ REPORT17

/CREATE REPORT/
BY CELL
GRIDDING
SPECIATION MASS
NUMBER E15.8
UNITS ALL tons/yr
/END/

/NEWFILE/ REPORT23

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