geothermal well & earthquake analysis

numerical modelling of geothermal and seismic activity in python

A set of Python tools for studying geothermal well behaviour and seismic activity using numerical methods.

what it covers

  • ODE solvers for modelling the physical systems behind geothermal well dynamics.
  • Signal processing applied to seismic data to characterise earthquake activity.
  • Statistical modelling to fit and interpret the results against real-world measurements.

why it mattered

This was where I got comfortable applying numerical methods and computational techniques to genuine scientific problems, rather than textbook ones — choosing the right solver, reasoning about stability and error, and validating models against messy real data.