Metadata-Version: 1.0
Name: flopy
Version: 2.2.353
Summary: FloPy is a Python package to create, run, and post-process MODFLOW-based models.
Home-page: https://code.google.com/p/flopy/
Author: Mark Bakker, Vincent Post, Chris Langevin, Joe Hughes, Jeremy White, Alain Frances, and Jeffrey Starn
Author-email: mark.bakker@tudelft.nl, vincent.post@flinders.edu.au, langevin@usgs.gov, jdhughes@usgs.gov, jwhite@usgs.gov, frances.alain@gmail.com
License: New BSD
Description: Introduction
        -----------------------------------------------
        
                *FloPy* includes support for MODFLOW-2000, MODFLOW-2005, and MODFLOW-NWT. Other supported MODFLOW-based models include MODPATH (version 6), MT3D and SEAWAT.
        
        
        Installation
        -----------------------------------------------
        
                To install *FloPy* type:
        
                        ``pip install flopy``
        
                To update *FloPy* type:
        
                        ``pip install flopy --update``
        
                To uninstall *FloPy* type:
        
                        ``pip uninstall flopy``
        
        
        Documentation
        -----------------------------------------------
        
                Documentation for *FloPy* is a work in progress. *FloPy* code documentation is available at: 
        
                        `<https://flopy.googlecode.com/svn/sphinx/_build/html/index.html>`_
        
        
        Examples
        -----------------------------------------------
        
        
        MODFLOW Example
        ++++++++++++++++++++++++++++++++++
        
                A *FloPy* script to create a simple MODFLOW example (**Lake Example**) with a square domain and constant heads in the center of the domain, which represent a lake, is available at:
        
                        `<https://code.google.com/p/flopy/source/browse/examples/lake_example.html>`_
        
                A iPython Notebook for the **Lake Example** problem is also available at:
        
                                `<http://nbviewer.ipython.org/url/flopy.googlecode.com/svn/example_notebooks/lake_example.ipynb>`_
        
        
        SWI2 Test Problems
        ++++++++++++++++++++++++++++++++++
        
                A zip file containing *FloPy* scripts for running and post-processing the SWI2 Examples (examples 1 to 5) that are described in `Bakker et al. (2013) <http://pubs.usgs.gov/tm/6a46/>`_ is available at:
        
                        `<http://flopy.googlecode.com/svn/examples/SWI2ExampleProblems_flopy.zip>`_
        
                Note that examples 2 and 5 also include *FloPy* scripts for running and post-processing SEAWAT models.
        
        
        Tutorials
        -----------------------------------------------
        
                A few simple *FloPy* tutorials are available at:
        
                        `<https://flopy.googlecode.com/svn/sphinx/_build/html/tutorials.html>`_
        
        
        MODFLOW Resources
        -----------------------------------------------
        
                + `MODFLOW and Related Programs <http://water.usgs.gov/ogw/modflow/>`_
                + `Online guide for MODFLOW-2000 <http://water.usgs.gov/nrp/gwsoftware/modflow2000/Guide/index.html>`_
                + `Online guide for MODFLOW-2005 <http://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/>`_
                + `Online guide for MODFLOW-NWT <http://water.usgs.gov/ogw/modflow-nwt/MODFLOW-NWT-Guide/>`_',
        
Platform: Windows
Platform: Mac OS-X
