Skip to content

Steady-state Modflow 6 groundwater model for Groningen area

License

Notifications You must be signed in to change notification settings

tomvansteijn/mf6groningen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mf6groningen

Steady-state groundwater model implementation in Modflow 6 using flopy.

contents

  • bin: destination folder for the Modflow 6 executables from USGS.
  • data: Steady-state datasets of the groundwater model. Array data is stored in GeoTiff format. List data is stored in CSV files.
  • notebooks: Jupyter notebooks with various implementations of the model in Modflow 6.

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

Phreatic levels layer 1 Alt text

Head difference layer 1 and layer 5 Alt text

About

Steady-state Modflow 6 groundwater model for Groningen area

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published