flopy
FloPy is a Python package to create, run, and post-process MODFLOW-based models.
FloPy is a Python package to create, run, and post-process MODFLOW-based models.
To install this package, run one of the following:
FloPy3 includes support for MODFLOW-2000, MODFLOW-2005, and MODFLOW-NWT. Other supported MODFLOW-based models include MODPATH (version 6), MT3D and SEAWAT.
FloPy3 is significantly different from FloPy2 (hosted on googlecode). The main changes are:
Dependencies:
FloPy3 requires NumPy 1.9 (or higher)
For base Python distributions:
To install FloPy3 type:
pip install flopy
To update FloPy3 type:
pip install flopy --upgrade
To uninstall FloPy3 type:
pip uninstall flopy
For Anaconda distributions (osx-64 and win-64):
To install or update FloPy3 with conda run:
conda install -c https://conda.binstar.org/jdhughes flopy
To uninstall FloPy3 type:
conda remove flopy
Development versions of FloPy3:
To install the bleeding edge version of FloPy3 from the git repository type:
pip install git+https://github.com/modflowpy/flopy.git
To update your version of FloPy3 with the bleeding edge code from the git repository type:
pip install git+https://github.com/modflowpy/flopy.git --upgrade
Documentation for FloPy3 is a work in progress. FloPy3 code documentation is available at:
The following IPython Notebooks contain example FloPy scripts for a variety of models and FloPy features
A zip file containing FloPy3 scripts for running and post-processing the SWI2 Examples (examples 1 to 5) that are described in Bakker et al. (2013) is available at:
Note that examples 2 and 5 also include FloPy3 scripts for running and post-processing SEAWAT models.
A few simple FloPy3 tutorials are available at:
Summary
FloPy is a Python package to create, run, and post-process MODFLOW-based models.
Last Updated
Feb 15, 2015 at 22:37
License
New BSD
Supported Platforms