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 12b902bf1c7a5cc08a900287372a90eaf3f6ddf9
parent 1fb4eae0359650321724f34c09f04e30fddf27ba
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 Apr 2022 15:44:03 +0200

update parameters in velocity experiment

Diffstat:
Mfig-velocity/Makefile | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile @@ -7,17 +7,17 @@ strain_distribution_vx3.17e-6ms.txt: $(BIN) Makefile sh -c '\ for vx in 3.17e-6 9.51e-6 1.90e-5 2.85e-5 3.81e-5; do \ ./$(BIN) \ - --grain-size 800e-6 \ - --friction-coefficient 0.661 \ - --cohesion 30e3 \ - --porosity 0.25 \ - --density 1600 \ - --set-shear-velocity $$vx \ - --origo 0.0 \ - --length 0.12 \ - --normal-stress 101e3 \ - --nonlocal-amplitude 0.48 \ - --rate-dependence 0.9377 \ + -d 800e-6 \ + -m 0.661 \ + -c 30e3 \ + -p 0.25 \ + -r 1600 \ + -s $$vx \ + -o 0.0 \ + -L 0.12 \ + -n 22e3 \ + -A 0.48 \ + -b 0.9377 \ > strain_distribution_vx$${vx}ms.txt; \ done'