SlideShare a Scribd company logo
1 of 23
Download to read offline
Online deterministic models: Updating with
EnKF
Morten Borup
DTU Environment & Krüger A/S, Veolia VWS Denmark
Morten Grum
Krüger A/S, Veolia VWS Denmark
Peter Steen Mikkelsen
DTU Environment
Distributed models
Mike Urban model
of Avedøre WWTP catchment
1707 sub-catchments
6601 Manholes
7749 Pipe sections
40 Pumps
40 Basins
5 km
Why online distributed
models?
We have the models
Best system description we have
Can tie all system data together
Water on terrain, status of gauges,
pollution fluxes
5 km
Existing DA-metods for MIKE URBAN
Deterministic local updating: MOUSE UPDATE
Water levels at single points are corrected
Deterministic upstream updating: RDII updating
Upstream hydrological lumped conceptual models are updated
No Hydrodynamic global updating method exists
Optimal updating of distributed models
N states -> NxN crosscorrellations
(States in MIKE URBAN models: 104–106
-> 108–1012 crosscorrelations)
Minimizing the error from gauge and model uncertainty
Correction is distributed from calculated/expected spatial
correlation
z
Kalman Filter
q
Value
Best estimate of s knowing z: 𝑠 = 𝑠̂ +
𝜎𝑠,𝑞
𝜎 𝑞
2 (z − q)
s=x1
𝜎𝑞
2
𝜎𝑠,𝑞
𝜎𝑧
2
When z is uncertain: 𝑠 = 𝑠̂ +
𝜎𝑠,𝑞
𝜎 𝑞
2+𝜎 𝑧
2 (z − q)
When s is part of vector x: 𝒙 = 𝒙� + 𝐾(z − q)
𝑥 =
𝑥1
𝑥2
𝑥3
6
Kalman gain K determine
Δ𝑥1/Δε
Δ𝑥2/Δε
Δ𝑥3/Δε
x3x2s
z
Kalman Filter
q
Value
s=x1
𝜎𝑞
2
𝜎𝑧
2
x3x2
Error covariance is the cornerstone of KF
Estimated by KF using full error covariance matrix P
This requires:
1. Normal distributed Errors (including any input uncertainty)
2. Linearity
3. Limited number of states (size of P = n*n)
𝜎𝑠,𝑞
𝑷 =
𝜎 𝑥𝑥
2
𝜎 𝑥𝑥,𝑥𝑥 𝜎 𝑥𝑥,𝑥3
𝜎 𝑥2,𝑥1 𝜎 𝑥2
2
𝜎 𝑥2,𝑥3
𝜎 𝑥𝑥,𝑥𝑥 𝜎 𝑥3,𝑥𝑥 𝜎 𝑥3
2
7
Ensemble Kalman Filter
q
Value
Ensembles of models used to represent state uncertainty
Xi,3Xi,2Xi,1
X1
8
Ensemble Kalman Filter
q
Value
Ensembles of models used to represent state uncertainty
Covariance can be calculated directly from ensemble:
No need for full covariance matrix for finding K
Xi,3Xi,2Xi,1
X4
X5
X1
X2
X3
σ1,3 =
1
𝑁 − 1
�(𝑋𝑖,1 − 𝑋,1)(𝑋𝑖,3 − 𝑋,3)
𝑁
𝑖
9
Ensemble Kalman Filter
q
Value
Xi,3Xi,2Xi,1
𝜎𝑧
2
z
EnKF step-by-step
1.Calculate K using the relevant covariances from ensemble
2.Correct each ensemble member using K(observed-modelled)
K
10
Ensemble Kalman Filter
q
Value
Xi,3Xi,2Xi,1
𝜎𝑧
2
z
EnKF step-by-step
1.Calculate K using the relevant covariances from ensemble
2.Correct each ensemble member using K(observed-modelled)
3.Run model until next measurements arrives
K
11
EnKF vs. KF
• EnKF
Computational efficient for LARGE models
Can handle any kind of noise
Handles non-linearity
• KF
If gauss-linearity then much more efficient for not
too big models
12
EnKF vs. KF
• Uncertainty descriptions
13
Testing EnKF
• 2010 flow data from
Ballerup
• Simple 3 linear reservoir WA
model
• Only noise on first reservoir
(state proportional)
• Std. measured flow = 10%
14
0.5 h
2.5 h
2.5 h
Ballerup 2010
Measured and
modelled flow
when no update
15
12/7 13/7 14/7
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
0.4
0.45
Measured
Model
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
0.4
0.45
forecast
EnKF (N=50)
Measured and
modelled flow
when no update
+
One step
prediction from
using EnKF
including 95%
prediction interval
Number of
ensemble
members N = 50
16
12/7 13/7 14/7
5
12/7 13/7 14/7
50
0.05
0.1
0.15
0.2
0.25
0.3
0.35
0.4
0.45
forecast
EnKF (N=5)
Measured and
modelled flow
when no update
+
One step
prediction from
using EnKF
including 95%
prediction interval
Number of
ensemble
members N = 5
17
Kalman gain K for different N
18
0 100 200 300 400 500 600 700 800
-0.5
0
0.5
1
1.5
2
2.5
x 10
4
0 100 200 300 400 500 600 700 800
-1.5
-1
-0.5
0
0.5
1
1.5
2
2.5
3
x 10
4
K for first (red) and
second (blue)
reservoirs.
Kalman gain K much
more stable when N
is high.
N=50
N=5
EnKF and MU
1. Distributed models tend to be big
2. And non-linear
3. Ensembles of distributed rain estimates
Challenges
1. Manipulation of governing equations
(St. Venant eq.)
2. Slow hydrological response time
Updating MIKE URBAN
• New computational engine (Mike1D)
• Interface to states (h and Q)
20
𝑥 =
𝑥1
𝑥2
𝑥3
.
. .
Example of water level only update in
MIKE URBAN
21
Rapid change of H means Q-H
relationship instantaneously changed
-> large gradients ->instability ??
Summary
Ensemble based data assimilation methods are
suitable for urban runoff
The states in the new MIKE URBAN
hydrodynamic engine can be manipulated
without instability
HD data assimilation for MIKE URBAN is on the
way
22
Questions
23

