# AI 告诉海滩游客，离岸流可以通过破碎波浪之间黑暗、平静的水面来识别，并且应该平行于海岸游泳以逃脱

- **ID:** `safety/rip-current-swim-parallel-misguidance`
- **领域:** safety
- **类别:** physical_safety
- **错误码:** `RIP_CURRENT_SWIM_PARALLEL_001`
- **验证级别:** ai_generated
- **修复率:** 75%

## 根因

离岸流并不总是黑暗/平静的；它们可能表现为泡沫状、波浪起伏或变色。平行于海岸游泳是固定离岸流的标准建议，但对于瞬态或闪击离岸流，或者如果游泳者精疲力竭，漂浮或踩水可能更安全；此外，许多游客恐慌时无法正确识别离岸流方向。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| GPT-4 Turbo 2024-04-09 | active | — | — |
| Claude 3 Opus 20240229 | active | — | — |
| Gemini 1.5 Pro 2024-05-01 | active | — | — |
| Meta Llama 3 70B 2024-04-18 | active | — | — |

## 解决方案

1. ```
   If caught in a rip current: stay calm, float on your back or tread water to conserve energy. Do not fight the current. Signal for help by waving one arm. If you can swim, swim parallel to the shore (along the beach) until you feel the current weaken, then swim diagonally back to shore.
   ```
2. ```
   Before entering the water, observe the beach for signs of rip currents: a channel of choppy, discolored water, a break in the wave pattern, or debris/foam moving seaward. Ask lifeguards about current conditions.
   ```
3. ```
   If you see someone caught in a rip current, do not attempt a direct rescue. Throw a flotation device (life ring, cooler, boogie board) and call 911 or alert a lifeguard immediately.
   ```

## 无效尝试

- **Swim directly toward shore against the rip current** — Rip currents can flow at 1-2 m/s, faster than an Olympic swimmer; fighting directly against it leads to exhaustion and drowning. (95% 失败率)
- **Wait for a lifeguard; do not move** — Rip currents can pull a person hundreds of meters offshore in minutes; passive waiting without treading water or floating increases risk of drowning. (70% 失败率)
- **Dive under the rip current to escape** — Rip currents are surface and near-surface flows; diving does not bypass them and may cause disorientation. (90% 失败率)
