What problem does it solve? Running the APEX (Agricultural Policy/Environmental eXtender) model requires deep operational expertise: dozens of fixed-width Fortran input files, strict unit conventions, version-specific operation codes, and silent failure modes. This Skill externalizes that expertise so an AI agent can reliably configure, execute, and validate APEX0806 crop, hydrology, and water-quality simulations without hand-editing fragile input decks. ## Core Features & Use Cases - Ten-stage pipeline tools: workspace setup from a validated template, CMFD/MSWX/NASA POWER weather conversion to .DLY/.WP1/.WND, HWSD soil conversion to .SOL, site/control editing, Wine-based binary execution, and output parsing to CSV. - Diagnostic recovery: 24 symptom-diagnosis-remedy triplets plus the official XLSM format specification for every APEX input file, enabling systematic debugging instead of guesswork. - Validation support: dag.yaml defines observable outputs (YLDG yield, ET, WYLD, sediment, N/P losses) with units, observability shapes, and scoring conventions including detrending for regional aggregate comparisons. - Use Case: Simulate corn yield at a new location (e.g., Bengbu, China) by building CMFD forcing, HWSD soil, and a 25-year spin-up, then score simulated YLDG against FAOSTAT or GDHY observations. ## Quick Start Ask the agent to run the APEX preflight check and then execute the bundled Riesel TX example workspace, parsing the annual output into a CSV results file.