Pollution Model¶
Data¶
PM2.5 Data¶
The baseline projections are obtained from the ECCC using their GEM-MACH model, which
gives us a prediction for background PM2.5 levels and wildfire PM2.5 levels for the years
2026, 2031, and 2036. All other years are calculated using linear interpolation:
Column |
Type |
Description |
|---|---|---|
|
|
the calendar year |
|
|
the numeric month, with |
|
|
the date in |
|
|
the Statistics Canada Census Division Unique Identifier |
|
|
the average background PM2.5 levels for a given month, year, and CDUID |
|
|
the average PM2.5 levels due to wildfires for a given month, year, and CDUID |
|
|
the future climate scaling factor based on IPCC climate change scenarios |
|
|
the average PM2.5 levels due to wildfires for a given month, year, and CDUID, scaled by the climate scaling factor: |
|
|
the total average PM2.5 levels for a given month, year, and CDUID: |
|
|
the Shared Socioeconomic Pathway scenario used to determine the climate scaling factor. Possible values for this column are:
|
Census Division Data¶
The pollution data is given with regards to CDUID regions. In our model, we assign each
agent to an arbitrary location within the selected province. Crudely, one could just randomly
assign each agent to a CDUID within the province. However, this would ignore the
population distribution within the province, and the fact that air quality depends quite a bit on
location. For example, background PM2.5 levels in Vancouver are typically much worse than any other
regions in British Columbia, but wildfire PM2.5 levels are typically much worse in the interior of
the province. To account for this, we used data on the census divisions from the
Statistics Canada website:
https://www150.statcan.gc.ca/t1/tbl1/en/cv.action?pid=9810000701
Column |
Type |
Description |
|---|---|---|
|
|
the year that the census data was collected |
|
|
the official name of the census division |
|
|
the dissemination geography unique identifier, in the format:
See here for more details. |
|
|
the Statistics Canada Census Division Unique Identifier |
|
|
the type of region, for example |
|
|
the two-letter province or territory code, e.g. |
|
|
the number of people living in that census division |
|
|
the area of the census division in square kilometres |
|
|
the number of people per square kilometre |