tupdate grain size to match lab material - hansen-zoet-exp - comparison of lab and model results of sediment advection
(HTM) git clone git://src.adamsgaard.dk/hansen-zoet-exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) LICENSE
---
(DIR) commit f5b9f4a45fcfe23019eecade202cfd525088140d
(DIR) parent 5b62ce8d4bfa316dda5b4ca885f0a690c56bfa60
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 19 Apr 2022 16:07:01 +0200
update grain size to match lab material
Diffstat:
M fig-effective_stress/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile
t@@ -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 \
t@@ -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'