https://github.com/kwb-r/maxflow
Modflow Groundwater Modelling for RWE Using Flopy (https://water.usgs.gov/ogw/flopy/)
https://github.com/kwb-r/maxflow
flopy groundwater-modelling modelling modflow project-rwe python r-script
Last synced: 29 days ago
JSON representation
Modflow Groundwater Modelling for RWE Using Flopy (https://water.usgs.gov/ogw/flopy/)
- Host: GitHub
- URL: https://github.com/kwb-r/maxflow
- Owner: KWB-R
- License: mit
- Created: 2019-01-23T14:46:36.000Z (over 7 years ago)
- Default Branch: code_refactoring
- Last Pushed: 2019-01-23T14:48:56.000Z (over 7 years ago)
- Last Synced: 2025-05-16T10:11:20.453Z (about 1 year ago)
- Topics: flopy, groundwater-modelling, modelling, modflow, project-rwe, python, r-script
- Language: R
- Homepage:
- Size: 19.9 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maxflow
##Requirements
- Installation of Flopy release 3.2.5 and
- Manual replacement of **"mfmnw2.py"** file (stored under:
**"YOURPYTHONPATH\\Lib\\site-packages\\flopy\\modflow"**) with the following one: [https://github.com/modflowpy/flopy/blob/383438122fdb97623e9666fb11c8d9b84c9563d2/flopy/modflow/mfmnw2.py](https://github.com/modflowpy/flopy/blob/383438122fdb97623e9666fb11c8d9b84c9563d2/flopy/modflow/mfmnw2.py)).
***If the second step is not performed Flopy will not be able to write the
"wellfield.mnw2" file and the modelling will not be possible !!!***