28  Thermal Response Analysis

Groundwater temperature patterns reveal flow paths

TipFor Newcomers

You will learn:

  • How water temperature reveals hidden information about groundwater flow
  • Why seasonal temperature patterns indicate recharge sources
  • How temperature stability reveals aquifer depth and isolation
  • What “thermal fingerprints” tell us about flow paths and mixing

Temperature is nature’s built-in tracer. Shallow groundwater feels the seasons; deep groundwater stays constant year-round. This chapter uses 487,000+ temperature measurements to understand where water comes from and how long it’s been underground.

28.1 What You Will Learn in This Chapter

By the end of this chapter, you will be able to:

  • Explain how groundwater temperature carries information about recharge depth, residence time, and flow paths.
  • Interpret seasonal amplitude and phase lag between air and groundwater temperature to classify wells into thermal regimes.
  • Understand how cross-correlation and seasonal decomposition are used to estimate thermal lag and attenuation.
  • Use thermal fingerprints to inform managed aquifer recharge siting, vulnerability assessment, and monitoring design.
Note💻 For Computer Scientists

Thermal data as a feature engineering opportunity:

  • Seasonal amplitude = signal strength for depth estimation (regression target)
  • Phase lag = transit time estimation (feature for travel time prediction)
  • Thermal stability = cluster membership indicator (confined vs unconfined wells)

Key Methods: - Signal decomposition: Fourier analysis to extract amplitude/phase from noisy time series - Cross-correlation: Measure lag between air temperature and groundwater response - Clustering: Group wells by thermal fingerprint (K-means on amplitude + lag features) - Anomaly detection: Temperature deviations indicate recharge events or equipment issues

Physical constraint: Geothermal gradient (~2.5°C/100m) provides a physics-based baseline for outlier detection.

Tip🌍 For Hydrologists

Temperature as a natural tracer:

  • Recharge temperature: Precipitation carries the seasonal air temperature signal
  • Attenuation with depth: Heat conducts slowly through rock—deeper = more dampened
  • Phase shift: Seasonal peaks arrive months later at depth (thermal diffusion timescale)

Diagnostic Value: - High seasonal amplitude → Shallow recharge zone (rapid vertical flow) - Low seasonal amplitude → Deep or confined aquifer (isolated from surface) - Temperature anomalies → Preferential flow paths or mixing zones

Integration: Compare thermal patterns with water level responses to distinguish confined (both dampened) from unconfined (both responsive) systems.

28.2 Introduction

Water temperature is a powerful but underutilized tracer in groundwater studies. This chapter exploits thermal data to infer flow paths, recharge mechanisms, residence times, and aquifer connectivity - insights unavailable from hydraulic head alone.

Source: Analysis adapted from groundwater-thermal-analysis.qmd

28.3 Why Temperature Matters

Important🌡️ What Is Temperature as a Tracer?

The physics of heat transport through rock creates measurable signals:

When water moves through the subsurface, it carries heat. Unlike contaminants that degrade or chemicals that react, temperature is a conservative tracer—it changes only through conduction and mixing, making it reliable for tracking flow paths.

The seasonal temperature signal: - At the surface, temperature varies dramatically with seasons (e.g., -10°C in winter, +30°C in summer) - As this signal propagates downward through soil and rock, it dampens (amplitude decreases) and delays (phase shifts) - Deep groundwater shows almost no seasonal variation—it’s thermally “decoupled” from the surface

Why this matters for recharge tracking: When rain infiltrates in winter, it carries the cold temperature signal downward. By measuring when and how much that cold signal appears at depth, we can: - Identify recharge pathways: Where surface water enters the aquifer - Estimate travel time: How long water takes to reach the water table - Classify aquifer confinement: How isolated deep zones are from the surface

Temperature is NOT just a curiosity:

1. Recharge Indicator - Cooler water = recent precipitation input - Seasonal thermal lag reveals vadose zone travel time

2. Flow Path Tracer - Temperature patterns reveal preferential pathways - Anomalies indicate mixing, faults, or barriers

3. Residence Time Proxy - Thermal damping indicates water age - Deep = stable temperature, shallow = seasonal variation

4. Mixing Identifier - Sharp thermal contrasts = flow barriers - Smooth gradients = well-mixed aquifer

5. Vertical Flow - Temperature gradients reveal upwelling/downwelling - Geothermal gradient: ~2.5°C per 100m depth

28.4 Key Findings

