tUpdate for new output format - cngf-pf-exp1 - experiments for first paper with continuum granular model
(HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3ce6ca648978162c85813629a75c8190bb71e44c
(DIR) parent 8d540b852f0877ccc0cdd3ffd2aa187dad1ed993
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 8 Mar 2020 09:48:49 +0100
Update for new output format
Diffstat:
M fig-hysteresis_rate/Makefile | 2 +-
M fig-hysteresis_stress/Makefile | 4 +---
M fig-stick_slip_rate_depth/Makefile | 1 -
M fig-stick_slip_stress_depth/Makefi⦠| 1 -
4 files changed, 2 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/fig-hysteresis_rate/Makefile b/fig-hysteresis_rate/Makefile
t@@ -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
(DIR) diff --git a/fig-hysteresis_stress/Makefile b/fig-hysteresis_stress/Makefile
t@@ -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
t@@ -31,8 +31,6 @@ max_strainrate_depth.txt: sim.output00001.txt
"$$f" >> $@; \
done'
-###
-
sediment_flux.txt: sim.output00001.txt
/bin/sh -c '\
rm -f $@; \
(DIR) diff --git a/fig-stick_slip_rate_depth/Makefile b/fig-stick_slip_rate_depth/Makefile
t@@ -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 \
(DIR) diff --git a/fig-stick_slip_stress_depth/Makefile b/fig-stick_slip_stress_depth/Makefile
t@@ -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 \