commit 6e66517617cef7a008e6d5e3f2dcabb161aadc89
parent 0977c09b1cb03d622dfef2f4bd1b4ddf320dc134
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 7 Jul 2019 10:26:32 +0200
Plot depth to max strainrate, use same simulation setup for stick slip experiment
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fig2/Makefile b/fig2/Makefile
@@ -5,7 +5,7 @@ default: ../$(FIG).pdf
sim.output00000.txt: $(BIN)
/bin/sh -c '\
- ./$< --resolution 50 --length 2.0 --normal-stress 150e3 \
+ ./$< --resolution 200 --length 8.0 --normal-stress 150e3 \
--fluid --fluid-permeability 2e-17 --fluid-pressure-top 50e3 \
--fluid-pressure-ampl 50e3 \
--fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \
diff --git a/fig2/fig.gp b/fig2/fig.gp
@@ -30,9 +30,9 @@ plot "" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 lc "red" t ""
set xtics
#unset yrange
-set yrange [0:2]
+#set yrange [0:2]
set xlabel "Time [d]"
set ylabel "Depth of max. deformation [m]"
-plot "" u ($0/1008*7):(2.0 - $1) w l lw 2 lc "black" t ""
+plot "max_strainrate_depth.txt" u ($0/1008*7):(2.0 - $1) w l lw 2 lc "black" t ""
unset multiplot
diff --git a/fig3/Makefile b/fig3/Makefile
@@ -5,7 +5,7 @@ default: ../$(FIG).pdf
sim.output00000.txt: $(BIN)
/bin/sh -c '\
- ./$< --resolution 50 --length 2.0 --normal-stress 150e3 \
+ ./$< --resolution 200 --length 8.0 --normal-stress 150e3 \
--fluid --fluid-permeability 2e-17 --fluid-pressure-top 50e3 \
--fluid-pressure-ampl 50e3 \
--fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \