移除深圳宝安机场跑道数据采集,深圳市场结算使用流浮山 HKO 数据

This commit is contained in:
2569718930@qq.com
2026-05-20 19:38:07 +08:00
parent 0c24a3ed6d
commit 8ba9567f64
3 changed files with 108 additions and 43 deletions
+1 -2
View File
@@ -560,7 +560,7 @@ SETTLEMENT_RUNWAY_PAIRS: Dict[str, Set[Tuple[str, str]]] = {
# All cities with active runway observation data (AMSC AWOS / AMOS).
RUNWAY_OBSERVATION_CITIES = {
"shanghai", "beijing", "guangzhou", "shenzhen",
"shanghai", "beijing", "guangzhou",
"chengdu", "chongqing", "wuhan", "qingdao",
"seoul", "busan",
}
@@ -574,7 +574,6 @@ WIND_REGIME: Dict[str, Dict[str, Tuple[int, int]]] = {
"qingdao": {"sea_breeze": (90, 180), "warm_advection": (200, 300)},
"beijing": {"sea_breeze": (120, 200), "warm_advection": (220, 320)},
"guangzhou": {"sea_breeze": (120, 200), "warm_advection": (200, 300)},
"shenzhen": {"sea_breeze": (120, 200), "warm_advection": (200, 300)},
"chengdu": {"sea_breeze": (0, 0), "warm_advection": (0, 0)},
"chongqing": {"sea_breeze": (0, 0), "warm_advection": (0, 0)},
"wuhan": {"sea_breeze": (0, 0), "warm_advection": (0, 0)},