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 Back to index

commit 9a113253476bfb44b73e6c6250908a53eec7e8fc
parent ae76b34645c5367ab6a71d931af15a0b7b1d9728
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 13 Jun 2022 22:16:16 +0200

Makefile: set solver criteria

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -73,7 +73,7 @@ strain_distribution_ampl1kPa_freq1.157e-5s.txt: ${BIN} -m ${grain_friction} \ -c ${grain_cohesion} \ -s 3.169e-6 \ - -L 2.0 \ + -L 1.5 \ -n 85e3 \ -A ${grain_nonlocal_ampl} \ -b ${grain_rate_dependence} \ @@ -82,6 +82,8 @@ strain_distribution_ampl1kPa_freq1.157e-5s.txt: ${BIN} -I ${time_interval} \ -q $${freq} \ -a $${ampl}e3 \ + -X 1e-4 \ + -x 200000 \ strain_distribution_ampl$${ampl}kPa_freq$${freq}s \ >strain_distribution_ampl$${ampl}kPa_freq$${freq}s.txt & \ done; done; wait'