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 f5b9f4a45fcfe23019eecade202cfd525088140d
parent 5b62ce8d4bfa316dda5b4ca885f0a690c56bfa60
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Apr 2022 16:07:01 +0200

update grain size to match lab material

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

diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile @@ -7,7 +7,7 @@ strain_distribution_N50kPa.txt: $(BIN) Makefile sh -c '\ for P in 8 22 50; do \ ./$(BIN) \ - -d 800e-6 \ + -d 530.7e-6 \ -m 0.661 \ -c 30e3 \ -p 0.25 \ @@ -16,7 +16,7 @@ strain_distribution_N50kPa.txt: $(BIN) Makefile -o 0.0 \ -L 0.11 \ -n $${P}e3 \ - -A 0.48 \ + -A 0.28 \ -b 0.9377 \ > strain_distribution_N$${P}kPa.txt; \ done'