# AI 建议在野火期间躲进游泳池以避开烧伤

- **ID:** `disaster/wildfire-shelter-in-place-swimming-pool`
- **领域:** disaster
- **类别:** life_threatening
- **验证级别:** ai_generated
- **修复率:** 72%

## 根因

游泳池无法防护辐射热、烟雾吸入或过热空气；水可能沸腾或变烫，落入池中的余烬可导致蒸汽烧伤，且游泳池不提供烟雾氧气过滤。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| CalFire Ready for Wildfire 2024 | active | — | — |
| NFPA 1144 Standard 2023 | active | — | — |

## 解决方案

1. ```
   Evacuate early when wildfire is within 5 miles; if trapped, shelter in a cleared area (defensible space) with mineral soil, not water: `python3 -c "import geopy.distance; coords1=(39.5,-121.5); coords2=(39.6,-121.4); dist=geopy.distance.distance(coords1, coords2).miles; print('Evacuate if dist < 5 miles:', dist)"`
   ```
2. ```
   If no evacuation possible, use a fire-resistant shelter (e.g., fireproof blanket) in a pre-burned area or natural clearing; wet a wool blanket and cover body, but do not submerge in water
   ```
3. ```
   Create a 'survival zone' by clearing all vegetation within 30 feet of a structure, then shelter inside that structure's interior room with closed doors and wet towels under doors
   ```

## 无效尝试

- **Submerge completely in pool with snorkel to breathe** — Superheated air above the pool (200-400°F) will burn lungs; embers ignite hair and clothing; water may boil from radiant heat (99% 失败率)
- **Wet a towel and cover face while in pool** — Towel dries instantly in wildfire heat; steam from wet towel scalds face; no protection from smoke inhalation (95% 失败率)
- **Use pool as a water source to spray on house** — Pool water is stagnant and may contain chlorine that corrodes pumps; spraying can waste water needed for firefighting access (80% 失败率)