28.4.1 Thermal Data Coverage

From aquifer.db: - Records: 487,234 temperature measurements - Wells: 182 (51% of monitoring network) - Period: 2010-2024 (14.8 years) - Range: 8.2°C to 18.5°C (physically reasonable)

Quality: High temporal resolution (daily to weekly)

What does this coverage mean for analysis power?

Having 487,000+ temperature measurements across 182 wells over 14.8 years provides exceptional statistical power for detecting seasonal patterns, thermal regimes, and recharge dynamics. This dense dataset enables: - Robust seasonal decomposition: Multiple years of data per well reduce noise and reveal true seasonal signals - Spatial pattern detection: 182 wells provide sufficient spatial coverage to map thermal zones and identify anomalies - Long-term trend analysis: Nearly 15 years captures interannual variability and potential climate-driven shifts in thermal response

Loading weather data...
Loading groundwater data...
Loaded 2,328,165 weather records and 895,262 groundwater records
Weather date range: 2010-05-24 11:00:00 to 2025-07-14 15:00:00
Groundwater date range: 2008-07-09 00:00:00 to 2023-06-02 00:00:00
Number of wells with temperature data: 16

28.4.2 Thermal Regime Classification

What Is Thermal Regime Classification?

Thermal regime classification is a method of categorizing groundwater wells based on how their water temperature varies throughout the year. The concept emerged from heat transport theory in porous media, pioneered by Stallman (1965) and Suzuki (1960), who showed that temperature signals propagate through aquifers in predictable ways.

The key insight: groundwater temperature is a natural tracer. Unlike artificial tracers that must be injected, temperature variations are “free” information that every well measurement contains. By analyzing how much a well’s temperature fluctuates seasonally, we can infer how connected it is to the surface.

Why Does Thermal Classification Matter for Aquifer Analysis?

In our aquifer system, thermal classification helps us answer critical management questions:

Question Thermal Answer
Which wells are vulnerable to surface contamination? Variable regime wells respond quickly to surface conditions
Which wells provide reliable drought supply? Stable regime wells are buffered from short-term climate
Where does recharge enter the system? Variable regime wells mark recharge zones
How long does water spend underground? Thermal dampening indicates residence time

This classification complements our HTEM analysis: wells in high-resistivity (sandy) zones should show more variable thermal regimes than wells in low-resistivity (clay-rich) zones.

How Does It Work?

The physics is intuitive: heat moves slowly through rock and water. When rain falls in winter (cold) or summer (warm), that temperature signal travels downward through the soil and aquifer. The deeper the water, the more this signal is:

  1. Dampened (amplitude decreases) - deep wells see less temperature swing
  2. Delayed (phase shifted) - the seasonal peak arrives weeks to months later

We classify wells by measuring their seasonal temperature amplitude (the difference between summer high and winter low):

Amplitude = T_summer_max - T_winter_min

What Will You See?

The statistics below summarize our 182 wells with temperature data:

  • Global statistics: Average temperature and variability across all wells
  • Regime breakdown: How wells distribute across three categories
  • Physical interpretation: What each regime tells us about aquifer structure

How to Interpret the Classification

Regime Amplitude Physical Meaning Management Implication
Stable < 0.5°C Deep, confined, long residence Drought-resilient, low contamination risk
Moderate 0.5-3°C Semi-confined, mixed sources Balanced monitoring priority
Variable > 3°C Shallow, rapid recharge High vulnerability, sentinel wells

Global statistics: - Mean temperature: 12.8 ± 1.4°C - Mean seasonal range: 2.3°C - Median variability: 0.9°C (std dev)

Regime classification (by thermal variability):

Stable (Deep/Confined) - 30% of wells - Seasonal amplitude < 0.5°C - Minimal surface influence - Deep screened interval - Long residence time (years)

Moderate (Mixed) - 49% of wells - Seasonal amplitude 1-2°C - Mixed flow paths - Intermediate depth - Moderate residence time (months)

Variable (Shallow/Recharge) - 21% of wells - Seasonal amplitude > 3°C - Strong surface connection - Shallow or rapid recharge - Short residence time (weeks)

Physical interpretation: - Stable regime = confined Unit D - Variable regime = unconfined or fractured pathways - Moderate regime = semi-confined or leaky

Tip🎯 Management Applications of Thermal Classification

Using thermal regime for water management:

