SlideShare une entreprise Scribd logo
1  sur  30
Amy Stidworthy
DMUG
6h April 2017
London
Optimising local air quality models
with sensor data: examples from
Cambridge
DMUG, London, 6th April 2017
Acknowledgements
• The work presented here has been done by CERC based on
ADMS-Urban modelling of Cambridge following the
deployment of AQMesh sensors in Cambridge. Partners
include:
– Rod Jones & Lekan Popoola, Department of Chemistry, University
of Cambridge
– Dan Clarke, Cambridgeshire County Council, Cambridge
– Jo Dicks & Anita Lewis, Cambridge City Council, Cambridge
– Ian Leslie, Computer Laboratory, University of Cambridge
– Amanda Randle, AQMesh
DMUG, London, 6th April 2017
Outline of presentation
• Motivation
• Optimisation technique
• Preliminary results for Cambridge
• Further work
DMUG, London, 6th April 2017
Motivation
• Emissions errors account for a significant proportion of
dispersion model error
• Traditionally, dispersion models such as CERC’s ADMS-Urban
model are validated against data from reference monitors:
– Modellers either use the validation to improve model setup; or
– Calculate and apply a model adjustment factor to model results
• New low cost air pollution sensors allow large networks of
sensors to be installed across a city
• Accuracy and reliability is generally lower than reference
monitors, but larger spatial coverage is possible
• How can we best use these sensor data in modelling?
• If the data are not accurate and reliable enough for model
validation, maybe we can use the data in a different way...
DMUG, London, 6th April 2017
Optimisation technique: Overview
• The aim is to develop an inversion technique to use monitoring
data from a network of sensors to automatically adjust
emissions to improve model predictions
• Basic idea:
– Run ADMS-Urban to obtain modelled concentrations at monitor
locations in the normal way
– Use these modelled concentrations and their associated
emissions as a ‘first guess’, together with
a) monitored concentration data
b) information about the error in the monitored data and the proportion
of that error that is systematic across all monitors
c) Information about the error in the emissions data and the proportion
of that error that is systematic across all sources
– Use an inversion technique to calculated an adjusted set of
emissions that reduces error in the modelled concentrations
DMUG, London, 6th April 2017
Optimisation technique: Introduction
• There are some conditions that have to be satisfied for such a
scheme to work:
a) The model concentration must be proportional to the emissions,
which means that complex effects like chemistry have to be
ignored
b) Any sources included must affect at least one receptor (monitor)
c) Any receptor included must have non-zero concentration
• The technique developed uses a probabilistic approach
following work by others, for example as used by the Met
Office for estimating volcanic ash source parameters using
satellite retrievals [Webster et al, 2016]
DMUG, London, 6th April 2017
Optimisation technique: Cost function
We define a cost function J(x) with two terms: one that describes
the error in the modelled concentration (left-hand term) and one
that describes the error in the emissions (right-hand term)
The aim is to minimise J to obtain x, a vector of adjusted
emissions.
Quantity Definition Dimensions
x Vector of emissions (result) n
M Transport matrix relating the source term to the observations n by k
y Vector of observations k
R Error covariance matrix for the observations k by k
e Vector of first guess emissions n
B Error covariance matrix for the first guess emissions n by n
         exBexyMxRyMxx   11 TT
J
DMUG, London, 6th April 2017
Optimisation technique: Least squares problem
• To solve the cost function minimisation problem, we first convert
the problem to a ‘least squares’ problem, which is easier to solve
computationally
• A ‘least squares’ problem finds the best solution to the equation
Ax=f, where x is a vector of size m, f is a vector of size n and A is
a matrix with n rows and m columns.
• The result of solving the least squares problem is the vector x
that gives the minimum value of the sum of the squares of the
elements of (Ax-f)
• So, we need to write the cost function as
Fast forward through the maths...
     fAxfAx 
T
xJ
DMUG, London, 6th April 2017
Optimisation technique: Error covariance matrices
• To solve the problem, we need to construct the matrix A and the vector
f, but do we have all the information we need for this?
 M is the transport matrix: this represents the contribution of every
source to every receptor given a unit emission rate
 y is the vector of monitored concentrations at each receptor
 e is the vector of emissions for each source
• What are the matrices T and D?
 These are the related to the ‘covariance’ matrices R and B that
represent the error in the monitored data and emissions data
respectively.
 The diagonal components of the covariance matrices represent the
variance in the data, which is related to the uncertainty in the data;
 The off-diagonal components represent how much of the error is ‘co-
varying’, or in other words, systematic.
      
















eD
yT
f
D
MT
AfAxfAx T
T
T
T
T
xJ and
DMUG, London, 6th April 2017
Optimisation technique: Monitoring data error
• The diagonal components of the monitoring data error
covariance matrix R represent the variance σObs
2 of the
monitored data, which is the square of the standard deviation
σObs:
– We assume that the standard deviation σObs is equal to the
uncertainty in the monitoring data expressed as a concentration
and is equal to Uobs x O, where Uobs is the uncertainty expressed
as a fraction.
• The off-diagonal components represent the error that co-varies
between monitors, i.e. systematic error
– We say that a given proportion of the uncertainty is due to
systematic error
DMUG, London, 6th April 2017
Optimisation technique: Monitoring data error
• So, for any two monitors labelled i and j, their covariance is
defined as
• The factor UfObs represents the fraction of the monitoring data
uncertainty that is due to systematic error.
• This raises questions:
– How much of monitoring data error is systematic?
– Should monitors of different types be treated as independent, with
no co-variance?
– Are there any causes of monitoring data error that affect all
monitors, e.g. temperature, humidity?
– Is there co-variance between sensors for different pollutants?
     
     





jijyUUfiyUUf
jiiyU
ji
ObsObsObsObs
Obs
Obs
2
2
,
DMUG, London, 6th April 2017
Optimisation technique: Emissions data error
• The diagonal components of the emissions error covariance
matrix B represent the variance σEm
2 of the emissions data,
which is the square of the standard deviation σEm:
– We assume that the standard deviation σEm is equal to the
uncertainty in the emissions data expressed as a concentration
and is equal to Uem x E, where Uem is the uncertainty expressed
as a percentage.
• The off-diagonal components represent the error that co-varies
between sources, i.e. systematic error
– We say that a given proportion of the uncertainty is due to
systematic error, for example traffic emissions factors
DMUG, London, 6th April 2017
Optimisation technique: Emissions data error
• So, for any two sources labelled i and j, their covariance is
defined as
• The factor UfEm represents the fraction of the emissions data
uncertainty that is due to systematic error.
• This also raises questions:
– How much of the emissions data error is systematic? For
example, what proportion of road emissions data is due to errors
in the emission factors (systematic) and how much is due to traffic
counts (non-systematic)
– Is there any co-variance in the emissions data error for different
pollutants? PM10 and PM2.5 – yes, but PM10 and NOX?
     
     





jijeUUfieUUf
jiieU
ji
EmEmEmEm
Em
Em
2
2
,
DMUG, London, 6th April 2017
Preliminary results: Cambridge
• CERC have been collaborating on a project to study
ambient air quality across Cambridge using a large
number of sensor nodes and computer modelling.
• 20 AQMesh sensor pods have been placed at key
points around Cambridge, measuring air quality in near
real time.
DMUG, London, 6th April 2017
Preliminary results: Cambridge
• The aim of the preliminary Cambridge tests presented here is
primarily to examine the behaviour of the optimisation scheme
and refine the process, i.e.
– Does it work?!
– Is it practical? If it takes weeks to run then obviously not.
– What effect does the choice of uncertainty parameters have on
outcome?
– How does the validation at the reference monitors change?
– Can we learn anything about emissions?
DMUG, London, 6th April 2017
ADMS-Urban model setup
• One source type: 305 road sources
• One pollutant: NOX
• 25 monitors: 20 AQMesh monitors and 5 reference monitors
• Time-varying emission factors: diurnal profiles for weekdays,
Saturdays and Sundays
• Daylight saving option used to obtain correct emission factors
• 3-month period: 30/06/2016 01:00 to 30/09/2016 23:00
DMUG, London, 6th April 2017
Optimisation process
Step 1: Run ADMS-Urban to obtain modelled
concentrations at monitoring site locations
Step 2: Form the transport matrix, emissions
vector and monitored data vector
Step 3: Run the optimisation scheme
Step 4: Create an hourly factors (.hfc) file
from the adjusted emissions data
Step 5: Re-run ADMS-Urban using the
adjusted emissions .hfc file
DMUG, London, 6th April 2017
Optimisation parameters
• As described previously, we specify the following parameters
in the optimisation:
EU
Parameter name Description
Uobs(ref) Observation uncertainty (reference monitors)
Uobs(aqmesh) Observation uncertainty (AQmesh sensors)
Ufobs(ref) Observation uncertainty covariance factor
(reference monitors)
Ufobs(aqmesh) Observation uncertainty covariance factor
(AQmesh sensors)
Uem Emissions uncertainty
Ufem Emissions uncertainty covariance factor
DMUG, London, 6th April 2017
Optimisation Technique: Effect of uncertainty
Optimisation is working!
J is reduced for all uncertainty
values
Increasing Ou relaxes the
constraints so J is reduced less
DMUG, London, 6th April 2017
AQMesh sensors: more model error toleratedRef: less model
error tolerated
0
50
100
150
200
250
300
NOxconcentration(ug/m3)
Observed Model (original emissions) Model (adjusted emissions, all sensor data)
Effect of monitor uncertainty on concentrations
• In these inversion calculations:
– Reference monitor uncertainty set to 10%
– AQMesh sensor uncertainty set to 30%
– Covariance between Reference monitors (systematic error) set to 5%
– Covariance between AQMesh sensors (systematic error) set to 10%
– No covariance between Reference monitors and AQMesh sensors
Example hour: 7am on 5th July
DMUG, London, 6th April 2017
Effect of emissions covariance on adjusted emissions
-100%
-50%
0%
50%
100%
150%
200%
Percentage increase in source emission rate with different emissions
error covariance settings
Zero emissions error covariance
75% emissions error covariance
• If emissions error covariance is zero, emissions can
change completely independently
• With non-zero emissions error covariance, emissions
have to change more consistently across all sources
DMUG, London, 6th April 2017
Cambridge: optimisation parameters used
Parameter
name
Description Value
Uobs(ref) Observation uncertainty (reference monitors) 0.1
Uobs(aqmesh) Observation uncertainty (AQmesh sensors) 0.3
Ufobs(ref) Observation uncertainty covariance factor
(reference monitors)
0.05
Ufobs(aqmesh) Observation uncertainty covariance factor
(AQmesh sensors)
0.1
Uem Emissions uncertainty 0.5
Ufem Emissions uncertainty covariance factor 0.4
All monitoring data are provisional apart from Gonville Place
reference monitor; AQMesh data were obtained in real time.
DMUG, London, 6th April 2017
Effect of optimisation on model validation
Statistics 1. 2. 3.
Mean
Obs 31.2 31.2 31.2
Mod 34.5 29.3 31.3
StDev
Obs 27.9 27.9 27.9
Mod 31.0 26.0 27.0
MB 3.30 -1.91 0.10
NMSE 0.51 0.05 0.39
R 0.70 0.97 0.75
Fac2 0.71 0.94 0.73
1. Orig_RdsOnly
Base case model output
2. Inv_ReRun_AllSensors
Model output using optimised emissions;
optimisation carried out using all sensor data
3. Inv_ReRun_AQMeshSensorsOnly
Model output using optimised emissions;
optimisation carried out using AQMesh data
only
Validation at
Reference
sites only
Data points not
included in the
inversion
DMUG, London, 6th April 2017
Effect of optimisation on diurnal emissions profiles
0
0.5
1
1.5
2
2.5
0 2 4 6 8 10 12 14 16 18 20 22 0 2 4 6 8 10 12 14 16 18 20 22 0 2 4 6 8 10 12 14 16 18 20 22
Weekday Saturday Sunday
Emissionfactor
Diurnal emission factor profiles: original and adjusted emissions
Original
Adjusted, all sensors
Adjusted, AQMesh sensors only
DMUG, London, 6th April 2017
Effect of optimisation on mean emission rates
0
0.2
0.4
0.6
0.8
1
0 0.2 0.4 0.6 0.8 1
Meanadjustedemissionrate(g/km/s)
Mean first-guess emission rate
Optimisation using AQMesh
sensor data only
0
0.2
0.4
0.6
0.8
1
0 0.2 0.4 0.6 0.8 1
Meanadjustedemissionrate(g/km/s)
Mean first-guess emission rate
Optimisation using AQMesh
sensor data and reference
monitor data
DMUG, London, 6th April 2017
Effect of optimisation on mean emission rates
Average % change
-2.8%
-60.0%
-40.0%
-20.0%
0.0%
20.0%
40.0%
60.0%
Optimisation using AQMesh sensor data only
Percentage change in mean emission rate per road source
Average % change
-3.0%
-60.0%
-40.0%
-20.0%
0.0%
20.0%
40.0%
60.0%
Optimisation using AQMesh sensor data and reference monitor data
Including reference data causes
big changes in just a few sources
DMUG, London, 6th April 2017
Example output at reference monitors: 5th July 2016
Montague Rd
Regent St
Gonville Place
Parker St
Newmarket Rd
DMUG, London, 6th April 2017
7-day average concentration: Adjusted - Original
Example of how the
optimisation process
affects
concentration
contours:
General reduction,
but increase in
some areas
+30
-30
NOX ug/m3
0
DMUG, London, 6th April 2017
Discussion and further work
• We have developed an optimisation scheme to use data from a
network of sensors to automatically adjust emissions and thereby
improve model results
• Tests show that the scheme works and initial results are
encouraging, but there is more work to do, for example:
– More than 1 pollutant
– Other source types
• The optimisation scheme run times are also encouraging: approx 15
minutes to run 3 months of hourly data with 305 sources and 25
receptors, carrying out the optimisation for each individual hour
• The values of uncertainty and covariance factors used so far are
largely arbitrary; we need to use realistic values to obtain meaningful
results
• After Cambridge, the next step is to run the scheme with sensor data
collected at Heathrow during the NERC SNAQ project.
DMUG, London, 6th April 2017
Thank you
• Thanks again to CERC’s partners in this work:
– Rod Jones & Lekan Popoola, Department of Chemistry, University
of Cambridge
– Dan Clarke, Cambridgeshire County Council, Cambridge
– Jo Dicks & Anita Lewis, Cambridge City Council, Cambridge
– Ian Leslie, Computer Laboratory, University of Cambridge
– Amanda Randle, AQMesh
• For more information about the ADMS-Urban dispersion
model, see www.cerc.co.uk/Urban

Contenu connexe

Tendances

IRJET- Study of Vehicular Exhaust Emission Estimation
IRJET- Study of Vehicular Exhaust Emission EstimationIRJET- Study of Vehicular Exhaust Emission Estimation
IRJET- Study of Vehicular Exhaust Emission EstimationIRJET Journal
 
Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...
Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...
Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...Environmental Protection Agency, Ireland
 
