Exposure to PM2.5 in Finland: Difference between revisions
Jump to navigation
Jump to search
m (→Answer) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{method|moderator = Virpi Kollanus}} | ||
[[Category: CLAIH]] | [[Category: CLAIH]] | ||
==Question== | ==Question== | ||
How to estimate exposure to fine particles (PM2.5) in the Finnish population? Only outdoor sources are considered here. | |||
==Answer== | ==Answer== | ||
Use source-receptor matrix (e.g. the so-called PILTTI matrix) to estimate exposure levels and population sizes around a given source point. Georeference and source strength must be given. The concentrations per unit emission around the source and population density across Finland are already known in the system. | |||
== Rationale== | == Rationale== | ||
Line 15: | Line 14: | ||
===Dispersion modelling=== | ===Dispersion modelling=== | ||
<rcode name='disperse'> | <rcode name='disperse' label='Initiate ovariables (for developers onlly)'> | ||
library(OpasnetUtils) | library(OpasnetUtils) | ||
library(OpasnetUtilsExt) | library(OpasnetUtilsExt) | ||
Line 78: | Line 77: | ||
iF <- iF + iF.PM2.5 * 1E-6 # Scale iF.PM2.5 from ppm to fractions. | iF <- iF + iF.PM2.5 * 1E-6 # Scale iF.PM2.5 from ppm to fractions. | ||
emissionLocations <- | colnames(emissionLocations@data) <- gsub("[ \\.]", "_", colnames(emissionLocations@data)) | ||
emissionLocations@data | |||
objects.store(PILTTI.matrix, iF | objects.store(PILTTI.matrix, iF) | ||
cat("Objects PILTTI.matrix, emissionLocations and iF saved.\n") | cat("Objects PILTTI.matrix, emissionLocations and iF saved.\n") | ||
</rcode> | </rcode> | ||
Line 90: | Line 85: | ||
===Data=== | ===Data=== | ||
;Based on [[Piltti source-receptor matrix]]. | |||
==== Emission and city area locations ==== | |||
:''A previous table about emission locations in Kuopio was moved to [[Kuopio energy production]] and that about Kuopio city district was moved to [[Building stock in Kuopio]]. | |||
==== | ==== Intake fractions of PM ==== | ||
:''A previous table by Humbert et al 2011 was moved to [[Intake fractions of PM]]. | |||
===Dependencies=== | ===Dependencies=== | ||
Line 144: | Line 102: | ||
==See also== | ==See also== | ||
* | * Data on this page was used in [[Building stock in Kuopio]] | ||
*[http://www.eea.europa.eu/themes/air/airbase European Environment Agency (EEA) AirBase] | |||
{{urgenche}} | {{urgenche}} | ||
==References== | ==References== | ||
<references/> | <references/> |
Latest revision as of 12:48, 12 June 2015
Moderator:Virpi Kollanus (see all) |
|
Upload data
|
Question
How to estimate exposure to fine particles (PM2.5) in the Finnish population? Only outdoor sources are considered here.
Answer
Use source-receptor matrix (e.g. the so-called PILTTI matrix) to estimate exposure levels and population sizes around a given source point. Georeference and source strength must be given. The concentrations per unit emission around the source and population density across Finland are already known in the system.
Rationale
Dispersion modelling
Data
- Based on Piltti source-receptor matrix.
Emission and city area locations
- A previous table about emission locations in Kuopio was moved to Kuopio energy production and that about Kuopio city district was moved to Building stock in Kuopio.
Intake fractions of PM
- A previous table by Humbert et al 2011 was moved to Intake fractions of PM.
Dependencies
See also
- Data on this page was used in Building stock in Kuopio
- European Environment Agency (EEA) AirBase