ttweak parameters and visualization in stress experiment - 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 0905c8fcf51e962d4dcac3e911d7b708fd690510
(DIR) parent f5b9f4a45fcfe23019eecade202cfd525088140d
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 19 Apr 2022 17:04:49 +0200
ttweak parameters and visualization in stress experiment
Diffstat:
M fig-effective_stress/Makefile | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
---
(DIR) diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile
t@@ -8,16 +8,13 @@ strain_distribution_N50kPa.txt: $(BIN) Makefile
for P in 8 22 50; do \
./$(BIN) \
-d 530.7e-6 \
- -m 0.661 \
+ -m 0.625 \
-c 30e3 \
- -p 0.25 \
- -r 1600 \
- -s 6.342e-6 \
- -o 0.0 \
+ -s 3.169e-6 \
-L 0.11 \
-n $${P}e3 \
- -A 0.28 \
- -b 0.9377 \
+ -A 0.48 \
+ -b 0.01 \
> strain_distribution_N$${P}kPa.txt; \
done'