Duncan Laxen - DMUG 2014
Duncan Laxen -  DMUG 2014Duncan Laxen -  DMUG 2014
Duncan Laxen - DMUG 2014IES / IAQM
 
Yvonne Brown - DMUG 2014
Yvonne Brown - DMUG 2014Yvonne Brown - DMUG 2014
Yvonne Brown - DMUG 2014IES / IAQM
 
Routes to Clean Air 2016 - Dr Norbert Ligterink - TNO
Routes to Clean Air 2016 - Dr Norbert Ligterink - TNORoutes to Clean Air 2016 - Dr Norbert Ligterink - TNO
Routes to Clean Air 2016 - Dr Norbert Ligterink - TNOIES / IAQM
 
Christine McHugh - DMUG 2014
Christine McHugh - DMUG 2014Christine McHugh - DMUG 2014
Christine McHugh - DMUG 2014IES / IAQM
 
From copert2 to copert4
From copert2 to copert4From copert2 to copert4
From copert2 to copert4xazosxazos
 
Handouts advance traffic camp 6.0 2020
Handouts advance traffic camp 6.0 2020Handouts advance traffic camp 6.0 2020
Handouts advance traffic camp 6.0 2020SaifulbahariMohd
 
Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...
  Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...  Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...
Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...Gurdas Sandhu
 
Routes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, Arup
Routes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, ArupRoutes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, Arup
Routes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, ArupIES / IAQM
 
James Tate - DMUG 2014
James Tate -  DMUG 2014James Tate -  DMUG 2014
James Tate - DMUG 2014IES / IAQM
 
Signalized Intersections (Transportation Engineering)
Signalized Intersections (Transportation Engineering)Signalized Intersections (Transportation Engineering)
Signalized Intersections (Transportation Engineering)Hossam Shafiq I
 
Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...
Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...
Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...Integrated Carbon Observation System (ICOS)
 
Sean Beevers DMUG 2014
Sean Beevers DMUG 2014 Sean Beevers DMUG 2014
Sean Beevers DMUG 2014 IES / IAQM
 
Mapping vehicle emissions through streets and intersections application of ...
Mapping vehicle emissions through streets and intersections   application of ...Mapping vehicle emissions through streets and intersections   application of ...
Mapping vehicle emissions through streets and intersections application of ...Institute for Transport Studies (ITS)
 

Tendances (20)

IRJET- Study of Vehicular Exhaust Emission Estimation
IRJET- Study of Vehicular Exhaust Emission EstimationIRJET- Study of Vehicular Exhaust Emission Estimation
IRJET- Study of Vehicular Exhaust Emission Estimation
 
LandGEM
LandGEMLandGEM
LandGEM
 
Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...
Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...
Improved Emissions Inventories for NOx and Particulate Matter from Small Comb...
 
Duncan Laxen - DMUG 2014
Duncan Laxen -  DMUG 2014Duncan Laxen -  DMUG 2014
Duncan Laxen - DMUG 2014
 
CAMS GA Emissions
CAMS GA EmissionsCAMS GA Emissions
CAMS GA Emissions
 
Yvonne Brown - DMUG 2014
Yvonne Brown - DMUG 2014Yvonne Brown - DMUG 2014
Yvonne Brown - DMUG 2014
 
Towards a concept for the integration of European TCCON sites into the Resea...
Towards a concept for the integration of European TCCON sites  into the Resea...Towards a concept for the integration of European TCCON sites  into the Resea...
Towards a concept for the integration of European TCCON sites into the Resea...
 
Acme issec
Acme issec Acme issec
Acme issec
 
Imperfect reversibility of air transport demand
Imperfect reversibility of air transport demandImperfect reversibility of air transport demand
Imperfect reversibility of air transport demand
 
Routes to Clean Air 2016 - Dr Norbert Ligterink - TNO
Routes to Clean Air 2016 - Dr Norbert Ligterink - TNORoutes to Clean Air 2016 - Dr Norbert Ligterink - TNO
Routes to Clean Air 2016 - Dr Norbert Ligterink - TNO
 
Christine McHugh - DMUG 2014
Christine McHugh - DMUG 2014Christine McHugh - DMUG 2014
Christine McHugh - DMUG 2014
 
From copert2 to copert4
From copert2 to copert4From copert2 to copert4
From copert2 to copert4
 
Handouts advance traffic camp 6.0 2020
Handouts advance traffic camp 6.0 2020Handouts advance traffic camp 6.0 2020
Handouts advance traffic camp 6.0 2020
 
Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...
  Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...  Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...
Effects of Errors on Vehicle Emission Rates from Portable Emissions Measure...
 
Routes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, Arup
Routes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, ArupRoutes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, Arup
Routes to Clean Air 2016 - Dr Christine McHugh & Marilena Karyampa, Arup
 
James Tate - DMUG 2014
James Tate -  DMUG 2014James Tate -  DMUG 2014
James Tate - DMUG 2014
 
Signalized Intersections (Transportation Engineering)
Signalized Intersections (Transportation Engineering)Signalized Intersections (Transportation Engineering)
Signalized Intersections (Transportation Engineering)
 
Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...
Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...
Krol, Maarten: COS-OCS: Carbonyl Sulfide, new ways of Observing the Climate S...
 
Sean Beevers DMUG 2014
Sean Beevers DMUG 2014 Sean Beevers DMUG 2014
Sean Beevers DMUG 2014
 
Mapping vehicle emissions through streets and intersections application of ...
Mapping vehicle emissions through streets and intersections   application of ...Mapping vehicle emissions through streets and intersections   application of ...
Mapping vehicle emissions through streets and intersections application of ...
 

Similaire à Amy Stidworthy - Optimising local air quality models with sensor data - DMUG17

Sampling-SDM2012_Jun
Sampling-SDM2012_JunSampling-SDM2012_Jun
Sampling-SDM2012_JunMDO_Lab
 
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...IRJET Journal
 
Spectral opportunity selection based on the hybrid algorithm AHP-ELECTRE
Spectral opportunity selection based on the hybrid algorithm AHP-ELECTRESpectral opportunity selection based on the hybrid algorithm AHP-ELECTRE
Spectral opportunity selection based on the hybrid algorithm AHP-ELECTRETELKOMNIKA JOURNAL
 
PEMF2_SDM_2012_Ali
PEMF2_SDM_2012_AliPEMF2_SDM_2012_Ali
PEMF2_SDM_2012_AliMDO_Lab
 
Francisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climáticoFrancisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climáticoFundación Ramón Areces
 
Statistical Technique in Gas Dispersion Modeling Based on Linear Interpolation
Statistical Technique in Gas Dispersion Modeling Based on Linear InterpolationStatistical Technique in Gas Dispersion Modeling Based on Linear Interpolation
Statistical Technique in Gas Dispersion Modeling Based on Linear InterpolationTELKOMNIKA JOURNAL
 
RBHF_SDM_2011_Jie
RBHF_SDM_2011_JieRBHF_SDM_2011_Jie
RBHF_SDM_2011_JieMDO_Lab
 
Online learning in estimation of distribution algorithms for dynamic environm...
Online learning in estimation of distribution algorithms for dynamic environm...Online learning in estimation of distribution algorithms for dynamic environm...
Online learning in estimation of distribution algorithms for dynamic environm...André Gonçalves
 
Objectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docxObjectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docxamit657720
 
Objectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docxObjectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docxvannagoforth
 
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...IRJET Journal
 
Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...IAEME Publication
 
IEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinIEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinMinchao Lin
 
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...a3labdsp
 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curveseSAT Journals
 
