MODFLOW 6 Knowledge Infrastructure — Agent Entry Point

Build and run MODFLOW 6 models with VIC recharge and CaMa-Flood coupling.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation --skill modflow-6-knowledge-infrastructure-agent-entry-point
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MODFLOW 6 Knowledge Infrastructure — Agent Entry Point
Source: https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation/tree/main/models/MODFLOW6
Command: npx skills add https://github.com/lzwei196/KISS---Knowledge-Infrastructure-for-Scientific-Simulation --skill modflow-6-knowledge-infrastructure-agent-entry-point

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flopy, numpy, xarray, geopandas, rasterio, shapely.

What problem does it solve?

This Skill enables autonomous construction and execution of MODFLOW 6 groundwater models, including integration with VIC recharge and CaMa-Flood river data, so AI agents can run basin-scale simulations without manual setup.

Core Features & Use Cases

  • End-to-end MODFLOW 6 workflow: grid creation, NPF/STO setup, boundary conditions, stress periods, solver, and execution.
  • Coupled hydrogeology data mapping: VIC deep percolation → RCH, CaMa-Flood stage → RIV, and baseflow routing to downstream models.
  • Validation and diagnostics: post-processing utilities for head, budget, and NetCDF export to enable coupling with other models.
  • Use cases: rapid scenario testing for groundwater basins, integration into HydroCraft pipelines, and reproducible KI-driven simulations.

Quick Start

Run a baseline MODFLOW 6 KI workflow on a test basin using the included docs to configure the grid, packages, and run the model.

Frequently Asked Questions about MODFLOW 6 Knowledge Infrastructure — Agent Entry Point

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a MODFLOW 6 groundwater model with VIC recharge and CaMa-Flood coupling?

You can build a coupled MODFLOW 6 groundwater model by mapping VIC deep percolation to RCH and CaMa-Flood stage to RIV, configuring grid discretization, NPF/STO, and boundary conditions through FloPy-based workflows.

Can I run autonomous basin-scale MODFLOW 6 simulations without manual setup?

Yes, you can run autonomous basin-scale MODFLOW 6 simulations by leveraging AI agents to handle end-to-end model construction, execution, and validation, eliminating manual configuration steps within HydroCraft pipelines.

What's the best way to configure MODFLOW 6 boundary conditions and the IMS solver in FloPy?

The best way to configure MODFLOW 6 boundary conditions and the IMS solver in FloPy is through an end-to-end workflow that sets up grid discretization, stress periods, and solver parameters for execution and downstream hydrology couplings.

Does this workflow support exporting MODFLOW 6 head and budget outputs to NetCDF?

Yes, this workflow supports exporting MODFLOW 6 head and budget outputs to NetCDF, providing validation and post-processing diagnostics that enable coupling with other downstream hydrological models.

How do I map VIC deep percolation to RCH and CaMa-Flood stage to RIV in MODFLOW 6?

You map VIC deep percolation to RCH and CaMa-Flood stage to RIV by applying integrated hydrogeology data mapping during model construction, routing baseflow to downstream models within FloPy workflows.