iMOD Python toolbox - iMOD
iMOD Python
iMOD Python package
The iMOD Python package is designed to help you in your MODFLOW groundwater modeling efforts. It makes it easy to go from your raw data to a fully defined MODFLOW model, with the aim to make this process reproducable. Whether you want to build a simple 2D conceptual model, or a complex 3D regional model with millions of cells, imod-python scales automatically by making use of dask.
By building on top of popular Python packages like xarray, pandas, rasterio and geopandas, a lot of functionality comes for free.
Currently we support the creation of the following MODFLOW-based models:
- USGS MODFLOW 6 (imod.mf6 - Create Modflow 6 model), structured grids only, and no advanced stress packages yet (LAK, MAW, SFR, UZF)
- iMODFLOW (imod.flow - Create iMODFLOW model)
- iMOD-WQ (imod.wq - Create Water Quality model), which integrates SEAWAT (density-dependent groundwater flow) and MT3DMS (multi-species reactive transport calculations)
Visit iMOD Python at the iMOD Gitlab page for more information on:
-
Installation of iMOD Python
-
Example scripts e.g. modelling a freshwater lens
-
User Guide on different topics:
-
Data structures
-
Geographic coordinates
-
Regridding
-
Indexing
-
Model
-
Post processing
-