Participatory engagement of stakeholders with energy models
Participatory engagement of stakeholders with energy modelsParticipatory engagement of stakeholders with energy models
Participatory engagement of stakeholders with energy modelsIEA-ETSAP
 

Similaire à Amy Stidworthy - Optimising local air quality models with sensor data - DMUG17 (20)

Sampling-SDM2012_Jun
Sampling-SDM2012_JunSampling-SDM2012_Jun
Sampling-SDM2012_Jun
 
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
Saliency Based Hookworm and Infection Detection for Wireless Capsule Endoscop...
 
Spectral opportunity selection based on the hybrid algorithm AHP-ELECTRE
Spectral opportunity selection based on the hybrid algorithm AHP-ELECTRESpectral opportunity selection based on the hybrid algorithm AHP-ELECTRE
Spectral opportunity selection based on the hybrid algorithm AHP-ELECTRE
 
PEMF2_SDM_2012_Ali
PEMF2_SDM_2012_AliPEMF2_SDM_2012_Ali
PEMF2_SDM_2012_Ali
 
Comp prese (1)
Comp prese (1)Comp prese (1)
Comp prese (1)
 
Francisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climáticoFrancisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climático
 
Statistical Technique in Gas Dispersion Modeling Based on Linear Interpolation
Statistical Technique in Gas Dispersion Modeling Based on Linear InterpolationStatistical Technique in Gas Dispersion Modeling Based on Linear Interpolation
Statistical Technique in Gas Dispersion Modeling Based on Linear Interpolation
 
RBHF_SDM_2011_Jie
RBHF_SDM_2011_JieRBHF_SDM_2011_Jie
RBHF_SDM_2011_Jie
 
Online learning in estimation of distribution algorithms for dynamic environm...
Online learning in estimation of distribution algorithms for dynamic environm...Online learning in estimation of distribution algorithms for dynamic environm...
Online learning in estimation of distribution algorithms for dynamic environm...
 
Objectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docxObjectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docx
 
Objectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docxObjectives ApproachExpected Results.docx
Objectives ApproachExpected Results.docx
 
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
Forecasting Municipal Solid Waste Generation Using a Multiple Linear Regressi...
 
Edward Robson
Edward RobsonEdward Robson
Edward Robson
 
Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...
 
C41016023
C41016023C41016023
C41016023
 
IEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinIEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao Lin
 
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
Approximation of Dynamic Convolution Exploiting Principal Component Analysis:...
 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curves
 
Data envelopment analysis
Data envelopment analysisData envelopment analysis
Data envelopment analysis
 
Participatory engagement of stakeholders with energy models
Participatory engagement of stakeholders with energy modelsParticipatory engagement of stakeholders with energy models
Participatory engagement of stakeholders with energy models
 

Plus de IES / IAQM

Concept for sustainable remediation of an airfield
Concept for sustainable remediation of an airfieldConcept for sustainable remediation of an airfield
Concept for sustainable remediation of an airfieldIES / IAQM
 
Implementation of CE principles in the remediation of a former paper mill site
Implementation of CE principles in the remediation of a former paper mill siteImplementation of CE principles in the remediation of a former paper mill site
Implementation of CE principles in the remediation of a former paper mill siteIES / IAQM
 
Land remediation and conservation - the interaction of regulatory regimes
Land remediation and conservation - the interaction of regulatory regimesLand remediation and conservation - the interaction of regulatory regimes
Land remediation and conservation - the interaction of regulatory regimesIES / IAQM
 
Brownfield sites in N Ireland, case study on Belfast Ship yards development
Brownfield sites in N Ireland, case study on Belfast Ship yards developmentBrownfield sites in N Ireland, case study on Belfast Ship yards development
Brownfield sites in N Ireland, case study on Belfast Ship yards developmentIES / IAQM
 
A Contractor’s Perspective on Redeveloping Historical Landfills
A Contractor’s Perspective on Redeveloping Historical LandfillsA Contractor’s Perspective on Redeveloping Historical Landfills
A Contractor’s Perspective on Redeveloping Historical LandfillsIES / IAQM
 
Sharing is Caring – Can cross industry collaboration be achieved on key envir...
Sharing is Caring – Can cross industry collaboration be achieved on key envir...Sharing is Caring – Can cross industry collaboration be achieved on key envir...
Sharing is Caring – Can cross industry collaboration be achieved on key envir...IES / IAQM
 
The problem with waste soil: Are soil banks the answer?
The problem with waste soil: Are soil banks the answer?The problem with waste soil: Are soil banks the answer?
The problem with waste soil: Are soil banks the answer?IES / IAQM
 
Are we in a sustainable world?
Are we in a sustainable world?Are we in a sustainable world?
Are we in a sustainable world?IES / IAQM
 
16.00 Updates to CURED and CREAM Emissions Models.pdf
16.00 Updates to CURED and CREAM Emissions Models.pdf16.00 Updates to CURED and CREAM Emissions Models.pdf
16.00 Updates to CURED and CREAM Emissions Models.pdfIES / IAQM
 
15.30 Reducing Construction Emissions.pdf
15.30 Reducing Construction Emissions.pdf15.30 Reducing Construction Emissions.pdf
15.30 Reducing Construction Emissions.pdfIES / IAQM
 
15.30 Ethical considerations when determining air quality policies.pdf
15.30 Ethical considerations when determining air quality policies.pdf15.30 Ethical considerations when determining air quality policies.pdf
15.30 Ethical considerations when determining air quality policies.pdfIES / IAQM
 
14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdf
14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdf14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdf
14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdfIES / IAQM
 
14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...
14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...
14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...IES / IAQM
 
14.30 The discord between limit value compliance and the LAQM objective regim...
14.30 The discord between limit value compliance and the LAQM objective regim...14.30 The discord between limit value compliance and the LAQM objective regim...
14.30 The discord between limit value compliance and the LAQM objective regim...IES / IAQM
 
14.00 Developments in occupational hygiene and air quality.pdf
14.00 Developments in occupational hygiene and air quality.pdf14.00 Developments in occupational hygiene and air quality.pdf
14.00 Developments in occupational hygiene and air quality.pdfIES / IAQM
 
12.15 Insights from the Clean Air Networks Conference.pdf
12.15 Insights from the Clean Air Networks Conference.pdf12.15 Insights from the Clean Air Networks Conference.pdf
12.15 Insights from the Clean Air Networks Conference.pdfIES / IAQM
 
12.00 Applied Source Apportionment using Low Cost Sensors.pdf
12.00 Applied Source Apportionment  using Low Cost Sensors.pdf12.00 Applied Source Apportionment  using Low Cost Sensors.pdf
12.00 Applied Source Apportionment using Low Cost Sensors.pdfIES / IAQM
 
11.15 Addressing emissions from NRMM.pdf
11.15 Addressing emissions from NRMM.pdf11.15 Addressing emissions from NRMM.pdf
11.15 Addressing emissions from NRMM.pdfIES / IAQM
 
09.45 Dispersion modelling considerations for Net Zero and air quality.pdf
09.45 Dispersion modelling considerations for Net Zero and air quality.pdf09.45 Dispersion modelling considerations for Net Zero and air quality.pdf
09.45 Dispersion modelling considerations for Net Zero and air quality.pdfIES / IAQM
 
09.15Measuring air pollutant emissions using novel techniques.pdf
09.15Measuring air pollutant emissions using novel techniques.pdf09.15Measuring air pollutant emissions using novel techniques.pdf
09.15Measuring air pollutant emissions using novel techniques.pdfIES / IAQM
 

