A collection of useful functions written in the Python Programming Language. The library is primarily focused on groundwater modelling.
Currently the collection includes:
heat_transport: Heat transport equations to estimate the temperature at depth dependent on a groundwater flux value.hydro_funcs: Functions to calculate useful hydrological properties.signal: Functions for working with temperature time series.
git clone https://github.com/robinkeegan/heat
cd heat
python setup.py install