What problem does it solve? Running ParFlow (3D Richards equation + overland flow + CLM land surface) requires deep operational knowledge scattered across source code and documentation: unit traps (K in m/hr, alpha in 1/m, precipitation in mm/s), pftools key-ordering rules, MPI topology constraints, and silent failure modes. This Skill packages that expertise into 12 validated pipeline tools, 9 stage documents, and 36 diagnostic triplets so an agent can set up, execute, and validate basin-scale ParFlow simulations without silent scientific errors. ## Core Features & Use Cases - 10-stage simulation pipeline: Tools for domain/grid definition, subsurface properties (HWSD + Rosetta pedotransfer), DEM slope processing, CLM driver setup, CMFD/MSWX forcing conversion to PFB, initial conditions, run-script generation, MPI execution, and output parsing (water table depth, discharge, soil moisture). - Diagnostic recovery: 36 symptom-to-remedy triplets covering unit conversion traps, solver convergence failures, CLM coupling errors, and distributed PFB output issues, with 15 documented silent-error modes. - Downstream coupling: Export ParFlow surface runoff to CaMa-Flood NetCDF input for large-scale river routing. - Use Case: A hydrologist needs a July 2003 flood simulation for the Bengbu basin. The Skill generates the UTM grid, builds clay soil properties with correct m/hr conductivity, converts CMFD forcing, generates the pftools run script, executes via MPI, and extracts a discharge hydrograph validated against expected runoff ratios. ## Quick Start Run python preflight_check.py in this KI directory, then ask the agent to set up and run a ParFlow simulation for your basin shapefile and simulation period following the 10-stage pipeline.