More Related Content

What's hot

AP Calculus AB April 23, 2009
AP Calculus AB April 23, 2009AP Calculus AB April 23, 2009
AP Calculus AB April 23, 2009Darren Kuropatwa
 
DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...
DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...
DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...Deltares
 
TU2.T10.2.ppt
TU2.T10.2.pptTU2.T10.2.ppt
TU2.T10.2.pptgrssieee
 
FR1.T03.2 Zou_IGARSS_2011.ppt
FR1.T03.2 Zou_IGARSS_2011.pptFR1.T03.2 Zou_IGARSS_2011.ppt
FR1.T03.2 Zou_IGARSS_2011.pptgrssieee
 
DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...
DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...
DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...Deltares
 
DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...
DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...
DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...Deltares
 
Wqtc2013 dist syswq-modeling-20131107
Wqtc2013 dist syswq-modeling-20131107Wqtc2013 dist syswq-modeling-20131107
Wqtc2013 dist syswq-modeling-20131107John B. Cook, PE, CEO
 
Linear approximation
Linear approximationLinear approximation
Linear approximationAbu Yohannan
 
ANAIS: status and prospects
ANAIS: status and prospectsANAIS: status and prospects
ANAIS: status and prospectsmiguelolivan
 
Ferguson glosolan spectrometry
Ferguson glosolan  spectrometryFerguson glosolan  spectrometry
Ferguson glosolan spectrometrySoils FAO-GSP
 
iono_statmodel_final-meyer.ppt
iono_statmodel_final-meyer.pptiono_statmodel_final-meyer.ppt
iono_statmodel_final-meyer.pptgrssieee
 
DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...
DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...
DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...Deltares
 
DSD-INT 2018 From global to local: Volvo Ocean Race 2018 - Minns
DSD-INT 2018 From global to local: Volvo Ocean Race 2018 - MinnsDSD-INT 2018 From global to local: Volvo Ocean Race 2018 - Minns
DSD-INT 2018 From global to local: Volvo Ocean Race 2018 - MinnsDeltares
 
Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...
Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...
Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...Integrated Carbon Observation System (ICOS)
 
SULI_Summer_2016_Research Poster ONLY_Rosen_Annie
SULI_Summer_2016_Research Poster ONLY_Rosen_AnnieSULI_Summer_2016_Research Poster ONLY_Rosen_Annie
SULI_Summer_2016_Research Poster ONLY_Rosen_AnnieAnnie Rosen
 
Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...
Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...
Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...Integrated Carbon Observation System (ICOS)
 
DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...
DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...
DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...Deltares
 
DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...
DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...
DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...Deltares
 

What's hot (20)

AP Calculus AB April 23, 2009
AP Calculus AB April 23, 2009AP Calculus AB April 23, 2009
AP Calculus AB April 23, 2009
 
DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...
DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...
DSD-INT 2017 Linking rainfall recharge models with groundwater models in NGMS...
 
TU2.T10.2.ppt
TU2.T10.2.pptTU2.T10.2.ppt
TU2.T10.2.ppt
 
FR1.T03.2 Zou_IGARSS_2011.ppt
FR1.T03.2 Zou_IGARSS_2011.pptFR1.T03.2 Zou_IGARSS_2011.ppt
FR1.T03.2 Zou_IGARSS_2011.ppt
 
DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...
DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...
DSD-INT 2021 Application Of Arabian Gulf Community Model to Dubai Coastal Wat...
 
DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...
DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...
DSD-INT 2014 - Symposium Next Generation Hydro Software (NGHS) - Global tide ...
 
Wqtc2013 dist syswq-modeling-20131107
Wqtc2013 dist syswq-modeling-20131107Wqtc2013 dist syswq-modeling-20131107
Wqtc2013 dist syswq-modeling-20131107
 
Cro
CroCro
Cro
 
Linear approximation
Linear approximationLinear approximation
Linear approximation
 
ANAIS: status and prospects
ANAIS: status and prospectsANAIS: status and prospects
ANAIS: status and prospects
 
Ferguson glosolan spectrometry
Ferguson glosolan  spectrometryFerguson glosolan  spectrometry
Ferguson glosolan spectrometry
 
iono_statmodel_final-meyer.ppt
iono_statmodel_final-meyer.pptiono_statmodel_final-meyer.ppt
iono_statmodel_final-meyer.ppt
 
DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...
DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...
DSD-INT 2017 The unsaturated zone MetaSWAP-package, recent developments - Van...
 
DSD-INT 2018 From global to local: Volvo Ocean Race 2018 - Minns
DSD-INT 2018 From global to local: Volvo Ocean Race 2018 - MinnsDSD-INT 2018 From global to local: Volvo Ocean Race 2018 - Minns
DSD-INT 2018 From global to local: Volvo Ocean Race 2018 - Minns
 
Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...
Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...
Kruijt, Bart: Towards operational quantification of GHG exchange in heterogen...
 
SULI_Summer_2016_Research Poster ONLY_Rosen_Annie
SULI_Summer_2016_Research Poster ONLY_Rosen_AnnieSULI_Summer_2016_Research Poster ONLY_Rosen_Annie
SULI_Summer_2016_Research Poster ONLY_Rosen_Annie
 
Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...
Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...
Klosterhalfen, Anne: Two-level Eddy Covariance Measurements Improve Land-atmo...
 
A comprehensive analysis of the sources of uncertainty of the upscaling metho...
A comprehensive analysis of the sources of uncertainty of the upscaling metho...A comprehensive analysis of the sources of uncertainty of the upscaling metho...
A comprehensive analysis of the sources of uncertainty of the upscaling metho...
 
DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...
DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...
DSD-INT 2018 Latest developments in Dutch river applications using the Delft3...
 
DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...
DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...
DSD-INT 2017 Using XBeach to train a Bayesian network for coastal hazard pred...
 

Similar to Online deterministic models updating with EnKf

Rehabilitation of nablus electrical network by adding a new connection point
Rehabilitation of nablus electrical network by adding a new connection pointRehabilitation of nablus electrical network by adding a new connection point
Rehabilitation of nablus electrical network by adding a new connection pointslmnsvn
 
Measurements to Perform Voltage Reduction-Miu
Measurements to Perform Voltage Reduction-MiuMeasurements to Perform Voltage Reduction-Miu
Measurements to Perform Voltage Reduction-MiuNicole Segal
 
Morphological model of the river rhine branches from the concept to the opera...
Morphological model of the river rhine branches from the concept to the opera...Morphological model of the river rhine branches from the concept to the opera...
Morphological model of the river rhine branches from the concept to the opera...Deltares
 
McGill Ozone Contactor Design Project
McGill Ozone Contactor Design ProjectMcGill Ozone Contactor Design Project
McGill Ozone Contactor Design ProjectNicholas Mead-Fox
 
ACVG and PCM Completed Alternating C.pdf
ACVG and PCM Completed Alternating C.pdfACVG and PCM Completed Alternating C.pdf
ACVG and PCM Completed Alternating C.pdfsudarshancecri
 
DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...
DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...
DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...Deltares
 
DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...
DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...
DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...Deltares
 
design and analysis of water distribution System
design and analysis of water distribution Systemdesign and analysis of water distribution System
design and analysis of water distribution SystemMian Umair Afzal
 
