巴黎 AROME 仅在 AEROWEB 为主源时作对比展示,避免与当前温度重复

This commit is contained in:
2569718930@qq.com
2026-05-25 21:38:10 +08:00
parent b8b99a0fc5
commit 5202ed06ff
3 changed files with 28 additions and 16 deletions
@@ -98,6 +98,14 @@ OPEN_METEO_MULTI_MODEL_SPECS: Dict[str, Dict[str, Any]] = {
"resolution_km": None,
"horizon": "11d",
},
"meteofrance_arome_france_hd": {
"label": "AROME HD",
"provider": "Meteo-France",
"model": "AROME France HD",
"tier": "short_range_europe",
"resolution_km": 1.3,
"horizon": "1.5d",
},
}
OPEN_METEO_MULTI_MODEL_ORDER = tuple(OPEN_METEO_MULTI_MODEL_SPECS.keys())