Plus de IES / IAQM (20)

Concept for sustainable remediation of an airfield
Concept for sustainable remediation of an airfieldConcept for sustainable remediation of an airfield
Concept for sustainable remediation of an airfield
 
Implementation of CE principles in the remediation of a former paper mill site
Implementation of CE principles in the remediation of a former paper mill siteImplementation of CE principles in the remediation of a former paper mill site
Implementation of CE principles in the remediation of a former paper mill site
 
Land remediation and conservation - the interaction of regulatory regimes
Land remediation and conservation - the interaction of regulatory regimesLand remediation and conservation - the interaction of regulatory regimes
Land remediation and conservation - the interaction of regulatory regimes
 
Brownfield sites in N Ireland, case study on Belfast Ship yards development
Brownfield sites in N Ireland, case study on Belfast Ship yards developmentBrownfield sites in N Ireland, case study on Belfast Ship yards development
Brownfield sites in N Ireland, case study on Belfast Ship yards development
 
A Contractor’s Perspective on Redeveloping Historical Landfills
A Contractor’s Perspective on Redeveloping Historical LandfillsA Contractor’s Perspective on Redeveloping Historical Landfills
A Contractor’s Perspective on Redeveloping Historical Landfills
 
Sharing is Caring – Can cross industry collaboration be achieved on key envir...
Sharing is Caring – Can cross industry collaboration be achieved on key envir...Sharing is Caring – Can cross industry collaboration be achieved on key envir...
Sharing is Caring – Can cross industry collaboration be achieved on key envir...
 
The problem with waste soil: Are soil banks the answer?
The problem with waste soil: Are soil banks the answer?The problem with waste soil: Are soil banks the answer?
The problem with waste soil: Are soil banks the answer?
 
Are we in a sustainable world?
Are we in a sustainable world?Are we in a sustainable world?
Are we in a sustainable world?
 
16.00 Updates to CURED and CREAM Emissions Models.pdf
16.00 Updates to CURED and CREAM Emissions Models.pdf16.00 Updates to CURED and CREAM Emissions Models.pdf
16.00 Updates to CURED and CREAM Emissions Models.pdf
 
15.30 Reducing Construction Emissions.pdf
15.30 Reducing Construction Emissions.pdf15.30 Reducing Construction Emissions.pdf
15.30 Reducing Construction Emissions.pdf
 
15.30 Ethical considerations when determining air quality policies.pdf
15.30 Ethical considerations when determining air quality policies.pdf15.30 Ethical considerations when determining air quality policies.pdf
15.30 Ethical considerations when determining air quality policies.pdf
 
14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdf
14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdf14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdf
14.50 The Impact of the Clean Air Zone on Air Quality in Birmingham.pdf
 
14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...
14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...
14.40 The role of clean air zones in achieving the UK’s net-zero emissions ta...
 
14.30 The discord between limit value compliance and the LAQM objective regim...
14.30 The discord between limit value compliance and the LAQM objective regim...14.30 The discord between limit value compliance and the LAQM objective regim...
14.30 The discord between limit value compliance and the LAQM objective regim...
 
14.00 Developments in occupational hygiene and air quality.pdf
14.00 Developments in occupational hygiene and air quality.pdf14.00 Developments in occupational hygiene and air quality.pdf
14.00 Developments in occupational hygiene and air quality.pdf
 
12.15 Insights from the Clean Air Networks Conference.pdf
12.15 Insights from the Clean Air Networks Conference.pdf12.15 Insights from the Clean Air Networks Conference.pdf
12.15 Insights from the Clean Air Networks Conference.pdf
 
12.00 Applied Source Apportionment using Low Cost Sensors.pdf
12.00 Applied Source Apportionment  using Low Cost Sensors.pdf12.00 Applied Source Apportionment  using Low Cost Sensors.pdf
12.00 Applied Source Apportionment using Low Cost Sensors.pdf
 
11.15 Addressing emissions from NRMM.pdf
11.15 Addressing emissions from NRMM.pdf11.15 Addressing emissions from NRMM.pdf
11.15 Addressing emissions from NRMM.pdf
 
09.45 Dispersion modelling considerations for Net Zero and air quality.pdf
09.45 Dispersion modelling considerations for Net Zero and air quality.pdf09.45 Dispersion modelling considerations for Net Zero and air quality.pdf
09.45 Dispersion modelling considerations for Net Zero and air quality.pdf
 
09.15Measuring air pollutant emissions using novel techniques.pdf
09.15Measuring air pollutant emissions using novel techniques.pdf09.15Measuring air pollutant emissions using novel techniques.pdf
09.15Measuring air pollutant emissions using novel techniques.pdf
 

Dernier

CCXG global forum, April 2024, Beatrice Cyiza
CCXG global forum, April 2024,  Beatrice CyizaCCXG global forum, April 2024,  Beatrice Cyiza
CCXG global forum, April 2024, Beatrice CyizaOECD Environment
 
Get inspired by SYMBA Project: promoting Industrial Symbiosis
Get inspired by SYMBA Project: promoting Industrial SymbiosisGet inspired by SYMBA Project: promoting Industrial Symbiosis
Get inspired by SYMBA Project: promoting Industrial Symbiosissymbaprojecteu
 
CCXG global forum, April 2024, David Mutisya
CCXG global forum, April 2024,  David MutisyaCCXG global forum, April 2024,  David Mutisya
CCXG global forum, April 2024, David MutisyaOECD Environment
 
https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/
https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/
https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/dikjog
 
LCCXG global forum, April 2024, Lydie-Line Paroz
LCCXG global forum, April 2024,  Lydie-Line ParozLCCXG global forum, April 2024,  Lydie-Line Paroz
LCCXG global forum, April 2024, Lydie-Line ParozOECD Environment
 
CCXG global forum, April 2024, Surabi Menon
CCXG global forum, April 2024, Surabi MenonCCXG global forum, April 2024, Surabi Menon
CCXG global forum, April 2024, Surabi MenonOECD Environment
 
CCXG global forum, April 2024, Niklas Höhne
CCXG global forum, April 2024,  Niklas HöhneCCXG global forum, April 2024,  Niklas Höhne
CCXG global forum, April 2024, Niklas HöhneOECD Environment
 
Broiler SBA.docx for agricultural science csec
Broiler SBA.docx for agricultural science csecBroiler SBA.docx for agricultural science csec
Broiler SBA.docx for agricultural science csecLaceyannWilliams
 
Title-Role of forestry in restoration of degraded lands.pptx
Title-Role of forestry in restoration of degraded lands.pptxTitle-Role of forestry in restoration of degraded lands.pptx
Title-Role of forestry in restoration of degraded lands.pptxSagar Chaudhary
 
Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...
Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...
Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...Amil baba
 
CCXG global forum, April 2024, Raphaël Jachnik
CCXG global forum, April 2024, Raphaël JachnikCCXG global forum, April 2024, Raphaël Jachnik
CCXG global forum, April 2024, Raphaël JachnikOECD Environment
 
CCXG global forum, April 2024, Manjeet Dhakal
CCXG global forum, April 2024,  Manjeet DhakalCCXG global forum, April 2024,  Manjeet Dhakal
CCXG global forum, April 2024, Manjeet DhakalOECD Environment
 
ENVIRONMENTAL ISSUES AND AWARENESS - Presentation
ENVIRONMENTAL ISSUES AND AWARENESS - PresentationENVIRONMENTAL ISSUES AND AWARENESS - Presentation
ENVIRONMENTAL ISSUES AND AWARENESS - PresentationTaruna Deshwal
 
