commit 3ce6ca648978162c85813629a75c8190bb71e44c
parent 8d540b852f0877ccc0cdd3ffd2aa187dad1ed993
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 8 Mar 2020 09:48:49 +0100
Update for new output format
Diffstat:
4 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/fig-hysteresis_rate/Makefile b/fig-hysteresis_rate/Makefile
@@ -9,7 +9,7 @@ timeseries.txt: sim.output00001.txt
/bin/sh -c '\
rm -f $@; \
for f in sim.output*.txt; do \
- tail -n 1 "$$f" | cut -f2- >> $@; \
+ tail -n 1 "$$f" | cut -f2-6 >> $@; \
done'
max_strainrate_depth.txt: sim.output00001.txt
diff --git a/fig-hysteresis_stress/Makefile b/fig-hysteresis_stress/Makefile
@@ -9,7 +9,7 @@ timeseries.txt: sim.output00001.txt
/bin/sh -c '\
rm -f $@; \
for f in sim.output*.txt; do \
- tail -n 1 "$$f" | cut -f2- >> $@; \
+ tail -n 1 "$$f" | cut -f2-6 >> $@; \
done'
max_strainrate_depth.txt: sim.output00001.txt
@@ -31,8 +31,6 @@ max_strainrate_depth.txt: sim.output00001.txt
"$$f" >> $@; \
done'
-###
-
sediment_flux.txt: sim.output00001.txt
/bin/sh -c '\
rm -f $@; \
diff --git a/fig-stick_slip_rate_depth/Makefile b/fig-stick_slip_rate_depth/Makefile
@@ -9,7 +9,6 @@ sim.output00001.txt: ../fig-stick_slip_rate/sim.output00001.txt
../$(FIG).pdf: fig.gp sim.output00001.txt ../skindepth.gp $(BIN) Makefile
sh -c '\
out=$$($(BIN) \
- -n 200e3 \
-k 2e-17 \
-O 100e3 \
-a 80e3 \
diff --git a/fig-stick_slip_stress_depth/Makefile b/fig-stick_slip_stress_depth/Makefile
@@ -9,7 +9,6 @@ sim.output00001.txt: ../fig-stick_slip_stress/sim.output00001.txt
../$(FIG).pdf: fig.gp sim.output00001.txt ../skindepth.gp $(BIN) Makefile
sh -c '\
out=$$($(BIN) \
- -n 200e3 \
-k 2e-17 \
-O 100e3 \
-a 80e3 \