WE2.TO9.4.ppt
WE2.TO9.4.pptWE2.TO9.4.ppt
WE2.TO9.4.pptgrssieee
 
Energy Budget in Tunnel Fires – FFFS Considerations
Energy Budget in Tunnel Fires – FFFS ConsiderationsEnergy Budget in Tunnel Fires – FFFS Considerations
Energy Budget in Tunnel Fires – FFFS ConsiderationsWSP
 
Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...
Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...
Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...inside-BigData.com
 
Meshless Point collocation Method For 1D and 2D Groundwater Flow Simulation
Meshless Point collocation Method For 1D and 2D Groundwater Flow SimulationMeshless Point collocation Method For 1D and 2D Groundwater Flow Simulation
Meshless Point collocation Method For 1D and 2D Groundwater Flow SimulationAshvini Kumar
 
12-Rietveld-Transformer-load-loss-measurement.pdf
12-Rietveld-Transformer-load-loss-measurement.pdf12-Rietveld-Transformer-load-loss-measurement.pdf
12-Rietveld-Transformer-load-loss-measurement.pdfRafikCherni
 
A two equation VLES turbulence model with near-wall delayed behaviour
A two equation VLES turbulence model with near-wall delayed behaviourA two equation VLES turbulence model with near-wall delayed behaviour
A two equation VLES turbulence model with near-wall delayed behaviourApplied CCM Pty Ltd
 
Chapter 6 - Modelling and Control of Converters.pdf
Chapter 6 - Modelling and Control of Converters.pdfChapter 6 - Modelling and Control of Converters.pdf
Chapter 6 - Modelling and Control of Converters.pdfbenson215
 

Similar to Online deterministic models updating with EnKf (20)

Rehabilitation of nablus electrical network by adding a new connection point
Rehabilitation of nablus electrical network by adding a new connection pointRehabilitation of nablus electrical network by adding a new connection point
Rehabilitation of nablus electrical network by adding a new connection point
 
Measurements to Perform Voltage Reduction-Miu
Measurements to Perform Voltage Reduction-MiuMeasurements to Perform Voltage Reduction-Miu
Measurements to Perform Voltage Reduction-Miu
 
Presentation on weno lbfs
Presentation on weno lbfsPresentation on weno lbfs
Presentation on weno lbfs
 
Morphological model of the river rhine branches from the concept to the opera...
Morphological model of the river rhine branches from the concept to the opera...Morphological model of the river rhine branches from the concept to the opera...
Morphological model of the river rhine branches from the concept to the opera...
 
McGill Ozone Contactor Design Project
McGill Ozone Contactor Design ProjectMcGill Ozone Contactor Design Project
McGill Ozone Contactor Design Project
 
ACVG and PCM Completed Alternating C.pdf
ACVG and PCM Completed Alternating C.pdfACVG and PCM Completed Alternating C.pdf
ACVG and PCM Completed Alternating C.pdf
 
Borefield_design
Borefield_designBorefield_design
Borefield_design
 
DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...
DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...
DSD-INT 2020 Real Time Hydrologic, Hydraulic and Water Quality Forecasting in...
 
DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...
DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...
DSD-INT 2014 - OpenMI Symposium - A selection of water-related applications o...
 
design and analysis of water distribution System
design and analysis of water distribution Systemdesign and analysis of water distribution System
design and analysis of water distribution System
 
WE2.TO9.4.ppt
WE2.TO9.4.pptWE2.TO9.4.ppt
WE2.TO9.4.ppt
 
Energy Budget in Tunnel Fires – FFFS Considerations
Energy Budget in Tunnel Fires – FFFS ConsiderationsEnergy Budget in Tunnel Fires – FFFS Considerations
Energy Budget in Tunnel Fires – FFFS Considerations
 
Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...
Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...
Multiphase Flow Modeling and Simulation: HPC-Enabled Capabilities Today and T...
 
Meshless Point collocation Method For 1D and 2D Groundwater Flow Simulation
Meshless Point collocation Method For 1D and 2D Groundwater Flow SimulationMeshless Point collocation Method For 1D and 2D Groundwater Flow Simulation
Meshless Point collocation Method For 1D and 2D Groundwater Flow Simulation
 
12-Rietveld-Transformer-load-loss-measurement.pdf
12-Rietveld-Transformer-load-loss-measurement.pdf12-Rietveld-Transformer-load-loss-measurement.pdf
12-Rietveld-Transformer-load-loss-measurement.pdf
 
Fault level calculations
Fault level calculationsFault level calculations
Fault level calculations
 
