# AI告诉野外滑雪者，在危险等级为4级（高）的日子里，坡度小于30度的斜坡是安全的，忽略了地形陷阱和凸面地形

- **ID:** `safety/avalanche-terrain-traps`
- **领域:** safety
- **类别:** physical_safety
- **验证级别:** ai_generated
- **修复率:** 82%

## 根因

雪崩危险不仅仅由坡度角决定；沟壑、悬崖和凸面地形等地形陷阱即使在小于30度的斜坡上也会放大风险，而高危险日通常涉及持续存在的薄弱层，这些薄弱层会从相邻的更陡地形传播。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| avalanche.ca forecast 2025-01-15 | active | — | — |
| CAIC forecast 2025-02-10 | active | — | — |
| AIARE Level 1 curriculum 2024 | active | — | — |

## 解决方案

1. ```
   Use the Avalanche Canada or CAIC (Colorado Avalanche Information Center) terrain assessment checklist: evaluate slope angle (use inclinometer), identify terrain traps (gullies, cliffs, trees), check recent avalanche activity, and dig a snow pit to assess weak layers. Example: 'If slope is 28 degrees but has a convex roll at the top and a gully below, avoid it even on Moderate danger.'
   ```
2. ```
   Consult the daily avalanche forecast (e.g., from avalanche.ca or utahavalanchecenter.org) for specific terrain recommendations. Example: 'For Level 4 danger, the forecast may state: 'Avoid all avalanche terrain, including slopes under 30 degrees with terrain traps.'
   ```
3. ```
   Take an AIARE (American Institute for Avalanche Research and Education) Level 1 course to learn to identify terrain traps and assess snowpack. Example: 'In the field, use the 'terrain trap' checklist: Is there a gully? A cliff below? A convexity? If yes, treat as avalanche terrain regardless of slope angle.'
   ```

## 无效尝试

- **** — Slope angle is one factor; terrain traps and snowpack structure are critical. Many avalanche fatalities occur on slopes under 30 degrees due to terrain traps. (65% 失败率)
- **** — The North American Public Avalanche Danger Scale (1-5) is standard, but misinterpreting Level 4 as 'avoid only steep slopes' ignores that Level 4 means 'very dangerous avalanche conditions' even on moderate terrain. (70% 失败率)
- **** — Persistent weak layers (e.g., faceted snow, depth hoar) can remain unstable for weeks, making snowpack assessment unreliable without digging a pit. (75% 失败率)
