08 Groundwater Modeling

08-06 Coupled Models

Saturated-unsaturated zone; discrete-continuum models.

Contents

Index Description
08-06-001 CFP - response to discharge event

08-06-001CFP - response to discharge event

Type: Jupyter Notebook Time: 15–30 minutes
CFP - response to discharge event

Figure 1: The computed spring discharge (Screenshot)

This Jupyter notebook demonstrates a simple MODFLOW-CFP (CFPy) model setup (after Birk, 2002) to analyze a karst conduit system’s transient response to a short discharge/recharge event. Using FloPy and CFPy, the notebook builds a 2D continuum grid with a 1D conduit network, applies steady-state initialization followed by a transient injection period and recovery phase, and runs the coupled flow simulation with the MODFLOW-CFP executable.

Three (or more) scenarios are computed by varying different model parameters. Results are postprocessed to extract conduit flow rates through time and compare how parameter changes affect the spring discharge response.

LAUNCH RESOURCE

Detail Value
URL github.com · open repository
Author(s) Thomas Reimann (TU Dresden); Steffen Birk (Universität Graz, Institut für Erdwissenschaften)
Keywords MODFLOW, CFP, FloPy, Karst, numerical model
Fit For self learning, classroom teaching, online teaching
Prerequisites Groundwater Modeling, MODFLOW, Basic Python