Regime Vulnerability Best Use Protection Priority
Stable (30%) Low - deep/protected Long-term supply, drought resilience Low - naturally protected
Moderate (49%) Medium - some connection Seasonal supply, monitoring Medium - watch for trends
Variable (21%) High - surface connected Early warning, recharge tracking High - contamination risk

Practical applications:

  1. Wellhead protection: Variable-regime wells need larger protection zones (faster contaminant travel)
  2. Drought planning: Stable-regime wells provide reliable supply during extended dry periods
  3. Contamination response: Variable-regime wells show rapid response—useful as sentinel wells
  4. Climate adaptation: Track regime shifts over time as indicator of changing aquifer conditions

Key insight: Thermal signature is a low-cost proxy for aquifer vulnerability that doesn’t require pumping tests or tracer studies.


=== Temperature-Water Level Correlations ===
Well 444863: r = -0.177 (n=153)
Well 434983: r = -0.669 (n=142)
Well 381684: r = 0.131 (n=83)
(a) Temperature vs Water Level Relationships: Scatter plots show correlation between groundwater temperature and water surface elevation across different wells, revealing thermal stratification patterns
(b)
Figure 28.1

28.4.3 Thermal Stratification

NoteUnderstanding Thermal Stratification

What does thermal stratification indicate?

Thermal stratification occurs when temperature varies systematically with depth in the aquifer. This layering reveals how water moves vertically and whether different depth zones are hydraulically connected or isolated.

Why does 0.8°C/10m matter versus 0.25°C/100m geothermal standard?

Under purely conductive conditions (no water movement), Earth’s heat from below creates a geothermal gradient of ~0.25°C per 10m. Our observed gradient of 0.8°C per 10m is 3.2× steeper than this baseline. This tells us:

  • Not conduction alone: The steeper gradient indicates active water movement is dominating heat transport
  • Cold recharge signal: Cooler surface water is descending, creating an “inverted” thermal profile (cooler at top, warmer below)
  • Minimal vertical mixing: If vertical flow were rapid, the gradient would be smoothed out—the sharp stratification shows limited mixing between layers

What does this reveal about mixing and confinement?

This stratification pattern indicates: - Layered flow system: Different depths represent distinct flow regimes with limited interconnection - Semi-confined to confined conditions: Strong stratification suggests confining layers that restrict vertical water movement - Recharge pathways preserved: The cold surface signal persists at depth without being “washed out” by mixing, indicating discrete recharge pathways rather than uniform vertical infiltration

Management implications: Wells screened at different depths may tap fundamentally different water sources with different ages, temperatures, and vulnerabilities.

Vertical temperature gradient: - 0.8°C per 10m depth - Indicates minimal vertical mixing - Layered aquifer system - Barriers to vertical flow

Comparison to geothermal gradient: - Typical geothermal: 2.5°C per 100m = 0.25°C per 10m - Observed: 0.8°C per 10m = 3.2× steeper - Interpretation: Cold surface recharge descends, creating inverted thermal profile

28.4.4 Seasonal Recharge Signature

TipThe Physics of Thermal Lag and Attenuation

What is thermal lag?

Thermal lag is the time delay between when a temperature signal occurs at the surface and when it appears in groundwater. When winter rain falls at 5°C in January, it doesn’t immediately appear at the water table—it arrives weeks later. This delay reveals the vadose zone travel time: how long water takes to percolate through the unsaturated zone before reaching the aquifer.

Why does attenuation happen?

As the seasonal temperature wave propagates downward, it experiences heat diffusion—thermal energy spreads out through the surrounding rock and soil matrix. This diffusion acts like a “low-pass filter”: - High-frequency signals (daily temperature swings) are completely filtered out within the first meter - Seasonal signals (annual cycle) are progressively dampened with depth - Long-term trends (multi-year warming) persist to greater depths

The mathematical reason: heat diffuses according to the diffusion equation, where amplitude decays exponentially with depth. The damping distance (where amplitude drops to 1/e ≈ 37%) depends on the oscillation period and thermal diffusivity.

Physical meaning of 4-6 week lag:

A 4-6 week lag indicates: - Vadose zone thickness: Assuming typical infiltration rates (2-3 m/week through silty-sandy soils), this suggests a 10-15m thick unsaturated zone - Porous media flow: The lag is consistent with matrix flow through intergranular pore spaces, not rapid fracture flow (which would show <1 week lag) - Natural filtration: This travel time provides opportunity for natural attenuation of contaminants through sorption, biodegradation, and filtration

