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 931e783e474a52e69659dfbf4a9c0a285ffa1ab5
parent 1e50d57440df8b5046101760f24adb8917ec4b29
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 Nov 2019 19:23:45 +0100

Update grain sizes from lab results

Diffstat:
Mfig-effective_stress/Makefile | 2+-
Mfig-velocity/Makefile | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile @@ -7,7 +7,7 @@ strain_distribution_N51kPa.txt: $(BIN) Makefile sh -c '\ for P in 51 101 202 303 404; do \ ./$(BIN) \ - --grain-size 1e-3 \ + --grain-size 800e-6 \ --friction-coefficient 0.661 \ --cohesion 30e3 \ --porosity 0.25 \ diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile @@ -7,7 +7,7 @@ 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 1e-3 \ + --grain-size 800e-6 \ --friction-coefficient 0.661 \ --cohesion 30e3 \ --porosity 0.25 \