What problem does it solve? Running the CRHM cold-regions hydrological model correctly requires deep operational knowledge: HRU delineation, .obs/.prj file formats, module-chain selection, unit conversions, and silent failure modes that produce plausible-looking but wrong results. This Skill packages that expertise so an AI agent can build, execute, validate, and calibrate real CRHM simulations without substituting approximations. ## Core Features & Use Cases - Six-stage pipeline: HRU basin setup from DEM/land cover, forcing conversion to .obs format, landscape-aware module-chain selection, .prj generation with physically derived parameters, execution with output parsing/plotting, and VIC coupling. - Silent-error defense: 34 diagnostic triplets map symptoms to remedies for known traps such as specific-humidity-vs-RH misinterpretation, silent parameter clamping, and Shared-vs-module parameter scoping. - Calibration contract: A pinned, fail-closed calibration runner (calib_run.py) scores basinflow_s against HYDAT observations with NSE/KGE/PBIAS over a 26-parameter literature-cited pool. - Use Case: Simulate discharge for a mountain basin by converting NASA POWER forcing to .obs, auto-detecting the mountain module chain, deriving parameters from HWSD soil data, running the CRHM binary, and validating NSE against a HYDAT gauge. ## Quick Start Ask the agent to run the preflight check and then execute the CRHM quick-start pipeline for your basin, from HRU creation through validation and plotting.