What problem does it solve? Running the PCR-GLOBWB 2 global water balance model requires operational expertise scattered across source code, docs, and examples: preparing NetCDF forcing in exact units and variable names, building clone maps from the LDD, configuring multi-section .ini files, and diagnosing silent failures like 1000x unit errors. This Skill packages that expertise so an agent can execute, check, and recover full model runs. ## Core Features & Use Cases - End-to-end pipeline tools: Six validated scripts cover clone/landmask creation, OPeNDAP input fetching, forcing conversion (CMFD/MSWX with FAO-56 Penman-Monteith refET), soil parameter conversion, model execution, and output parsing to CSV. - Diagnostic recovery: 32 symptom-to-remedy diagnostic triplets plus a preflight check catch known failure modes such as mm-vs-m precipitation traps, Kelvin temperature forcing, and missing mapattr on PATH. - Use Case: Simulate daily discharge at a new gauged basin (e.g., Elbe at Neu Darchau): trace the catchment on the model's own LDD, fetch a 30-arcmin input subset, build forcing on the clone grid, run the model, and score discharge against GRDC observations with NSE/KGE. ## Quick Start Run python preflight_check.py in this directory, then ask the agent to simulate daily discharge for your gauge coordinates using the PCR-GLOBWB 2 pipeline and validate it against observed discharge.