Skip to content

Brabantmodel implementation in Modflow 6 using flopy

License

Notifications You must be signed in to change notification settings

tomvansteijn/mf6brabant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mf6brabant

Steady-state Brabantmodel implementation in Modflow 6 using flopy.

contents

  • bin: destination folder for the Modflow 6 executables from USGS.
  • data: Steady-state datasets of the Brabantmodel dated December 2018. Array data is stored in GeoTiff format. List data is stored in CSV files.
  • mf6brabant: Python package for creating Brabantmodel in Modflow 6 (work in progress).
  • notebooks: Jupyter notebooks with various implementations of the Brabantmodel in Modflow 6. The recommended version is run_mf6_using_external_files.ipynb.

usage

Git clone to create a local copy of data, scripts and notebooks. Download Modflow 6 executables from USGS and put them in the folder named bin. Run the notebooks using jupyter:

jupyter notebook <name of the notebook>.ipynb

Note: Installation of git lfs (large file storage) is required for successfully downloading the datafiles from github.

Written for Python 3. Required packages:

  • numpy
  • scipy
  • pandas
  • rasterio
  • flopy
  • jupyter to run the notebooks

Example output

Alt text Alt text

About

Brabantmodel implementation in Modflow 6 using flopy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages