Metadata-Version: 1.1
Name: flopy
Version: 3.2.12
Summary: FloPy is a Python package to create, run, and post-process MODFLOW-based models.
Home-page: https://github.com/modflowpy/flopy/
Author: Mark Bakker, Vincent Post, Christian D. Langevin, Joseph D. Hughes, Jeremy T. White, Andrew T. Leaf, Scott R. Paulinski, Joshua D. Larsen, Michael W. Toews, Eric D. Morway, Jason C. Bellino, Jeffrey Starn, and Michael N. Fienen
Author-email: mark.bakker@tudelft.nl, Vincent.Post@bgr.de, langevin@usgs.gov, jdhughes@usgs.gov, j.white@gns.cri.nz, aleaf@usgs.gov, spaulinski@usgs.gov, jlarsen@usgs.gov,M.Toews@gns.cri.nz, emorway@usgs.gov, jbellino@usgs.gov, jjstarn@usgs.gov, mnfienen@usgs.gov
License: CC0
Description: Introduction
        ------------
        
        FloPy includes support for MODFLOW 6, MODFLOW-2005, MODFLOW-NWT,
        MODFLOW-USG, and MODFLOW-2000. Other supported MODFLOW-based models
        include MODPATH (version 6 and 7), MT3DMS, MT3D-USGS, and SEAWAT.
        
        For general modeling issues, please consult a modeling forum, such as
        the `MODFLOW Users
        Group <https://groups.google.com/forum/#!forum/modflow>`__. Other
        MODFLOW resources are listed in the `MODFLOW
        Resources <https://github.com/modflowpy/flopy#modflow-resources>`__
        section.
        
        Contributing
        ------------
        
        Bug reports, code contributions, or improvements to the documentation
        are welcome from the community. Prior to contributing, please read up on
        our guidelines for `contributing <CONTRIBUTING.md>`__ and then check out
        one of our issues in the `hotlist:
        community-help <https://github.com/modflowpy/flopy/labels/hotlist%3A%20community%20help>`__.
        
        Documentation
        -------------
        
        FloPy code documentation is available at
        http://modflowpy.github.io/flopydoc/
        
        How to Cite
        -----------
        
        *Citation for FloPy:*
        
        `Bakker, M., Post, V., Langevin, C. D., Hughes, J. D., White, J. T.,
        Starn, J. J. and Fienen, M. N., 2016, Scripting MODFLOW Model
        Development Using Python and FloPy: Groundwater, v. 54, p. 733–739,
        doi:10.1111/gwat.12413. <http://dx.doi.org/10.1111/gwat.12413>`__
        
        *Software/Code citation for FloPy:*
        
        `Bakker, M., Post, V., Langevin, C.D., Hughes, J.D., White, J.T., Starn,
        J.J., and Fienen, M.N., 2019, FloPy v3.2.12: U.S. Geological Survey
        Software Release, 31 May 2019,
        http://dx.doi.org/10.5066/F7BK19FH <http://dx.doi.org/10.5066/F7BK19FH>`__
        
        Disclaimer
        ----------
        
        This software has been approved for release by the U.S. Geological
        Survey (USGS). Although the software has been subjected to rigorous
        review, the USGS reserves the right to update the software as needed
        pursuant to further analysis and review. No warranty, expressed or
        implied, is made by the USGS or the U.S. Government as to the
        functionality of the software and related material nor shall the fact of
        release constitute any such warranty. Furthermore, the software is
        released on condition that neither the USGS nor the U.S. Government
        shall be held liable for any damages resulting from its authorized or
        unauthorized use.
        
        Installation
        ------------
        
        To install FloPy version 3.2.12:
        
        ::
        
           pip install flopy
        
        To update to FloPy version 3.2.12:
        
        ::
        
           pip install flopy --upgrade
        
Platform: Windows
Platform: Mac OS-X
Platform: Linux
Classifier: Topic :: Scientific/Engineering :: Hydrology
