hansen-zoet-exp

comparison of lab and model results of sediment advection
git clone git://src.adamsgaard.dk/hansen-zoet-exp # fast
git clone https://src.adamsgaard.dk/hansen-zoet-exp.git # slow
Log | Files | Refs | Submodules | LICENSE Back to index

commit d0447d3d83818f2b3f502da70bc1619ccac9ec18
parent d1cd7ffbd582431df316dcb057527e538a55459c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Apr 2022 15:41:39 +0200

update stress values in stress experiment

Diffstat:
Mfig-effective_stress/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile @@ -3,9 +3,9 @@ FIG = $(shell basename $(CURDIR)) default: ../$(FIG)-strain_distribution.pdf ../$(FIG)-mohr_coulomb.pdf -strain_distribution_N51kPa.txt: $(BIN) Makefile +strain_distribution_N50kPa.txt: $(BIN) Makefile sh -c '\ - for P in 51 101 202 303 404; do \ + for P in 8 22 50; do \ ./$(BIN) \ -d 800e-6 \ -m 0.661 \ @@ -24,7 +24,7 @@ strain_distribution_N51kPa.txt: $(BIN) Makefile mohr_coulomb.txt: strain_distribution_N51kPa.txt sh -c '\ rm -f $@; \ - for P in 51 101 202 303 404; do \ + for P in 8 22 50; do \ tail -n 1 strain_distribution_N$${P}kPa.txt | cut -f3- >> $@; \ done'