What problem does it solve? Setting up WRF-Hydro v5.2.0 in standalone mode normally requires WPS, ArcGIS, and manual IDL scripts, and silent failures (wrong D8 encoding, unit mismatches, inverted channel grids) produce invalid results that are hard to diagnose. This Skill replaces that workflow with a validated Python-only pipeline and encodes 46 diagnostic triplets from real basin runs so errors are matched to known remedies. ## Core Features & Use Cases - End-to-end domain construction: 17 tools build geo_em, wrfinput, Fulldom routing grids, soil properties, and groundwater files from DEM, AVHRR, and HWSD data on a Lambert Conformal Conic grid. - Multi-source forcing conversion: Adapters convert CMFD, MSWX, VIC, and NASA POWER data into hourly LDASIN NetCDF forcing with elevation and unit corrections. - Calibration and diagnostics: A parameter-sweep calibration tool (REFKDT, Manning's n, GW bucket coefficients) plus a triplet-based recovery system covering 8 failure domains. - Use Case: Simulate discharge for an ungauged basin anywhere globally — define the domain from a basin shapefile, pull NASA POWER forcing, run the MPI model, and extract outlet discharge from CHRTOUT, validated against cited NSE/PBIAS conventions. ## Quick Start Run the WRF-Hydro pipeline for my basin shapefile from 2000 to 2005 using CMFD forcing and extract the daily outlet discharge.