tVisualize supraglacial plots without fluid-pressure gradient - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit deaaaf015faf527e6e8e39d40e77ce5647659d03
(DIR) parent a6e7460fa10dff1327ca9928b5594ebc9f41f4a6
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 4 Nov 2019 09:58:48 +0100
Visualize supraglacial plots without fluid-pressure gradient
Diffstat:
M python/supraglacial-plots.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/supraglacial-plots.py b/python/supraglacial-plots.py
t@@ -7,7 +7,7 @@ matplotlib.rcParams.update({'font.size': 12})
import matplotlib.pyplot as plt
import subprocess
-dpdz_values = [-50.0, -100.0]
+dpdz_values = [0.0, -50.0, -100.0]
slope_angle_values = [5.0, 10.0, 15.0, 20.0]
scatter_color = '#666666'