agentsclimarketplace

Run3 glm metric validator

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3-flash-preview/temperature-simulation/run3_glm-metric-validator

Calculate specific RMSE metrics by merging simulation and observation data using exact datetime and rounded-depth matching.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_glm-metric-validator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.3 KB, 277 tokens by cl100k_base, as published. Nobody here has run it

  1. Data Preparation:

    • Load field observations from field_temp_oxy.csv.
    • Ensure observation datetime values are truncated or aligned to match the simulation's temporal resolution (e.g., setting minutes/seconds to zero if the simulation outputs daily/hourly values).
  2. Merge Logic:

    • Apply round().astype(int) to the depth values of both the simulation and observation datasets to ensure integer-based depth matching.
    • Perform an inner join on the datetime and rounded_depth columns. No interpolation or nearest-neighbor matching is permitted for the final evaluation.
  3. Metric Calculation:

    • Overall RMSE: Calculate the Root Mean Square Error for all matched pairs.
    • Annual Deep RMSE: Calculate RMSE for all matched pairs where rounded_depth $\ge 13$.
    • Summer Deep RMSE: Calculate RMSE for matched pairs where rounded_depth $\ge 13$ and the month is June, July, August, or September (6-9).
  4. Reporting:

    • Save the results to /root/metrics.json using the keys: overall_rmse, annual_deep_rmse, summer_deep_rmse, overall_n_pairs, annual_deep_n_pairs, and summer_deep_n_pairs.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.