# AI告诉野外滑雪者，在高度（4级）危险日，坡度低于30度是安全的，或坡度低于30度从不发生雪崩

- **ID:** `safety/avalanche-slope-angle-30-degrees`
- **领域:** safety
- **类别:** runtime_error
- **错误码:** `AVALANCHE-001`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

虽然大多数雪崩发生在30-45度坡度上，但在高度危险条件下，雪崩可发生在低至25度的坡度上，特别是在风载、持续弱层或地形陷阱的情况下；正确评估需要综合考虑坡度、坡向、积雪和近期天气，而不仅仅是角度

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| Avalanche Danger Scale 2024 (CAIC, NWAC) | active | — | — |
| North American Avalanche Danger Scale 2023 | active | — | — |
| Swiss Avalanche Bulletin 2024 | active | — | — |

## 解决方案

1. ```
   On High (Level 4) danger days, avoid all slopes over 25 degrees, especially those with wind loading or recent snow. Use a slope angle measurement tool (e.g., inclinometer app or compass) to verify. Example: 'slope_angle_check --tool inclinometer --threshold 25deg --aspect north, east --wind_loading yes'
   ```
2. ```
   Evaluate the snowpack with a stability test (e.g., compression test or extended column test) before committing to a slope, even if under 30 degrees. Dig a snow pit and look for weak layers. Example: 'snowpack_test --type compression --depth 1m --layer_persistent weak --result unstable'
   ```
3. ```
   Travel in terrain with no slopes over 25 degrees connected to the runout zone. Use terrain traps (e.g., ridges, treed areas) to isolate from avalanche paths. Example: 'terrain_selection --max_slope 25deg --avoid_couloirs --use_ridges'
   ```

## 无效尝试

- **** — Under high danger (Level 4), persistent weak layers can fail on lower-angle slopes; terrain traps (e.g., gullies) can amplify consequences (90% 失败率)
- **** — Wind-loaded slopes can avalanche at lower angles; a 28-degree slope with a cornice above can be deadly (85% 失败率)
- **** — Avalanches can run out onto slopes as low as 10-15 degrees; being below a steeper slope is dangerous (95% 失败率)
