/install lake-warming-attribution-meteorology-driver-classification
Driver Classification Guide
Overview
When analyzing what drives changes in an environmental system, it is useful to group individual variables into broader categories based on their physical meaning.
Common Driver Categories
Heat
Variables related to thermal energy and radiation:
- Air temperature
- Shortwave radiation
- Longwave radiation
- Net radiation (shortwave + longwave)
- Surface temperature
- Humidity
- Cloud cover
Flow
Variables related to water movement:
- Precipitation
- Inflow
- Outflow
- Streamflow
- Evaporation
- Runoff
- Groundwater flux
Wind
Variables related to atmospheric circulation:
- Wind speed
- Wind direction
- Gust speed
- Atmospheric pressure
Human
Variables related to anthropogenic activities:
- Developed area
- Agriculture area
- Impervious surface
- Population density
- Industrial output
- Land use change rate
Derived Variables
Sometimes raw variables need to be combined before analysis:
# Combine radiation components into net radiation
df['NetRadiation'] = df['Longwave'] + df['Shortwave']
Grouping Strategy
- Identify all available variables in your dataset
- Assign each variable to a category based on physical meaning
- Create derived variables if needed
- Variables in the same category should be correlated
Validation
After statistical grouping, verify that:
- Variables load on expected components
- Groupings make physical sense
- Categories are mutually exclusive
Best Practices
- Use domain knowledge to define categories
- Combine related sub-variables before analysis
- Keep number of categories manageable (3-5 typically)
- Document your classification decisions
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lake-warming-attribution-meteorology-driver-classification - 安装完成后,直接呼叫该 Skill 的名称或使用
/lake-warming-attribution-meteorology-driver-classification触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
meteorology-driver-classification 是什么?
Classify environmental and meteorological variables into driver categories for attribution analysis. Use when you need to group multiple variables into meani... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 meteorology-driver-classification?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lake-warming-attribution-meteorology-driver-classification」即可一键安装,无需额外配置。
meteorology-driver-classification 是免费的吗?
是的,meteorology-driver-classification 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
meteorology-driver-classification 支持哪些平台?
meteorology-driver-classification 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 meteorology-driver-classification?
由 wu-uk(@wu-uk)开发并维护,当前版本 v0.1.0。