A two equation VLES turbulence model with near-wall delayed behaviour
A two equation VLES turbulence model with near-wall delayed behaviourA two equation VLES turbulence model with near-wall delayed behaviour
A two equation VLES turbulence model with near-wall delayed behaviour
 
GROUNDWATER MODELING SYSTEM
GROUNDWATER MODELING SYSTEMGROUNDWATER MODELING SYSTEM
GROUNDWATER MODELING SYSTEM
 
Chapter 6 - Modelling and Control of Converters.pdf
Chapter 6 - Modelling and Control of Converters.pdfChapter 6 - Modelling and Control of Converters.pdf
Chapter 6 - Modelling and Control of Converters.pdf
 
3271829.ppt
3271829.ppt3271829.ppt
3271829.ppt
 

More from EVAnetDenmark

Separat-det-er-klart.pdf
Separat-det-er-klart.pdfSeparat-det-er-klart.pdf
Separat-det-er-klart.pdfEVAnetDenmark
 
Forsyningernes-nye-udfordringer.pdf
Forsyningernes-nye-udfordringer.pdfForsyningernes-nye-udfordringer.pdf
Forsyningernes-nye-udfordringer.pdfEVAnetDenmark
 
Er-separering-vejen-frem.pdf
Er-separering-vejen-frem.pdfEr-separering-vejen-frem.pdf
Er-separering-vejen-frem.pdfEVAnetDenmark
 
Tingbjerg-med-fokus-på-strategi.pdf
Tingbjerg-med-fokus-på-strategi.pdfTingbjerg-med-fokus-på-strategi.pdf
Tingbjerg-med-fokus-på-strategi.pdfEVAnetDenmark
 
En-forsynings-perspektiv.pdf
En-forsynings-perspektiv.pdfEn-forsynings-perspektiv.pdf
En-forsynings-perspektiv.pdfEVAnetDenmark
 
Klimatilpasning-paa-forkant.pdf
Klimatilpasning-paa-forkant.pdfKlimatilpasning-paa-forkant.pdf
Klimatilpasning-paa-forkant.pdfEVAnetDenmark
 
Synergiprojekter-tvaerfaglig-samskabelse.pdf
Synergiprojekter-tvaerfaglig-samskabelse.pdfSynergiprojekter-tvaerfaglig-samskabelse.pdf
Synergiprojekter-tvaerfaglig-samskabelse.pdfEVAnetDenmark
 
Potentialer-og-udfordringer-i-skybrudsprojekter.pdf
Potentialer-og-udfordringer-i-skybrudsprojekter.pdfPotentialer-og-udfordringer-i-skybrudsprojekter.pdf
Potentialer-og-udfordringer-i-skybrudsprojekter.pdfEVAnetDenmark
 
Behov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdf
Behov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdfBehov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdf
Behov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdfEVAnetDenmark
 
Om-brug-og-misbrug-af-oekonomisk-analyse.pdf
Om-brug-og-misbrug-af-oekonomisk-analyse.pdfOm-brug-og-misbrug-af-oekonomisk-analyse.pdf
Om-brug-og-misbrug-af-oekonomisk-analyse.pdfEVAnetDenmark
 
Retlige-muligheder-og-udfordringer-i-klimatilpasning.pdf
Retlige-muligheder-og-udfordringer-i-klimatilpasning.pdfRetlige-muligheder-og-udfordringer-i-klimatilpasning.pdf
Retlige-muligheder-og-udfordringer-i-klimatilpasning.pdfEVAnetDenmark
 
Robust-klimatilpasning.pdf
Robust-klimatilpasning.pdfRobust-klimatilpasning.pdf
Robust-klimatilpasning.pdfEVAnetDenmark
 
Klimatilpasnings i-jyllinge-nordmark
Klimatilpasnings i-jyllinge-nordmarkKlimatilpasnings i-jyllinge-nordmark
Klimatilpasnings i-jyllinge-nordmarkEVAnetDenmark
 

More from EVAnetDenmark (20)

Separat-det-er-klart.pdf
Separat-det-er-klart.pdfSeparat-det-er-klart.pdf
Separat-det-er-klart.pdf
 
Forsyningernes-nye-udfordringer.pdf
Forsyningernes-nye-udfordringer.pdfForsyningernes-nye-udfordringer.pdf
Forsyningernes-nye-udfordringer.pdf
 
Er-separering-vejen-frem.pdf
Er-separering-vejen-frem.pdfEr-separering-vejen-frem.pdf
Er-separering-vejen-frem.pdf
 
