Skip to content

Tutorials and resources for GS 260 Uncertainty Quantification in Subsurface Systems

Notifications You must be signed in to change notification settings

sdyinzhen/GS260_resources

Repository files navigation

GS260_resources

Tutorials and resources for GS 260 Uncertainty Quantification in Subsurface Systems

Installation instructions for MODFLOW tutorial

The MODFLOW and FloPY tutorial requires installation of MODFLOW-2005, Python 2.7 with scientific packages, and FloPy

Windows:

  1. Download the MODFLOW-2005 compiled executable and add its location to your environment variables path. MODFLOW Download

  2. Install Python 2.7 with scientific packages (numpy, scipy, pandas, matplotlib). Anaconda Python distribution

  3. Install FloPy FloPy

    • In a command window, enter: pip install flopy

Mac:

  1. Download MODFLOW-2005 unix source code MODFLOW Download

  2. Unzip the file, access the subfolder 'MF2005.1_12u/make' via the terminal. Enter the command make

  3. Install scientific packages (numpy, pandas, matplotlib). Via the terminal, enter the following commands:

    • pip install numpy
    • pip install pandas
    • pip install matplotlib
  4. Install FloPy FloPy

    • pip install flopy

About

Tutorials and resources for GS 260 Uncertainty Quantification in Subsurface Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published