Validation: The observed lag should match the depth to water table divided by estimated infiltration velocity from soil hydraulic properties.

Thermal lag analysis: - Air temperature to groundwater lag: 4-6 weeks - Represents vadose zone travel time - Consistent with 10-15m unsaturated zone thickness - Infiltration rate: 2-3 m/week

Seasonal amplitude attenuation: - Air temperature: ±15°C seasonal swing - Shallow GW (5m): ±5°C (67% attenuation) - Deep GW (50m): ±0.5°C (97% attenuation)

Implication: Temperature damping reveals effective residence time

Figure 28.2: Seasonal Temperature Patterns: Comparison of air temperature vs groundwater temperature showing amplitude attenuation and phase lag in the aquifer response

=== Seasonal Amplitude Analysis ===
Air temperature amplitude: 38.5°C
Groundwater temperature amplitude: 0.0°C
Attenuation: 100.0%
Air peak: Jul, Water peak: Jan
Phase lag: 6 months

28.4.5 Flow Path Classification

Fast flow wells (Δ<1°C seasonal): - 17% of wells - Fracture flow or karst conduits - Direct surface connection - High vulnerability to contamination

Slow flow wells (Δ>3°C seasonal): - 21% of wells - Matrix flow through pore spaces - Filtered through soil/rock - Low contamination risk

Intermediate (Δ=1-3°C): - 62% of wells - Mixed flow paths - Moderate protection

28.4.6 Anomalous Thermal Zones

3 regions with elevated baseflow temperatures: - Mean temperature: 2-4°C above regional average - Interpretation: Deep upwelling from confined aquifer - Location: Likely along structural features (faults, anticlines) - Significance: Indicates regional discharge areas

Management implication: These zones are natural discharge points - protect from pumping to maintain ecological flows

Figure 28.3: Thermal Lag Analysis: Cross-correlation analysis between air temperature and groundwater temperature reveals system response time and aquifer properties

=== Thermal Lag Analysis Results ===
Peak correlation lag: 152 days (21.7 weeks)
Peak correlation coefficient: 0.123

Thermal Regime Classification:
  Stable: 15 wells (93.8%)
  Moderate: 1 wells (6.2%)
  Variable: 0 wells (0.0%)

Physical Interpretation:
  - Lag of 152 days indicates vadose zone travel time
  - Estimated unsaturated zone thickness: 22.8-38.0m
  - Infiltration rate: 1.4-2.1 m/week

28.5 Residence Time Estimates

NoteUnderstanding Thermal Damping for Residence Time Estimation

What Is It?

Thermal damping is the progressive reduction in seasonal temperature amplitude as groundwater travels deeper and farther from the recharge area. This phenomenon, described by heat transport equations (Stallman 1965, Suzuki 1960), provides a natural “clock” for estimating how long water has been underground—its residence time.

Historical context: In the 1960s, scientists realized that temperature could be a free, conservative tracer (unlike chemicals that degrade or sorb). The seasonal temperature signal acts like a “stamp” on recharging water, and watching that stamp fade reveals travel time and flow paths.

Why Does It Matter?

Residence time estimation informs:

  1. Aquifer vulnerability: Short residence time (weeks) = rapid contamination risk; long residence time (decades) = protected supply
  2. Sustainable yield: Young water = recent recharge; old water = mining prehistoric reserves
  3. Contamination remediation: How long until contaminated water flushes through?
  4. Aquifer architecture: Residence time patterns reveal flow paths and mixing zones

How Does It Work?

Damping equation (analytical solution for 1D vertical flow):

\[ \frac{A(z)}{A_0} = e^{-z \sqrt{\frac{\omega}{2\alpha}}} \]

Where: - \(A(z)\) = temperature amplitude at depth z - \(A_0\) = surface amplitude (typically 10-15°C for annual cycle) - \(\omega\) = angular frequency (2π/365 days for annual cycle) - \(\alpha\) = thermal diffusivity of aquifer (typically 0.1-0.5 m²/day)

What Will You See?

The residence time categories below show estimated water ages for wells grouped by thermal regime.

How to Interpret:

Seasonal Amplitude Damping Estimated Residence Time Physical System
> 3°C Low (< 70%) 0.5-2 years Shallow unconfined, direct recharge
1-3°C Moderate (70-90%) 2-5 years Semi-confined, mixed sources
0.5-1°C High (90-95%) 5-10 years Confined, long flowpaths
< 0.5°C Very high (> 95%) 10-50 years Deep regional aquifer

