DASH of Water – water distribution system modelling in the age of smart water meters
- 1Water Management Department, Delft University of Technology, Delft, Netherlands (d.b.steffelbauer@tudelft.nl)
- 2KWR Water Cycle Research Institute, Nieuwegein, Netherlands (Mirjam.Blokker@kwrwater.nl)
- 3LIACS Leiden Institute of Advanced Computer Science, Leiden University, Leiden, Netherlands (a.j.knobbe@liacs.leidenuniv.nl)
Worldwide, water utilities face exceptional challenges as communities are running out of water and new resources are ill-equipped to meet rising water demands. Furthermore, in many cities, years of stringent financial constraints on water utilities, unoptimized operations and the unaffordability for utilities to maintain and replace their aging infrastructure has resulted in dramatically growing leakage levels, especially in places already under high water stress. Even in Europe, as a matter of fact, nearly one quarter of treated water is lost in the distribution systems before reaching the customers. As a result, the aging water infrastructure is challenged to become more efficient.
Nowadays, an increasing number of water utilities use hydraulic simulation software to design and operate water systems in a more efficient way. However, measurements in water distribution are scarce, which results in inaccurate computer models of real systems. Recently, smart meters have become available as a promising remedy. These smart meters measure water usage of households and transmit information to water utilities in real-time. Now is the time to make water distribution simulation software fit for the future, by exploiting this new Big-data source and start a new era in hydraulic modeling, aiming to increase the operational efficiency of our drinking water systems and save our precious water resources.
This work proposes an innovative new way of combining hydraulic models, data from smart meters and stochastic demand modelling to develop beyond state-of-the-art methods to simulate water distribution systems. It is shown how data science algorithms (e.g. dynamic time warping, clustering, demand disaggregation, household activity identification, …) can be used to extract high-level information from smart meter data (e.g. daily water use routines, work schedules, socio-economic characteristics). Such information is crucial for simulating water demand accurately. Hence, data science algorithms can be used to automatically parametrize stochastic demand models (e.g. SIMDEUM) based on smart meter data, and improve their accuracy. The improved demand models are coupled with hydraulic simulations, leading to a more realistic way of simulating real water systems. Examples on a wide range of real-world applications show how these novel modelling approaches can be used to increase the operational efficiency of drinking water systems. For instance, more accurate models enable faster detection and localization of leaks in water pipes and, thus, minimize distribution losses. This work is part of the project “DASH of Water”, which aims to develop advanced data-driven stochastic hydraulic (DASH) models of drinking water distribution systems.
How to cite: Steffelbauer, D., Blokker, M., Knobbe, A., and Abraham, E.: DASH of Water – water distribution system modelling in the age of smart water meters, EGU General Assembly 2020, Online, 4–8 May 2020, EGU2020-13439, https://doi.org/10.5194/egusphere-egu2020-13439, 2020.
Comments on the display
AC: Author Comment | CC: Community Comment | Report abuse
Thank you for presenting your work. I got some questions.
1. What are the parameters for SIMDUEM model?
2. A couple of algorithms are introduced to determine these parameters. What criteria did you use to screen these algorithms?
3. Is this model open somewhere?
Jiada
Dear Jiada,
Thank you very much for your interest. Here are the answers to your questions:
You can find and overview of these parameters in this article “Blokker, E. J. M., Vreeburg, J. H. G., & van Dijk, J. C. (2010). Simulating Residential Water Demand with a Stochastic End-Use Model. Journal of Water Resources Planning and Management, 136(1), 19–26. https://doi.org/10.1061/(ASCE)WR.1943-5452.0000146.”
For the indoor-outdoor disaggregation, I made use of the fact that outdoor uses have in general higher magnitudes, longer run-times and might have repeated patterns. So I went for a rule-based algorithm, once I transformed the SWM signal in single single-rectangular pulses. The rules were applied on each pulse.
For the pattern recognition, I wanted to overcome the obstacle that similar patterns (e.g. when people leave the house) might be shifted in time, according to their work schedule. Some people have to commute to work for an hour, others work next door. So their might be shifts in their wake-up times, however, both go out for work. Hence I chose a clustering algorithm with dynamic time warping, that can take those shifts into account.
Best wishes,
David
Hi David: Great! Thank you for your patient reply. I will check the paper and the SIMDUIM model out.