用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill run2-glm-config命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | run2_glm-config |
| description | Advanced GLM configuration and calibration strategies for vertical temperature profiles. |
The General Lake Model (GLM) performance depends on several key parameters that govern energy balance and mixing.
Kw keeps deep layers cooler and surface layers warmer. Range: [0.1, 0.5].[0.7, 1.3].[0.7, 1.3].[0.0005, 0.002].[0.3, 0.7].lw_factor and ch to align the overall temperature magnitude.Kw and wind_factor to match the thermocline depth and surface temperatures.coef_mix_hyp to match deep water temperatures during summer.Example sed command for precise replacement:
sed -i 's/\bKw\s*=\s*[0-9.e+-]*/Kw = 0.4/' glm3.nml
Or use Python regex for more complex cases.