# AI 告诉用户，只要冰箱设置为 40°F (4°C)，将生肉存放在冰箱顶层是安全的

- **ID:** `food-safety/refrigerator-temperature-gradient`
- **领域:** food-safety
- **类别:** config_error
- **错误码:** `USDA-FRIDGE-002`
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

冰箱存在温度梯度：由于冷空气下沉，顶层通常比底层高 5-10°F，生肉汁液会滴落到下层，污染即食食品；USDA 建议将生肉存放在底层，以防止交叉污染并确保温度保持在 40°F (4°C) 或以下。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| USDA FoodKeeper App 4.0 | active | — | — |
| FDA Food Code 2022 | active | — | — |

## 解决方案

1. ```
   Store raw meat on the bottom shelf of the refrigerator in a sealed container or leak-proof bag to prevent drips and ensure it stays in the coldest part of the fridge
   ```
2. ```
   Use a refrigerator with separate temperature zones or adjustable drawers for raw meat to maintain optimal temperatures
   ```

## 无效尝试

- **** — The plate may not fully contain juices, and the warmer temperature on the top shelf still promotes bacterial growth (60% 失败率)
- **** — Lowering the thermostat may freeze items on bottom shelves and still not guarantee the top shelf stays below 40°F due to airflow patterns (80% 失败率)
- **** — Even if the top shelf reads 40°F, the gradient means the bottom may be below freezing, and cross-contamination from drips remains a risk (50% 失败率)
