#EXPORT_DATE=Mon Apr 18 14:16:10 EDT 2011
#EXPORT_VERSION_NAME=correct SCC 3
#EXPORT_VERSION_NUMBER=2
#REV_HISTORY v1(10/06/2008)  Allan Beidler.   changed to SCC 3  SCC7 won't work
#REV_HISTORY v1(10/20/2008)  Allan Beidler.   added fips, scc. cell  added report
#REV_HISTORY v2(10/20/2008)  Allan Beidler.   correct scc 3	  not correct
#REV_HISTORY 09/05/2008 Rich Mason.    What:  report23: cell/county    Why:  cus
# This file is the report configuration file for running Smkreport for
# nonpoint sources for inventory-only w/ gridding reporting.
#
# 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 M

/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 SCC 3
BY SRGCODE
SPECIATION MASS
NUMBER E15.8
UNITS ALL tons/day
/END/

/NEWFILE/ REPORT17

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

/NEWFILE/ REPORT23

/CREATE REPORT/
BY STATE NAME
BY COUNTY NAME
BY CELL
BY SCC 3
GRIDDING
SPECIATION MASS
NUMBER E15.8
UNITS ALL tons/day
/END/
