What problem does it solve? Running the DayCent ecosystem model correctly requires deep operational knowledge: fixed-format Century-100 input files, cm/day weather units, a three-stage equilibrium-to-treatment spin-up protocol, and binary output extraction. This Skill packages that expertise so an AI agent can execute real DayCent simulations, validate inputs, and recover from known failure modes without fabricating results. ## Core Features & Use Cases - End-to-end simulation pipeline: Converts CMFD/MSWX/NASA-POWER/FLUXNET forcing into DayCent .wth weather files, builds 13-layer soils.in profiles from HWSD + ROSETTA, runs the equilibrium → base history → treatment chain, and parses .lis/summary.out outputs into tidy CSVs. - Diagnostic recovery: 27 symptom-diagnosis-remedy triplets in diagnostics/triplets.yaml cover known failures such as mm-vs-cm precipitation errors, Kelvin temperatures, and missing site files. - Validation against observations: Maps DayCent outputs (cprodc, NEE, somsc, N2O) to FLUXNET variables with correct sign conventions and cited performance bands. - Use Case: Validate DayCent daily GPP against a FLUXNET2015 tower by converting the site's FULLSET_DD.csv to a .wth file, adapting the Wooster template, running the three-stage protocol, and comparing cprodc against GPP_NT_VUT_REF. ## Quick Start Run python preflight_check.py in this directory, then ask the agent to execute the Wooster quick-start example with run_daycent.py and extract daily cprodc from summary.out.