Introduction
Introduction Statistics Contact Development Disclaimer Help
tVisualize supraglacial plots without fluid-pressure gradient - sphere - GPU-ba…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit deaaaf015faf527e6e8e39d40e77ce5647659d03
parent a6e7460fa10dff1327ca9928b5594ebc9f41f4a6
Author: Anders Damsgaard <[email protected]>
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(-)
---
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'
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.