#EXPORT_DATE=Fri Apr 04 12:32:05 EDT 2025
#EXPORT_VERSION_NAME=no speciation mass
#EXPORT_VERSION_NUMBER=1
#REV_HISTORY v1(08/18/2014)  Chris Allen.   Removed SPECIATION MASS from all reports  For SMOKE-MOVES, Smkreport can only report VMT and SPEED
# This file is the report configuration file for running Smkreport for
# onroad sources for inventory-only w/ gridding reporting.
#
# The previous REPCONFIG_GRID for onroad only generated a state-county-SCC7
# report by grid cell. At one time, those were needed in order to generate
# onroad_adj reports. Now that we do California adjustments inside SMOKE
# instead of separately, we don't need that report anymore; I don't see a reason
# why we can't generate the same four reports as for the area sectors.
#
# 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
GRIDDING
NUMBER E15.8
UNITS ALL tons/day
/END/

/NEWFILE/ REPORT14B

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

/NEWFILE/ REPORT17

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

/NEWFILE/ REPORT23

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