Tutorials and resources for GS 260 Uncertainty Quantification in Subsurface Systems
The MODFLOW and FloPY tutorial requires installation of MODFLOW-2005, Python 2.7 with scientific packages, and FloPy
-
Download the MODFLOW-2005 compiled executable and add its location to your environment variables path. MODFLOW Download
-
Install Python 2.7 with scientific packages (numpy, scipy, pandas, matplotlib). Anaconda Python distribution
-
Install FloPy FloPy
- In a command window, enter: pip install flopy
-
Download MODFLOW-2005 unix source code MODFLOW Download
-
Unzip the file, access the subfolder 'MF2005.1_12u/make' via the terminal. Enter the command make
-
Install scientific packages (numpy, pandas, matplotlib). Via the terminal, enter the following commands:
- pip install numpy
- pip install pandas
- pip install matplotlib
-
Install FloPy FloPy
- pip install flopy