CCXG global forum, April 2024, Nino Tkhilava
CCXG global forum, April 2024,  Nino TkhilavaCCXG global forum, April 2024,  Nino Tkhilava
CCXG global forum, April 2024, Nino TkhilavaOECD Environment
 
CCXG global forum, April 2024, Marcia Rocha
CCXG global forum, April 2024,  Marcia RochaCCXG global forum, April 2024,  Marcia Rocha
CCXG global forum, April 2024, Marcia RochaOECD Environment
 
CCXG global forum, April 2024, Mentimeter results
CCXG global forum, April 2024, Mentimeter resultsCCXG global forum, April 2024, Mentimeter results
CCXG global forum, April 2024, Mentimeter resultsOECD Environment
 
CCXG global forum, April 2024, Siddharth Singh
CCXG global forum, April 2024, Siddharth SinghCCXG global forum, April 2024, Siddharth Singh
CCXG global forum, April 2024, Siddharth SinghOECD Environment
 
CCXG global forum, April 2024, Jo Tyndall
CCXG global forum, April 2024,  Jo TyndallCCXG global forum, April 2024,  Jo Tyndall
CCXG global forum, April 2024, Jo TyndallOECD Environment
 
CCXG global forum, April 2024, Davi Bonavides
CCXG global forum, April 2024,  Davi BonavidesCCXG global forum, April 2024,  Davi Bonavides
CCXG global forum, April 2024, Davi BonavidesOECD Environment
 

Dernier (20)

CCXG global forum, April 2024, Beatrice Cyiza
CCXG global forum, April 2024,  Beatrice CyizaCCXG global forum, April 2024,  Beatrice Cyiza
CCXG global forum, April 2024, Beatrice Cyiza
 
Get inspired by SYMBA Project: promoting Industrial Symbiosis
Get inspired by SYMBA Project: promoting Industrial SymbiosisGet inspired by SYMBA Project: promoting Industrial Symbiosis
Get inspired by SYMBA Project: promoting Industrial Symbiosis
 
CCXG global forum, April 2024, David Mutisya
CCXG global forum, April 2024,  David MutisyaCCXG global forum, April 2024,  David Mutisya
CCXG global forum, April 2024, David Mutisya
 
https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/
https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/
https://www.facebook.com/people/Proper-Keto-Capsules-UK/61557989683758/
 
LCCXG global forum, April 2024, Lydie-Line Paroz
LCCXG global forum, April 2024,  Lydie-Line ParozLCCXG global forum, April 2024,  Lydie-Line Paroz
LCCXG global forum, April 2024, Lydie-Line Paroz
 
CCXG global forum, April 2024, Surabi Menon
CCXG global forum, April 2024, Surabi MenonCCXG global forum, April 2024, Surabi Menon
CCXG global forum, April 2024, Surabi Menon
 
CCXG global forum, April 2024, Niklas Höhne
CCXG global forum, April 2024,  Niklas HöhneCCXG global forum, April 2024,  Niklas Höhne
CCXG global forum, April 2024, Niklas Höhne
 
Broiler SBA.docx for agricultural science csec
Broiler SBA.docx for agricultural science csecBroiler SBA.docx for agricultural science csec
Broiler SBA.docx for agricultural science csec
 
Title-Role of forestry in restoration of degraded lands.pptx
Title-Role of forestry in restoration of degraded lands.pptxTitle-Role of forestry in restoration of degraded lands.pptx
Title-Role of forestry in restoration of degraded lands.pptx
 
Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...
Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...
Uae-NO1 Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sheik...
 
CCXG global forum, April 2024, Raphaël Jachnik
CCXG global forum, April 2024, Raphaël JachnikCCXG global forum, April 2024, Raphaël Jachnik
CCXG global forum, April 2024, Raphaël Jachnik
 
CCXG global forum, April 2024, Manjeet Dhakal
CCXG global forum, April 2024,  Manjeet DhakalCCXG global forum, April 2024,  Manjeet Dhakal
CCXG global forum, April 2024, Manjeet Dhakal
 
ENVIRONMENTAL ISSUES AND AWARENESS - Presentation
ENVIRONMENTAL ISSUES AND AWARENESS - PresentationENVIRONMENTAL ISSUES AND AWARENESS - Presentation
ENVIRONMENTAL ISSUES AND AWARENESS - Presentation
 
CCXG global forum, April 2024, Nino Tkhilava
CCXG global forum, April 2024,  Nino TkhilavaCCXG global forum, April 2024,  Nino Tkhilava
CCXG global forum, April 2024, Nino Tkhilava
 
Biopesticide. pptx.
Biopesticide. pptx.Biopesticide. pptx.
Biopesticide. pptx.
 
CCXG global forum, April 2024, Marcia Rocha
CCXG global forum, April 2024,  Marcia RochaCCXG global forum, April 2024,  Marcia Rocha
CCXG global forum, April 2024, Marcia Rocha
 
CCXG global forum, April 2024, Mentimeter results
CCXG global forum, April 2024, Mentimeter resultsCCXG global forum, April 2024, Mentimeter results
CCXG global forum, April 2024, Mentimeter results
 
CCXG global forum, April 2024, Siddharth Singh
CCXG global forum, April 2024, Siddharth SinghCCXG global forum, April 2024, Siddharth Singh
CCXG global forum, April 2024, Siddharth Singh
 
CCXG global forum, April 2024, Jo Tyndall
CCXG global forum, April 2024,  Jo TyndallCCXG global forum, April 2024,  Jo Tyndall
CCXG global forum, April 2024, Jo Tyndall
 
CCXG global forum, April 2024, Davi Bonavides
CCXG global forum, April 2024,  Davi BonavidesCCXG global forum, April 2024,  Davi Bonavides
CCXG global forum, April 2024, Davi Bonavides
 

