Supporting data for the publication: 
"InMAP: A New Model for Air Pollution Interventions"

Authors:
Christopher W. Tessum
Jason D. Hill
Julian D. Marshall

Contact:
julian@umn.edu

Contents:

----- modelModelComparisons.json -----

An ASCII JSON-format file giving results for comparisons between InMAP, WRF-Chem, and COBRA as described in the publication. The data is in a hash-table format with the structure: 

model name + comparison type -> scenario name -> pollutant -> region -> concentration (μg/m3)

The scenarios are discussed in the publication: "C. W. Tessum, J. D. Hill, J. D. Marshall, Life cycle air quality impacts of conventional and alternative light-duty transportation in the United States. Proc. Natl. Acad. Sci. U.S.A. 111, 18490–18495 (2014)."

The comparison type can eather be "Avg" (area-weighted average) or "PopAvg" (population-weighted average).

----- modelMeasurementComparisons.json: -----

An ASCII JSON-format file giving results for comparisons between InMAP, WRF-Chem, and measured concentrations as described in the publication. The data is formatted as an array of objects with the structure:

{
	"ComparisonName": name of pollutant,
	"Locations": array of x and y coordinates of the measurement location, in meters on the map projection with the following Proj4 definition: "+proj=lcc +lat_1=33.000000 +lat_2=45.000000 +lat_0=40.000000 +lon_0=-97.000000 +x_0=0 +y_0=0 +a=6370997.000000 +b=6370997.000000 +to_meter=1",
	"Measurements": array of measured values (μg/m3) at "Locations",
	"InMAPPredictions": InMAP model results (μg/m3) at "Locations",
	"WRFChemPredictions": WRF-Chem model results (μg/m3) at "Locations",
}

	





