LITF-PA-2026-055 · Water Resources / Hydrogeology

System and Method for Real-Time Aquifer Recharge Rate Estimation Using Distributed Pressure Transient Analysis from Municipal Water Well SCADA Telemetry Networks with Physics-Constrained Graph Neural Networks

Cross-section of aquifer with municipal wells and SCADA telemetry network
⚖️ Prior Art Notice: This document is published as defensive prior art under 35 U.S.C. § 102(a)(1). The inventions described herein are dedicated to the public domain as of the publication date above. This disclosure is intended to prevent the patenting of these concepts by any party.

Abstract

Disclosed is a system and method for continuously estimating spatially-varying aquifer recharge rates across municipal wellfield service areas by analyzing pressure transient signatures generated by routine pump cycling events recorded in existing Supervisory Control and Data Acquisition (SCADA) telemetry. Each time a well pump starts or stops, it produces a drawdown or recovery pressure transient whose shape encodes the local aquifer transmissivity (T) and storativity (S). By treating each well's pump-cycling events as controlled hydraulic tests and analyzing the resulting water-level responses at neighboring observation wells through a physics-constrained graph neural network (PC-GNN) that embeds the Theis equation and superposition principle as differentiable constraints, the system inverts the observed multi-well transient responses to produce continuously-updated maps of aquifer hydraulic properties and, critically, recharge flux estimates. Following precipitation events, the system detects water table recovery patterns inconsistent with pump-off rebound alone, isolates the recharge signal, and estimates spatially-distributed infiltration rates at 100-meter resolution. The system requires no additional sensors, no dedicated aquifer tests, and no interruption to water supply operations.

Field of the Invention

This invention relates to groundwater hydrology and water resource management, specifically to methods for estimating aquifer recharge rates and hydraulic properties using operational telemetry from municipal water supply wells and machine learning with physics-based constraints.

Background

Groundwater supplies approximately 26% of US freshwater withdrawals (USGS, 2020), serving 44% of the population for drinking water. Sustainable management of aquifer systems depends critically on accurate estimation of recharge rates: the volume of water entering the aquifer from precipitation, surface water infiltration, and irrigation return flow. Overestimation of recharge leads to aquifer overdraft; underestimation leaves water resources underutilized during drought.

Current aquifer recharge estimation methods suffer from cost, coverage, and temporal resolution limitations:

Meanwhile, municipal water utilities operate extensive SCADA systems that continuously record pump status (on/off timestamps), discharge flow rates, wellhead pressure, water level (via pressure transducers in the well casing), and motor current for every production well. A typical medium-sized utility (50,000-200,000 population) operates 10-50 production wells, each cycling on and off multiple times per day. The American Water Works Association estimates that over 90% of US community water systems with more than 3,300 service connections have SCADA systems with historical data archives extending 5-20 years.

Each pump-cycling event is, in hydrogeologic terms, a short-duration aquifer test. The transient water-level response at the pumping well and neighboring wells during startup drawdown and shutdown recovery encodes the same hydraulic parameters that formal pump tests measure. Kabala (Ground Water, 2017) demonstrated that operational pumping data can yield transmissivity estimates comparable to formal tests. However, Kabala's method analyzed single wells independently, did not account for interference from simultaneously operating neighboring wells, and did not attempt recharge estimation.

Physics-informed neural networks (PINNs) have emerged as a method for solving inverse problems in subsurface hydrology. Tartakovsky et al. (Water Resources Research, 2021) applied PINNs to estimate hydraulic conductivity fields from head observations. Wang et al. (Advances in Water Resources, 2020) used PINNs for contaminant transport inversion. However, no disclosed system combines: (a) operational SCADA telemetry as input data, (b) pump-cycling events as distributed hydraulic tests, (c) graph neural network architecture for multi-well interference, and (d) physics constraints encoding groundwater flow equations for simultaneous estimation of aquifer properties and recharge rates.

Detailed Description

1. SCADA Data Ingestion and Event Detection

The system connects to the utility's SCADA historian (common platforms: OSIsoft PI, Wonderware, GE iFix, Ignition by Inductive Automation) via standard interfaces (OPC-UA, MQTT, REST API, or direct database read). For each production well, the system ingests: water level (pressure transducer reading converted to feet or meters above the transducer datum), pump status (binary on/off from motor contactor), discharge flow rate (from magnetic or ultrasonic flow meter), motor current (as a proxy for pump efficiency and specific capacity), and wellhead pressure (if available). Sampling rates vary by SCADA configuration; the system operates with data at 1-second to 5-minute intervals.

A pump-cycling event detector identifies transitions using the pump status signal. For each event, the system extracts: the pre-event static water level (average of the 10 minutes preceding the transition), the transient response curve (water level versus time for 15 minutes to 4 hours post-transition), the pumping rate during the event (from the flow meter), and the ambient interference signal from all other wells operating in the wellfield at that time. The system maintains a catalog of all detected pump-cycling events with metadata including timestamp, duration, pumping rate, ambient wellfield conditions, and quality flags (rejected if data gaps exceed 10% of the transient window or if multiple pumps at the same well cycle simultaneously).

