优化参数
This commit is contained in:
@@ -146,21 +146,22 @@ node_states:
|
||||
epicenter_distance: [very_near, near, moderate, far]
|
||||
seismic_intensity: [minor, light, moderate, severe, extreme]
|
||||
|
||||
# 环境层(与暴雨模型共享,状态名一致)
|
||||
elevation: [basin, plain_urban, transition, low_mountain, mid_mountain, high_mountain]
|
||||
slope: [flat, gentle, moderate, steep, very_steep, extreme_steep]
|
||||
aspect: [north, east, south, west, north_loop]
|
||||
# 环境层(与暴雨模型共享,状态名与 discretization.yaml 一致)
|
||||
# 基于1201个样本的实际数据分布,2026-06-06更新
|
||||
elevation: [very_low, low, medium, high, very_high]
|
||||
slope: [very_low, low, medium, high, very_high]
|
||||
aspect: [flat, north, east, south, west]
|
||||
soil_type: [ultisol, entisol, fluvo_aquic, yellow_brown]
|
||||
lithology: [acid_rock, basic_rock, carbonate, metamorphic, mixed_clastic, terrigenous, unconsolidated]
|
||||
landuse: [forest, farmland, urban, water, barren]
|
||||
terrain: [mountain, plain, deep_valley, hill, gentle_hill, low_mountain, flat_plain]
|
||||
ndvi: [water, bare, sparse, moderate, dense, very_dense]
|
||||
sand_content: [low, medium, high]
|
||||
ph: [acidic, neutral, alkaline]
|
||||
soil_moisture: [dry, moist, wet, saturated]
|
||||
organic_carbon: [low, medium, high]
|
||||
dist_to_river: [very_close, close, moderate, far]
|
||||
dist_to_fault: [very_close, close, moderate, far]
|
||||
ndvi: [very_low, low, medium, high, very_high]
|
||||
sand_content: [very_low, low, medium, high, very_high]
|
||||
ph: [very_low, low, medium, high, very_high]
|
||||
soil_moisture: [very_low, low, medium, high]
|
||||
organic_carbon: [very_low, low, medium, high, very_high]
|
||||
dist_to_river: [very_close, close, moderate, far, very_far]
|
||||
dist_to_fault: [very_close, close, moderate, far, very_far]
|
||||
|
||||
# 灾害层
|
||||
landslide: [none, low, medium, high, very_high]
|
||||
|
||||
Reference in New Issue
Block a user