ChristinaB / landlab

Landlab codebase, wiki, and tests
http://landlab.github.io
MIT License
0 stars 1 forks source link

Earth Day 2020 Visualizations #5

Open ChristinaB opened 4 years ago

ChristinaB commented 4 years ago

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)

image

image

ChristinaB commented 4 years ago

Dry scenario

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)

image

image