2. Multi-Well Interference Decomposition

In an operational wellfield, multiple wells typically pump simultaneously. The water level at any well reflects the superposition of drawdown contributions from all active wells. The system decomposes the observed water level signal at well i into:

h_observed(i,t) = h_static(i) + Σ_j [s_ij(t)] + r(i,t) + ε(i,t)

where h_static(i) is the undisturbed static water level, s_ij(t) is the drawdown at well i caused by pumping at well j (computed via the Theis solution or its Cooper-Jacob logarithmic approximation), r(i,t) is the recharge contribution, and ε(i,t) is measurement noise. The summation runs over all currently-active wells j.

The Theis solution for drawdown at distance r from a well pumping at rate Q is: s(r,t) = (Q / 4πT) × W(u), where W(u) is the Theis well function, u = r²S / (4Tt), T is transmissivity (m²/day), and S is storativity (dimensionless). For u < 0.01, the Cooper-Jacob approximation applies: s ≈ (Q / 4πT) × ln(2.25Tt / r²S).

By solving the superposition problem simultaneously across all wells in the network, the system estimates the transmissivity T_ij and storativity S_ij along each well-pair pathway. These parameters are spatially heterogeneous: the transmissivity between wells A and B may differ from that between A and C, reflecting the aquifer's geological structure.

3. Physics-Constrained Graph Neural Network Architecture

The wellfield is represented as a directed graph G = (V, E), where each vertex v_i ∈ V corresponds to a production or observation well, and edges e_ij ∈ E connect wells within mutual hydraulic influence (typically within 2 km, configurable by aquifer type). Node features include: well construction details (depth, screen interval, casing diameter), current water level, pump status and rate, cumulative daily pumping volume, and time-series embeddings of recent transient responses. Edge features include: inter-well distance, bearing, and estimated transmissivity from prior analyses.

The PC-GNN architecture comprises three components:

Message Passing Layers (3 layers, 128 hidden units each): A graph attention network (GAT) variant where attention coefficients are modulated by the physics-based expected influence: α_ij ∝ exp(-r_ij² / 4T̂_ij × t), where T̂_ij is the current estimate of transmissivity along edge ij. This ensures that the network preferentially attends to wells with strong hydraulic connections.

Physics Constraint Layer: A differentiable implementation of the Theis equation that computes the predicted drawdown at each node given the current estimates of T and S along each edge and the known pumping schedules. The physics loss is: L_physics = Σ_events Σ_wells ||h_predicted - h_observed||² / σ², where σ accounts for measurement uncertainty. This loss is added to the data-fitting loss with a weighting hyperparameter λ (default: 0.3).

Recharge Estimation Head: A separate output head that predicts the recharge flux q_r(x,y,t) at each node location. The recharge signal is identified as the residual water table rise that cannot be explained by pump-off recovery or neighboring well interference. The recharge head incorporates: antecedent precipitation (from nearby weather stations or gridded products like PRISM), soil moisture proxies (SMAP satellite or local sensors if available), land use classification (NLCD at 30-meter resolution), and depth to water table.

Total model parameters: approximately 380,000 (1.5 MB in FP32, 380 KB in INT8). Training is performed on historical SCADA archives (minimum 2 years recommended) using Adam optimizer with learning rate scheduling. The physics constraint ensures that the model cannot learn hydraulic parameter estimates that violate groundwater flow physics, even with limited training data.

4. Recharge Signal Isolation

Isolating recharge from operational signals requires careful temporal decomposition. The system employs a three-stage process:

Stage 1 - Operational Signal Removal: Using the calibrated Theis superposition model, the system predicts the water level at each well based solely on the known pumping schedule across the entire wellfield. This prediction is subtracted from the observed water level, yielding a residual signal that contains recharge, barometric effects, and noise.

Stage 2 - Barometric Correction: Barometric pressure changes propagate into confined aquifer water levels with a characteristic barometric efficiency (BE = 0.2-0.8). The system estimates BE for each well by cross-correlating the residual signal with barometric pressure data (from the nearest weather station) during dry periods when no recharge is expected. The barometric component is then removed: h_corrected = h_residual + BE × ΔP_baro / (ρ × g).