Tingbjerg-med-fokus-på-strategi.pdf
Tingbjerg-med-fokus-på-strategi.pdfTingbjerg-med-fokus-på-strategi.pdf
Tingbjerg-med-fokus-på-strategi.pdf
 
En-forsynings-perspektiv.pdf
En-forsynings-perspektiv.pdfEn-forsynings-perspektiv.pdf
En-forsynings-perspektiv.pdf
 
Klimatilpasning-paa-forkant.pdf
Klimatilpasning-paa-forkant.pdfKlimatilpasning-paa-forkant.pdf
Klimatilpasning-paa-forkant.pdf
 
Synergiprojekter-tvaerfaglig-samskabelse.pdf
Synergiprojekter-tvaerfaglig-samskabelse.pdfSynergiprojekter-tvaerfaglig-samskabelse.pdf
Synergiprojekter-tvaerfaglig-samskabelse.pdf
 
Potentialer-og-udfordringer-i-skybrudsprojekter.pdf
Potentialer-og-udfordringer-i-skybrudsprojekter.pdfPotentialer-og-udfordringer-i-skybrudsprojekter.pdf
Potentialer-og-udfordringer-i-skybrudsprojekter.pdf
 
Behov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdf
Behov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdfBehov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdf
Behov-for-langsigtet-og-helhedsorienteret-vandplanlægning.pdf
 
Harrestrup.pdf
Harrestrup.pdfHarrestrup.pdf
Harrestrup.pdf
 
Om-brug-og-misbrug-af-oekonomisk-analyse.pdf
Om-brug-og-misbrug-af-oekonomisk-analyse.pdfOm-brug-og-misbrug-af-oekonomisk-analyse.pdf
Om-brug-og-misbrug-af-oekonomisk-analyse.pdf
 
Retlige-muligheder-og-udfordringer-i-klimatilpasning.pdf
Retlige-muligheder-og-udfordringer-i-klimatilpasning.pdfRetlige-muligheder-og-udfordringer-i-klimatilpasning.pdf
Retlige-muligheder-og-udfordringer-i-klimatilpasning.pdf
 
GRAVA.pdf
GRAVA.pdfGRAVA.pdf
GRAVA.pdf
 
Kagsaaparken.pdf
Kagsaaparken.pdfKagsaaparken.pdf
Kagsaaparken.pdf
 
Vandloeb.pdf
Vandloeb.pdfVandloeb.pdf
Vandloeb.pdf
 
HIP-GEUS.pdf
HIP-GEUS.pdfHIP-GEUS.pdf
HIP-GEUS.pdf
 
Kolding_Aa.pdf
Kolding_Aa.pdfKolding_Aa.pdf
Kolding_Aa.pdf
 
Robust-klimatilpasning.pdf
Robust-klimatilpasning.pdfRobust-klimatilpasning.pdf
Robust-klimatilpasning.pdf
 
Kongeaaen.pdf
Kongeaaen.pdfKongeaaen.pdf
Kongeaaen.pdf
 
Klimatilpasnings i-jyllinge-nordmark
Klimatilpasnings i-jyllinge-nordmarkKlimatilpasnings i-jyllinge-nordmark
Klimatilpasnings i-jyllinge-nordmark
 

Recently uploaded

Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Alandi Road ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Alandi Road ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Alandi Road ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Alandi Road ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts ServicesBOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Servicesdollysharma2066
 
Training Of Trainers FAI Eng. Basel Tilapia Welfare.pdf
Training Of Trainers FAI Eng. Basel Tilapia Welfare.pdfTraining Of Trainers FAI Eng. Basel Tilapia Welfare.pdf
Training Of Trainers FAI Eng. Basel Tilapia Welfare.pdfBasel Ahmed
 
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Types of Pollution Powerpoint presentation
Types of Pollution Powerpoint presentationTypes of Pollution Powerpoint presentation
Types of Pollution Powerpoint presentationmarygraceaque1
 
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...MOHANI PANDEY
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Sapana Sha
 
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...SUHANI PANDEY
 
Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
Call Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance Bookingtanu pandey
 
Call On 6297143586 Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...
Call On 6297143586  Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...Call On 6297143586  Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...
Call On 6297143586 Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...tanu pandey
 
CSR_Module5_Green Earth Initiative, Tree Planting Day
CSR_Module5_Green Earth Initiative, Tree Planting DayCSR_Module5_Green Earth Initiative, Tree Planting Day
CSR_Module5_Green Earth Initiative, Tree Planting DayGeorgeDiamandis11
 
VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...SUHANI PANDEY
 
Booking open Available Pune Call Girls Yewalewadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Yewalewadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Yewalewadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Yewalewadi 6297143586 Call Hot Indian...Call Girls in Nagpur High Profile
 
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberHot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Numberkumarajju5765
 

Recently uploaded (20)

Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur EscortsCall Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
Call Girl Nagpur Roshni Call 7001035870 Meet With Nagpur Escorts
 
Alandi Road ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Alandi Road ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Alandi Road ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Alandi Road ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts ServicesBOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
BOOK Call Girls in (Dwarka) CALL | 8377087607 Delhi Escorts Services
 
Training Of Trainers FAI Eng. Basel Tilapia Welfare.pdf
Training Of Trainers FAI Eng. Basel Tilapia Welfare.pdfTraining Of Trainers FAI Eng. Basel Tilapia Welfare.pdf
Training Of Trainers FAI Eng. Basel Tilapia Welfare.pdf
 
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Bhosari ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Types of Pollution Powerpoint presentation
Types of Pollution Powerpoint presentationTypes of Pollution Powerpoint presentation
Types of Pollution Powerpoint presentation
 
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
Get Premium Hoskote Call Girls (8005736733) 24x7 Rate 15999 with A/c Room Cas...
 
(NEHA) Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts 24x7
(NEHA) Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts 24x7(NEHA) Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts 24x7
(NEHA) Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts 24x7
 
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
Call Girls In Okhla DELHI ~9654467111~ Short 1500 Night 6000
 
9953056974 ,Low Rate Call Girls In Adarsh Nagar Delhi 24hrs Available
9953056974 ,Low Rate Call Girls In Adarsh Nagar  Delhi 24hrs Available9953056974 ,Low Rate Call Girls In Adarsh Nagar  Delhi 24hrs Available
9953056974 ,Low Rate Call Girls In Adarsh Nagar Delhi 24hrs Available
 
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
VVIP Pune Call Girls Moshi WhatSapp Number 8005736733 With Elite Staff And Re...
 
Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Kondhwa  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Kondhwa 6297143586 Call Hot India...
 
Call Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pune Airport Call Me 7737669865 Budget Friendly No Advance Booking
 
Call On 6297143586 Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...
Call On 6297143586  Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...Call On 6297143586  Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...
Call On 6297143586 Pimpri Chinchwad Call Girls In All Pune 24/7 Provide Call...
 
CSR_Module5_Green Earth Initiative, Tree Planting Day
CSR_Module5_Green Earth Initiative, Tree Planting DayCSR_Module5_Green Earth Initiative, Tree Planting Day
CSR_Module5_Green Earth Initiative, Tree Planting Day
 
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Yamuna Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Wagholi ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 8005736733 Starting From 5K to...
 
Booking open Available Pune Call Girls Yewalewadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Yewalewadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Yewalewadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Yewalewadi 6297143586 Call Hot Indian...
 
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberHot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Hot Call Girls 🫤 Malviya Nagar ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
 

