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%
Write a Python script that creates a simple MODFLOW 6 groundwater flow simulation and writes all necessary input files to disk. The simulation should represent a basic confined aquifer with specified boundary conditions.
The script should:
model_workspaceWhen executed, the script should create a model_workspace directory containing all MODFLOW 6 input files, including:
model_workspace directory @test@generates
def create_and_write_model() -> None:
"""Create a MODFLOW 6 simulation with specified parameters and write all files to disk"""
...Provides MODFLOW model creation and file writing capabilities.
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