Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 2.04 KB

README.md

File metadata and controls

62 lines (36 loc) · 2.04 KB

University of Canterbury teaching notebooks

A set of Jupyter Notebooks for teaching well testing, hydrology, reservoir engineering and numerical methods.

Notebook index:

  1. Well tests Binder

  2. Well siting Binder

  3. Hydrology Binder

  4. Wairakei Lumped Parameter Model Binder

  5. ENCN304 Binder

  6. Model calibration Binder

  7. Model uncertainty Binder

Local Installation

Ensure you have Anaconda Python 3.X installed. Then

  1. Clone the repo
git clone https://github.com/ddempsey/ucnz
  1. CD into the repo and create a conda environment
cd ucnz

conda env create -f environment.yml

conda activate ucnz
  1. Add the conda environment so it is accessible from the Jupyter Notebook
python -m ipykernel install --user --name=ucnz

Use

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.

Author

David Dempsey (Department of Civil and Natural Resource Engineering, University of Canterbury)