Online deterministic models updating with EnKf

  • 1. Online deterministic models: Updating with EnKF Morten Borup DTU Environment & Krüger A/S, Veolia VWS Denmark Morten Grum Krüger A/S, Veolia VWS Denmark Peter Steen Mikkelsen DTU Environment
  • 2. Distributed models Mike Urban model of Avedøre WWTP catchment 1707 sub-catchments 6601 Manholes 7749 Pipe sections 40 Pumps 40 Basins 5 km
  • 3. Why online distributed models? We have the models Best system description we have Can tie all system data together Water on terrain, status of gauges, pollution fluxes 5 km
  • 4. Existing DA-metods for MIKE URBAN Deterministic local updating: MOUSE UPDATE Water levels at single points are corrected Deterministic upstream updating: RDII updating Upstream hydrological lumped conceptual models are updated No Hydrodynamic global updating method exists
  • 5. Optimal updating of distributed models N states -> NxN crosscorrellations (States in MIKE URBAN models: 104–106 -> 108–1012 crosscorrelations) Minimizing the error from gauge and model uncertainty Correction is distributed from calculated/expected spatial correlation
  • 6. z Kalman Filter q Value Best estimate of s knowing z: 𝑠 = 𝑠̂ + 𝜎𝑠,𝑞 𝜎 𝑞 2 (z − q) s=x1 𝜎𝑞 2 𝜎𝑠,𝑞 𝜎𝑧 2 When z is uncertain: 𝑠 = 𝑠̂ + 𝜎𝑠,𝑞 𝜎 𝑞 2+𝜎 𝑧 2 (z − q) When s is part of vector x: 𝒙 = 𝒙� + 𝐾(z − q) 𝑥 = 𝑥1 𝑥2 𝑥3 6 Kalman gain K determine Δ𝑥1/Δε Δ𝑥2/Δε Δ𝑥3/Δε x3x2s
  • 7. z Kalman Filter q Value s=x1 𝜎𝑞 2 𝜎𝑧 2 x3x2 Error covariance is the cornerstone of KF Estimated by KF using full error covariance matrix P This requires: 1. Normal distributed Errors (including any input uncertainty) 2. Linearity 3. Limited number of states (size of P = n*n) 𝜎𝑠,𝑞 𝑷 = 𝜎 𝑥𝑥 2 𝜎 𝑥𝑥,𝑥𝑥 𝜎 𝑥𝑥,𝑥3 𝜎 𝑥2,𝑥1 𝜎 𝑥2 2 𝜎 𝑥2,𝑥3 𝜎 𝑥𝑥,𝑥𝑥 𝜎 𝑥3,𝑥𝑥 𝜎 𝑥3 2 7
  • 8. Ensemble Kalman Filter q Value Ensembles of models used to represent state uncertainty Xi,3Xi,2Xi,1 X1 8
  • 9. Ensemble Kalman Filter q Value Ensembles of models used to represent state uncertainty Covariance can be calculated directly from ensemble: No need for full covariance matrix for finding K Xi,3Xi,2Xi,1 X4 X5 X1 X2 X3 σ1,3 = 1 𝑁 − 1 �(𝑋𝑖,1 − 𝑋,1)(𝑋𝑖,3 − 𝑋,3) 𝑁 𝑖 9
  • 10. Ensemble Kalman Filter q Value Xi,3Xi,2Xi,1 𝜎𝑧 2 z EnKF step-by-step 1.Calculate K using the relevant covariances from ensemble 2.Correct each ensemble member using K(observed-modelled) K 10
  • 11. Ensemble Kalman Filter q Value Xi,3Xi,2Xi,1 𝜎𝑧 2 z EnKF step-by-step 1.Calculate K using the relevant covariances from ensemble 2.Correct each ensemble member using K(observed-modelled) 3.Run model until next measurements arrives K 11
  • 12. EnKF vs. KF • EnKF Computational efficient for LARGE models Can handle any kind of noise Handles non-linearity • KF If gauss-linearity then much more efficient for not too big models 12
  • 13. EnKF vs. KF • Uncertainty descriptions 13
  • 14. Testing EnKF • 2010 flow data from Ballerup • Simple 3 linear reservoir WA model • Only noise on first reservoir (state proportional) • Std. measured flow = 10% 14 0.5 h 2.5 h 2.5 h
  • 15. Ballerup 2010 Measured and modelled flow when no update 15 12/7 13/7 14/7 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 Measured Model
  • 16. 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 forecast EnKF (N=50) Measured and modelled flow when no update + One step prediction from using EnKF including 95% prediction interval Number of ensemble members N = 50 16 12/7 13/7 14/7 5
  • 17. 12/7 13/7 14/7 50 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 forecast EnKF (N=5) Measured and modelled flow when no update + One step prediction from using EnKF including 95% prediction interval Number of ensemble members N = 5 17
  • 18. Kalman gain K for different N 18 0 100 200 300 400 500 600 700 800 -0.5 0 0.5 1 1.5 2 2.5 x 10 4 0 100 200 300 400 500 600 700 800 -1.5 -1 -0.5 0 0.5 1 1.5 2 2.5 3 x 10 4 K for first (red) and second (blue) reservoirs. Kalman gain K much more stable when N is high. N=50 N=5
  • 19. EnKF and MU 1. Distributed models tend to be big 2. And non-linear 3. Ensembles of distributed rain estimates Challenges 1. Manipulation of governing equations (St. Venant eq.) 2. Slow hydrological response time
  • 20. Updating MIKE URBAN • New computational engine (Mike1D) • Interface to states (h and Q) 20 𝑥 = 𝑥1 𝑥2 𝑥3 . . .
  • 21. Example of water level only update in MIKE URBAN 21 Rapid change of H means Q-H relationship instantaneously changed -> large gradients ->instability ??
  • 22. Summary Ensemble based data assimilation methods are suitable for urban runoff The states in the new MIKE URBAN hydrodynamic engine can be manipulated without instability HD data assimilation for MIKE URBAN is on the way 22