FloPy is a Python package to create, run, and post-process MODFLOW-based models
Agent Success
Agent success rate when using this tile
66%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.14x
Baseline
Agent success rate without this tile
58%
Implement a groundwater transport simulation to model the movement of a contaminant through an aquifer. The simulation should track how a contaminant plume spreads from a continuous source over time.
Create a simple 2D transport model with the following specifications:
Apply a constant concentration boundary representing a contamination source:
For this simplified model, assume a uniform groundwater velocity of 0.1 m/day flowing from left to right (west to east).
Your implementation should create all necessary input files in a workspace directory. The model should be configured to track concentration over time as the plume migrates downgradient.
@test
Input: Read the created spatial discretization configuration
Expected Output:
@test
Input: Read the temporal discretization configuration
Expected Output:
@test
Input: Read the constant concentration boundary data
Expected Output:
Python package for creating MODFLOW-based groundwater models. Use this to build the groundwater transport simulation.
tessl i tessl/pypi-flopy@3.9.0docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10