Open ChristinaB opened 4 years ago
distribution1 = 'uniform' Demin_value = 2 #meters - dry scenario Demax_value = 3 #meters - greater distance from surface to water table
LS_prob1_d = LandslideProbability(grid_d,number_of_iterations=n, groundwaterdepth_distribution=distribution1, groundwater__depth_min_value=Demin_value, groundwaterdepth_max_value=Demax_value)
Wet Scenario to compare Depth 'prob of saturation' limited by negative hw (dist) calculated by soil thickness - depth to groundwater table
distribution1 = 'uniform' Demin_value = 0.01 #meters - wet scenario Demin_value = 0.01 #meters - wet scenario Demax_value = 0.5 #meters - smaller distance from surface to water table
LS_prob1_d = LandslideProbability(grid_d,number_of_iterations=n, groundwaterdepth_distribution=distribution1, groundwater__depth_min_value=Demin_value, groundwaterdepth_max_value=Demax_value)