Amy Stidworthy - Optimising local air quality models with sensor data - DMUG17

  • 1. Amy Stidworthy DMUG 6h April 2017 London Optimising local air quality models with sensor data: examples from Cambridge
  • 2. DMUG, London, 6th April 2017 Acknowledgements • The work presented here has been done by CERC based on ADMS-Urban modelling of Cambridge following the deployment of AQMesh sensors in Cambridge. Partners include: – Rod Jones & Lekan Popoola, Department of Chemistry, University of Cambridge – Dan Clarke, Cambridgeshire County Council, Cambridge – Jo Dicks & Anita Lewis, Cambridge City Council, Cambridge – Ian Leslie, Computer Laboratory, University of Cambridge – Amanda Randle, AQMesh
  • 3. DMUG, London, 6th April 2017 Outline of presentation • Motivation • Optimisation technique • Preliminary results for Cambridge • Further work
  • 4. DMUG, London, 6th April 2017 Motivation • Emissions errors account for a significant proportion of dispersion model error • Traditionally, dispersion models such as CERC’s ADMS-Urban model are validated against data from reference monitors: – Modellers either use the validation to improve model setup; or – Calculate and apply a model adjustment factor to model results • New low cost air pollution sensors allow large networks of sensors to be installed across a city • Accuracy and reliability is generally lower than reference monitors, but larger spatial coverage is possible • How can we best use these sensor data in modelling? • If the data are not accurate and reliable enough for model validation, maybe we can use the data in a different way...
  • 5. DMUG, London, 6th April 2017 Optimisation technique: Overview • The aim is to develop an inversion technique to use monitoring data from a network of sensors to automatically adjust emissions to improve model predictions • Basic idea: – Run ADMS-Urban to obtain modelled concentrations at monitor locations in the normal way – Use these modelled concentrations and their associated emissions as a ‘first guess’, together with a) monitored concentration data b) information about the error in the monitored data and the proportion of that error that is systematic across all monitors c) Information about the error in the emissions data and the proportion of that error that is systematic across all sources – Use an inversion technique to calculated an adjusted set of emissions that reduces error in the modelled concentrations
  • 6. DMUG, London, 6th April 2017 Optimisation technique: Introduction • There are some conditions that have to be satisfied for such a scheme to work: a) The model concentration must be proportional to the emissions, which means that complex effects like chemistry have to be ignored b) Any sources included must affect at least one receptor (monitor) c) Any receptor included must have non-zero concentration • The technique developed uses a probabilistic approach following work by others, for example as used by the Met Office for estimating volcanic ash source parameters using satellite retrievals [Webster et al, 2016]
  • 7. DMUG, London, 6th April 2017 Optimisation technique: Cost function We define a cost function J(x) with two terms: one that describes the error in the modelled concentration (left-hand term) and one that describes the error in the emissions (right-hand term) The aim is to minimise J to obtain x, a vector of adjusted emissions. Quantity Definition Dimensions x Vector of emissions (result) n M Transport matrix relating the source term to the observations n by k y Vector of observations k R Error covariance matrix for the observations k by k e Vector of first guess emissions n B Error covariance matrix for the first guess emissions n by n          exBexyMxRyMxx   11 TT J
  • 8. DMUG, London, 6th April 2017 Optimisation technique: Least squares problem • To solve the cost function minimisation problem, we first convert the problem to a ‘least squares’ problem, which is easier to solve computationally • A ‘least squares’ problem finds the best solution to the equation Ax=f, where x is a vector of size m, f is a vector of size n and A is a matrix with n rows and m columns. • The result of solving the least squares problem is the vector x that gives the minimum value of the sum of the squares of the elements of (Ax-f) • So, we need to write the cost function as Fast forward through the maths...      fAxfAx  T xJ
  • 9. DMUG, London, 6th April 2017 Optimisation technique: Error covariance matrices • To solve the problem, we need to construct the matrix A and the vector f, but do we have all the information we need for this?  M is the transport matrix: this represents the contribution of every source to every receptor given a unit emission rate  y is the vector of monitored concentrations at each receptor  e is the vector of emissions for each source • What are the matrices T and D?  These are the related to the ‘covariance’ matrices R and B that represent the error in the monitored data and emissions data respectively.  The diagonal components of the covariance matrices represent the variance in the data, which is related to the uncertainty in the data;  The off-diagonal components represent how much of the error is ‘co- varying’, or in other words, systematic.                        eD yT f D MT AfAxfAx T T T T T xJ and
  • 10. DMUG, London, 6th April 2017 Optimisation technique: Monitoring data error • The diagonal components of the monitoring data error covariance matrix R represent the variance σObs 2 of the monitored data, which is the square of the standard deviation σObs: – We assume that the standard deviation σObs is equal to the uncertainty in the monitoring data expressed as a concentration and is equal to Uobs x O, where Uobs is the uncertainty expressed as a fraction. • The off-diagonal components represent the error that co-varies between monitors, i.e. systematic error – We say that a given proportion of the uncertainty is due to systematic error
  • 11. DMUG, London, 6th April 2017 Optimisation technique: Monitoring data error • So, for any two monitors labelled i and j, their covariance is defined as • The factor UfObs represents the fraction of the monitoring data uncertainty that is due to systematic error. • This raises questions: – How much of monitoring data error is systematic? – Should monitors of different types be treated as independent, with no co-variance? – Are there any causes of monitoring data error that affect all monitors, e.g. temperature, humidity? – Is there co-variance between sensors for different pollutants?                  jijyUUfiyUUf jiiyU ji ObsObsObsObs Obs Obs 2 2 ,
  • 12. DMUG, London, 6th April 2017 Optimisation technique: Emissions data error • The diagonal components of the emissions error covariance matrix B represent the variance σEm 2 of the emissions data, which is the square of the standard deviation σEm: – We assume that the standard deviation σEm is equal to the uncertainty in the emissions data expressed as a concentration and is equal to Uem x E, where Uem is the uncertainty expressed as a percentage. • The off-diagonal components represent the error that co-varies between sources, i.e. systematic error – We say that a given proportion of the uncertainty is due to systematic error, for example traffic emissions factors
  • 13. DMUG, London, 6th April 2017 Optimisation technique: Emissions data error • So, for any two sources labelled i and j, their covariance is defined as • The factor UfEm represents the fraction of the emissions data uncertainty that is due to systematic error. • This also raises questions: – How much of the emissions data error is systematic? For example, what proportion of road emissions data is due to errors in the emission factors (systematic) and how much is due to traffic counts (non-systematic) – Is there any co-variance in the emissions data error for different pollutants? PM10 and PM2.5 – yes, but PM10 and NOX?                  jijeUUfieUUf jiieU ji EmEmEmEm Em Em 2 2 ,
  • 14. DMUG, London, 6th April 2017 Preliminary results: Cambridge • CERC have been collaborating on a project to study ambient air quality across Cambridge using a large number of sensor nodes and computer modelling. • 20 AQMesh sensor pods have been placed at key points around Cambridge, measuring air quality in near real time.
  • 15. DMUG, London, 6th April 2017 Preliminary results: Cambridge • The aim of the preliminary Cambridge tests presented here is primarily to examine the behaviour of the optimisation scheme and refine the process, i.e. – Does it work?! – Is it practical? If it takes weeks to run then obviously not. – What effect does the choice of uncertainty parameters have on outcome? – How does the validation at the reference monitors change? – Can we learn anything about emissions?
  • 16. DMUG, London, 6th April 2017 ADMS-Urban model setup • One source type: 305 road sources • One pollutant: NOX • 25 monitors: 20 AQMesh monitors and 5 reference monitors • Time-varying emission factors: diurnal profiles for weekdays, Saturdays and Sundays • Daylight saving option used to obtain correct emission factors • 3-month period: 30/06/2016 01:00 to 30/09/2016 23:00
  • 17. DMUG, London, 6th April 2017 Optimisation process Step 1: Run ADMS-Urban to obtain modelled concentrations at monitoring site locations Step 2: Form the transport matrix, emissions vector and monitored data vector Step 3: Run the optimisation scheme Step 4: Create an hourly factors (.hfc) file from the adjusted emissions data Step 5: Re-run ADMS-Urban using the adjusted emissions .hfc file
  • 18. DMUG, London, 6th April 2017 Optimisation parameters • As described previously, we specify the following parameters in the optimisation: EU Parameter name Description Uobs(ref) Observation uncertainty (reference monitors) Uobs(aqmesh) Observation uncertainty (AQmesh sensors) Ufobs(ref) Observation uncertainty covariance factor (reference monitors) Ufobs(aqmesh) Observation uncertainty covariance factor (AQmesh sensors) Uem Emissions uncertainty Ufem Emissions uncertainty covariance factor
  • 19. DMUG, London, 6th April 2017 Optimisation Technique: Effect of uncertainty Optimisation is working! J is reduced for all uncertainty values Increasing Ou relaxes the constraints so J is reduced less
  • 20. DMUG, London, 6th April 2017 AQMesh sensors: more model error toleratedRef: less model error tolerated 0 50 100 150 200 250 300 NOxconcentration(ug/m3) Observed Model (original emissions) Model (adjusted emissions, all sensor data) Effect of monitor uncertainty on concentrations • In these inversion calculations: – Reference monitor uncertainty set to 10% – AQMesh sensor uncertainty set to 30% – Covariance between Reference monitors (systematic error) set to 5% – Covariance between AQMesh sensors (systematic error) set to 10% – No covariance between Reference monitors and AQMesh sensors Example hour: 7am on 5th July
  • 21. DMUG, London, 6th April 2017 Effect of emissions covariance on adjusted emissions -100% -50% 0% 50% 100% 150% 200% Percentage increase in source emission rate with different emissions error covariance settings Zero emissions error covariance 75% emissions error covariance • If emissions error covariance is zero, emissions can change completely independently • With non-zero emissions error covariance, emissions have to change more consistently across all sources
  • 22. DMUG, London, 6th April 2017 Cambridge: optimisation parameters used Parameter name Description Value Uobs(ref) Observation uncertainty (reference monitors) 0.1 Uobs(aqmesh) Observation uncertainty (AQmesh sensors) 0.3 Ufobs(ref) Observation uncertainty covariance factor (reference monitors) 0.05 Ufobs(aqmesh) Observation uncertainty covariance factor (AQmesh sensors) 0.1 Uem Emissions uncertainty 0.5 Ufem Emissions uncertainty covariance factor 0.4 All monitoring data are provisional apart from Gonville Place reference monitor; AQMesh data were obtained in real time.
  • 23. DMUG, London, 6th April 2017 Effect of optimisation on model validation Statistics 1. 2. 3. Mean Obs 31.2 31.2 31.2 Mod 34.5 29.3 31.3 StDev Obs 27.9 27.9 27.9 Mod 31.0 26.0 27.0 MB 3.30 -1.91 0.10 NMSE 0.51 0.05 0.39 R 0.70 0.97 0.75 Fac2 0.71 0.94 0.73 1. Orig_RdsOnly Base case model output 2. Inv_ReRun_AllSensors Model output using optimised emissions; optimisation carried out using all sensor data 3. Inv_ReRun_AQMeshSensorsOnly Model output using optimised emissions; optimisation carried out using AQMesh data only Validation at Reference sites only Data points not included in the inversion
  • 24. DMUG, London, 6th April 2017 Effect of optimisation on diurnal emissions profiles 0 0.5 1 1.5 2 2.5 0 2 4 6 8 10 12 14 16 18 20 22 0 2 4 6 8 10 12 14 16 18 20 22 0 2 4 6 8 10 12 14 16 18 20 22 Weekday Saturday Sunday Emissionfactor Diurnal emission factor profiles: original and adjusted emissions Original Adjusted, all sensors Adjusted, AQMesh sensors only
  • 25. DMUG, London, 6th April 2017 Effect of optimisation on mean emission rates 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 Meanadjustedemissionrate(g/km/s) Mean first-guess emission rate Optimisation using AQMesh sensor data only 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 Meanadjustedemissionrate(g/km/s) Mean first-guess emission rate Optimisation using AQMesh sensor data and reference monitor data
  • 26. DMUG, London, 6th April 2017 Effect of optimisation on mean emission rates Average % change -2.8% -60.0% -40.0% -20.0% 0.0% 20.0% 40.0% 60.0% Optimisation using AQMesh sensor data only Percentage change in mean emission rate per road source Average % change -3.0% -60.0% -40.0% -20.0% 0.0% 20.0% 40.0% 60.0% Optimisation using AQMesh sensor data and reference monitor data Including reference data causes big changes in just a few sources
  • 27. DMUG, London, 6th April 2017 Example output at reference monitors: 5th July 2016 Montague Rd Regent St Gonville Place Parker St Newmarket Rd
  • 28. DMUG, London, 6th April 2017 7-day average concentration: Adjusted - Original Example of how the optimisation process affects concentration contours: General reduction, but increase in some areas +30 -30 NOX ug/m3 0
  • 29. DMUG, London, 6th April 2017 Discussion and further work • We have developed an optimisation scheme to use data from a network of sensors to automatically adjust emissions and thereby improve model results • Tests show that the scheme works and initial results are encouraging, but there is more work to do, for example: – More than 1 pollutant – Other source types • The optimisation scheme run times are also encouraging: approx 15 minutes to run 3 months of hourly data with 305 sources and 25 receptors, carrying out the optimisation for each individual hour • The values of uncertainty and covariance factors used so far are largely arbitrary; we need to use realistic values to obtain meaningful results • After Cambridge, the next step is to run the scheme with sensor data collected at Heathrow during the NERC SNAQ project.
  • 30. DMUG, London, 6th April 2017 Thank you • Thanks again to CERC’s partners in this work: – Rod Jones & Lekan Popoola, Department of Chemistry, University of Cambridge – Dan Clarke, Cambridgeshire County Council, Cambridge – Jo Dicks & Anita Lewis, Cambridge City Council, Cambridge – Ian Leslie, Computer Laboratory, University of Cambridge – Amanda Randle, AQMesh • For more information about the ADMS-Urban dispersion model, see www.cerc.co.uk/Urban

