Run3 glm config optimization
Manage and calibrate General Lake Model (GLM) configuration files (glm3.nml) within specified parameter constraints and physical ranges.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run3_glm-config-optimizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 258 tokens by cl100k_base, as published. Nobody here has run it
- Parameter Constraints: Only modify the permitted calibration parameters:
Kw,coef_mix_hyp,wind_factor,lw_factor, andch. Do not altersw_factor,cd,ce, or initialization profiles (the_depths,the_temps,the_sals). - Range Validation: Ensure all final values remain within the published calibration ranges:
Kw: [0.1, 0.5]coef_mix_hyp: [0.3, 0.7]wind_factor: [0.7, 1.3]lw_factor: [0.7, 1.3]ch: [0.0005, 0.002]
- Setup Verification: Ensure the
&glm_setupsection correctly defines the simulation period (e.g.,2009-01-01to2015-12-30) to align with required output timestamps. - Consistency: Verify that
the_depthsin&init_profilesare correctly interpreted as distance from the surface (depth) while the model internal coordinates (z) are height from the bottom.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.