/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lake-warming-attribution-meteorology-driver-classification - After installation, invoke the skill by name or use
/lake-warming-attribution-meteorology-driver-classification - Provide required inputs per the skill's parameter spec and get structured output
What is meteorology-driver-classification?
Classify environmental and meteorological variables into driver categories for attribution analysis. Use when you need to group multiple variables into meani... It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install meteorology-driver-classification?
Run "/install lake-warming-attribution-meteorology-driver-classification" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is meteorology-driver-classification free?
Yes, meteorology-driver-classification is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does meteorology-driver-classification support?
meteorology-driver-classification is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created meteorology-driver-classification?
It is built and maintained by wu-uk (@wu-uk); the current version is v0.1.0.