Stage 3 - Recharge Extraction: The corrected residual signal is analyzed for rises that correlate temporally with precipitation events (lagged by the estimated vadose zone travel time, typically 1-30 days depending on depth to water table and soil type). The recharge rate is estimated as: R = S_y × Δh / Δt, where S_y is the specific yield (estimated from the PC-GNN's storativity output for unconfined aquifers, or from literature values for the mapped geological unit), Δh is the corrected water table rise, and Δt is the rise duration.

5. Spatial Interpolation and Mapping

Point recharge estimates at well locations are interpolated to produce continuous spatial maps using kriging with the PC-GNN's estimated transmissivity field as an auxiliary variable (co-kriging). The interpolated recharge map has a target resolution of 100 meters and is updated after each detected recharge event. The system overlays recharge estimates on: surface geology (USGS National Geologic Map Database), land use (NLCD), soil type (SSURGO), and impervious surface fraction (NLCD or local GIS layers). This enables identification of recharge hotspots (e.g., stormwater infiltration basins, pervious areas over high-transmissivity alluvium) and dead zones (e.g., clay-capped areas, heavily paved zones) at operationally useful resolution.

6. Operational Decision Support Applications

7. Figures Description

Claims

  1. A system for estimating aquifer recharge rates using existing municipal water well infrastructure, comprising: a data ingestion module connected to a SCADA historian that records pump status, water level, and discharge flow rate for a plurality of production wells; a pump-cycling event detector that identifies pump start and stop transitions and extracts transient water level response curves; and a physics-constrained graph neural network that represents the wellfield as a graph, embeds the Theis equation as a differentiable constraint, and jointly estimates spatially-varying aquifer transmissivity, storativity, and recharge flux from the observed multi-well transient responses.
  2. The system of claim 1, wherein the physics-constrained graph neural network employs graph attention layers with attention coefficients modulated by the Theis-predicted hydraulic influence between well pairs, computed as a function of inter-well distance and estimated transmissivity.
  3. The system of claim 1, further comprising a multi-well interference decomposition module that uses the superposition principle applied to the Theis solution to separate the observed water level at each well into contributions from each simultaneously-pumping well in the wellfield.
  4. The system of claim 1, further comprising a recharge signal isolation module that removes operational pumping effects via Theis superposition and barometric pressure effects via estimated barometric efficiency to extract the recharge-induced water table rise.
  5. The system of claim 4, wherein the recharge rate is computed from the corrected water table rise using the water table fluctuation method with specific yield values estimated by the graph neural network.
  6. The system of claim 1, further comprising a spatial interpolation module that generates continuous recharge maps at 100-meter resolution using co-kriging with the estimated transmissivity field as an auxiliary variable.
  7. A method for continuous aquifer characterization from operational well data, comprising: ingesting SCADA telemetry from a plurality of municipal production wells; detecting pump-cycling events and extracting transient response curves; constructing a graph representation of the wellfield with physics-informed edge weights; training a graph neural network with a loss function combining data fidelity and Theis equation compliance; and producing continuously-updated estimates of transmissivity, storativity, and recharge rate at each well location and interpolated between wells.
  8. The method of claim 7, further comprising estimating the performance of managed aquifer recharge facilities by isolating the recharge signal attributable to infiltration basins or injection wells from natural recharge and pumping interference.
  9. The method of claim 7, further comprising generating drought early warning alerts by detecting declining recharge trends from precipitation event response analysis before operational water level declines become apparent.
  10. The method of claim 7, further comprising optimizing pump scheduling across the wellfield by minimizing drawdown interference using the calibrated multi-well Theis superposition model to reduce pumping energy costs.
  11. The system of claim 1, wherein the system operates without additional sensors, dedicated aquifer tests, or interruption to water supply operations, using only existing SCADA instrumentation installed for operational monitoring purposes.
  12. The system of claim 1, wherein the physics-constrained graph neural network is trained on a minimum of two years of historical SCADA data and updates its parameter estimates incrementally as new pump-cycling events are recorded, enabling detection of temporal changes in aquifer properties caused by clogging, compaction, or seasonal variability.

Implementation Notes

Practical deployment considerations for water utilities evaluating this system:

Prior Art References

  1. USGS Groundwater Use in the United States — 26% of US freshwater withdrawals from groundwater
  2. Renard et al., Water Resources Research, 2006 — Pump test interpretation methods and costs
  3. Scanlon et al., Journal of Hydrology, 2002 — Comparison of recharge estimation methods
  4. Crosbie et al., Journal of Hydrology, 2010 — Chloride mass balance recharge estimation
  5. Gee et al., Vadose Zone Journal, 2009 — Lysimeter measurement of recharge
  6. Long et al., Water Resources Research, 2013 — GRACE satellite groundwater storage estimation
  7. Healy and Cook, Hydrogeology Journal, 2002 — Water table fluctuation method for recharge
  8. American Water Works Association — Water utility SCADA adoption statistics
  9. Kabala, Ground Water, 2017 — Transmissivity estimation from operational pumping data
  10. Tartakovsky et al., Water Resources Research, 2021 — Physics-informed neural networks for hydraulic conductivity estimation
  11. Wang et al., Advances in Water Resources, 2020 — PINNs for contaminant transport inversion
  12. USGS Techniques of Water-Resources Investigations, Book 3, Chapter B1 — Theis equation and well hydraulics reference
  13. PRISM Climate Group — Gridded precipitation data for the contiguous US
  14. NLCD Land Cover — National Land Cover Database for land use classification
  15. SSURGO Soil Survey — USDA soil type and hydraulic property database