A set of Jupyter Notebooks for teaching well testing, hydrology, reservoir engineering and numerical methods.
Ensure you have Anaconda Python 3.X installed. Then
- Clone the repo
git clone https://github.com/ddempsey/ucnz
- CD into the repo and create a conda environment
cd ucnz
conda env create -f environment.yml
conda activate ucnz
- Add the conda environment so it is accessible from the Jupyter Notebook
python -m ipykernel install --user --name=ucnz
If you are a local user, open a Jupyter Notebook server from the terminal
jupyter notebook
In the local server, or via the binder link, open a notebook. In the local server, select the ucnz
environment in Kernel > Change kernel
.
Run the notebook cells.
A document has been included in the repository with questions to test your understanding of the pumping test concepts.
David Dempsey (Department of Civil and Natural Resource Engineering, University of Canterbury)