Repository containing example jupyter
workflows illustrating the integration of different processes and programs with python
.
-
ex_sgsim_uncond_modflow
: Generates an unconditional Gaussian simulation withgeostatspy
to create a synthetic two-dimensional aquifer with heterogeneous hydraulic conductivity. Groundwater flow is simulated with MODFLOW 6 andflopy
, and the streamlines are calculated with MODPATH 7. This workflow allows to evaluate the impact of different geostatistics on the flow streamlines. -
ex_sgsim_uncond_modflow_rw
: Generates an unconditional Gaussian simulation withgeostatspy
to create a synthetic two-dimensional aquifer with heterogeneous hydraulic conductivity. Groundwater flow is steady, simulated with MODFLOW 6 andflopy
, and the streamlines are calculated with MODPATH 7. This workflow simulates the transport of an initial injection of a pollutant, solving solute transport with MODPATH-RW andflopyrw
. The workflow enables the interpretation of the influence of the geostatistics on the fate of a contaminant plume.