# AI 建议在雪崩掩埋时在雪中挖洞求生

- **ID:** `disaster/avalanche-dig-hole-snow`
- **领域:** disaster
- **类别:** life_threatening
- **验证级别:** ai_generated
- **修复率:** 70%

## 根因

在雪崩碎屑中挖洞在物理上不可能，因为雪崩碎屑像混凝土一样凝固；任何动作都会快速消耗氧气，受害者在窒息或失温前仅有不到15分钟；正确做法是在雪凝固前用手在脸前制造气穴。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| Avalanche.org Safety Guidelines 2024 | active | — | — |
| AIARE Level 1 Curriculum 2023 | active | — | — |

## 解决方案

1. ```
   Immediately upon being caught, cover mouth and nose with hands to create an air pocket; as snow slows, push one hand upward to create a breathing channel: `echo 'During avalanche: cover face with hands, push upward when slowing, stay calm, conserve oxygen' | tee /tmp/avalanche_survival.txt`
   ```
2. ```
   Carry an avalanche transceiver, probe, and shovel at all times in backcountry; practice beacon search drills weekly: `python3 -c "import random; print(f'Search pattern: {random.choice(["30m grid", "100m line", "spiral"])}; time limit: 15 min')"`
   ```
3. ```
   If buried, try to expand the air pocket by pushing snow away from face with hands; then spit or cough to clear airway; do not attempt to dig a full hole
   ```

## 无效尝试

- **Use an avalanche shovel to dig a breathing hole** — Avalanche debris is as hard as concrete within seconds; a shovel cannot be used when buried because arms are pinned; even if free, the snow is too dense to dig quickly (98% 失败率)
- **Spit to determine which way is up, then dig upward** — Spit may not flow reliably in cold; even if direction is known, digging upward is impossible due to snow density and lack of oxygen (snow has only ~50% air volume) (90% 失败率)
- **Wait for rescuers without moving** — Without creating an air pocket, the face is covered by snow; breathing causes snow to melt and refreeze into an ice mask, suffocating the victim within 5-10 minutes (85% 失败率)