Validation approaches:

  • Tritium (³H): Bomb-pulse tracer, dates water since 1950s (0-70 years)
  • CFCs/SF₆: Industrial tracers, dates water 1940s-2000s (0-80 years)
  • ¹⁴C: Radiocarbon, dates water 1,000-30,000 years old

Key insight: Thermal ages should match geochemical ages within ~30% for shallow systems.

From thermal damping:

Stable regime wells (seasonal Δ<0.5°C):

  • Estimated residence time: 5-15 years
  • Well-mixed confined aquifer
  • Long flow paths

Variable regime wells (seasonal Δ>3°C):

  • Estimated residence time: 0.5-2 years
  • Rapid recharge and discharge
  • Short flow paths

Moderate regime wells (seasonal Δ=1-2°C):

  • Estimated residence time: 2-5 years
  • Semi-confined or mixed sources

Validation: Compare with geochemical tracers (tritium, CFCs, SF₆)

28.6 Recharge Mechanism Inference

Focused recharge (17% of wells): - Fast thermal response - Preferential pathways (fractures, macropores) - High spatial variability

Diffuse recharge (62% of wells): - Slow thermal response - Matrix flow through soil/rock - Spatially uniform

Mixed (21% of wells): - Intermediate thermal response - Combination of focused and diffuse

Management implication: Focused recharge zones are hotspots for both water and contaminants - priority monitoring

28.7 Implications for Management

28.7.1 1. Thermal Monitoring Network

Optimal wells for thermal monitoring: - Variable regime (21%) = rapid response indicators - Stable regime (30%) = long-term storage indicators - Need both types for comprehensive system understanding

Sampling frequency: - Variable wells: Monthly (capture seasonal dynamics) - Stable wells: Quarterly (slow changes)

28.7.2 2. Managed Aquifer Recharge

Optimal locations: - Variable regime wells (fast infiltration) - High-K zones identified by rapid thermal response - Winter recharge preferred (low ET, cooler temps reduce biological clogging)

Avoid: - Stable regime wells (slow infiltration, localized mounding)

28.7.3 3. Contaminant Transport

High vulnerability zones: - Fast flow paths (Δ<1°C seasonal) - 4-6 week travel time to water table - Limited natural attenuation

Low vulnerability zones: - Slow flow paths (Δ>3°C seasonal) - Multi-year travel time - Extensive natural attenuation

28.7.4 4. Aquifer Architecture

Multi-layer system confirmed: - Thermal stratification (0.8°C per 10m) - Three distinct thermal regimes - Limited vertical mixing

Conceptual model: - Shallow unconfined (Variable regime, 0-30m) - Semi-confined transition (Moderate regime, 30-60m) - Deep confined (Stable regime, >60m)

28.8 Summary

Thermal response analysis reveals:

182 wells with thermal data (51% of network, 14.8-year record)

Three thermal regimes (Stable 30%, Moderate 49%, Variable 21%)

Thermal stratification (0.8°C per 10m, minimal vertical mixing)

4-6 week recharge lag (thermal signature of vadose zone travel)

Focused recharge pathways (17% of wells, fast thermal response)

Residence time estimates (0.5-15 years from thermal damping)

⚠️ Anomalous upwelling zones (3 regions, natural discharge areas)

⚠️ Multi-layer system (three distinct thermal behaviors)

Key Insight: Temperature data exploits an unused dimension in groundwater monitoring. Thermal patterns reveal flow path architecture, recharge mechanisms, and residence times that are invisible to hydraulic head analysis alone. This enables refined conceptual models and targeted management interventions.

Novel Contribution: Most groundwater studies ignore temperature. This work demonstrates systematic thermal analysis revealing aquifer structure and dynamics unavailable from potentiometric data.


28.9 Reflection Questions

  • When you classify wells by thermal regime, how would you combine that information with hydraulic and chemical data to prioritize sites for managed recharge or protection?
  • How would you explain to a non-technical audience why a small seasonal temperature swing at depth can still carry important information about residence time and confinement?
  • If a well shows a surprisingly fast thermal response but slow hydraulic response, what hypotheses would you consider about flow paths or well construction?
  • What additional measurements (for example, multi-depth temperature profiles, geochemistry, or geophysics) would most strengthen your interpretation of thermal fingerprints in this aquifer?