Notes de l'éditeur

  1. Explain that this is ongoing work and these are preliminary results – much more work to do!
  2. Traditionally, dispersion models are validated by comparing measured and modelled concentrations at well-established monitoring sites; at best, modellers manually refine the dispersion modelling to minimise error at these locations; at worst, modellers calculate ‘adjustment factors’ and apply these to modelled concentrations. Meanwhile, the increasing availability of relatively low cost air pollution sensors that are easy to install and to maintain is allowing networks of such sensors to be installed across urban areas. Although these sensors have reduced reliability and accuracy compared with traditional monitors they allow much greater spatial coverage. A systematic method that integrates data from these low cost sensors with models could deliver real benefits in terms of understanding emissions and improving model estimates.
  3. From Kate: I picked up an EMIT inventory from Mark Attree (maybe Chetan) from P:\FM\FM1085_Cambridge\EMIT\FM1034\Cambridge2013_20150713.MDB This database was for the year 2013 and was made by Cambridge City Council, together with our help I believe.   I left the database as it was, other than changing the roads emission factors to be for 2016. The flows and route type were left as they were - the route type was a special one created specifically for Cambridge for 2013 - we thought this would be more accurate than the generic 2016 route type.   The exhaust emission factors used for 2016 were NAEI 2014 Urban for the year 2016.   My EMIT db is here: P:\IP\IP155 Cambridge sensors\Working\EMIT\Cambridge2013_20150713.MDB   Other emission sources in the inventory include:   Guided buses Car parks Addenbrooks boilers, car parks, bus station and internal roads Park and ride Queues NAEI grid sources and point sources
  4. Including all sensor data results in excellent agreement at the ref monitors, particularly high correlation Odd results above the y=2x line represent points where the monitored concentration is less than the background conc, so these data points could not be included in the inversion, i.e. Concentration at these receptors for these hours were not part of the inversion process, so did not constrain emissions adjustment Very encouraging results from the AQMesh data only run: reduced bias and error, improved correlation and fraction within a factor of 2.
  5. Small change in the diurnal profile, particularly weekdays: note the increase in the morning rush hour and the decrease in the evening rush hour. Very little difference between runs including all sensor data and runs only including AQMesh sensor data.
  6. The sources that change most when reference sensor data are included are those right next to the reference monitors, as you might expect.
  7. These graphs show variation in observed and modelled concentration through the day on one day only: 5th July 2016. The graphs show that for some sensors, e.g. Regent Street and Montague Rd, if the ref sensors are included in the inversion then the modelled conc can be made to fit the observed conc. At these sources the modelled conc is dominated by only one source. For the receptors where the inversion has a harder job making the modelled conc fit the observed conc (e.g. Newmarket Rd) it is because many sources impact on the receptor.