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 b28587911a8273ad379205b63a743e2d3e37d44e
parent 51cccf0159f8f6ac67bc881ade2fbc944750af22
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 14 Jun 2022 07:00:36 +0200

Makefile: increase domain size and double the number of experiments

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ stressvals_ != range -l -N 40 0.01 100 stressvals_ += 8 22 50 stressvals != echo ${stressvals_} | sort -n velvals = 3.169e-6 9.506e-6 -fluid_ampl_vals != range -N 8 1 30 +fluid_ampl_vals != range -N 16 1 30 fluid_freq_vals = 1.157e-5 # daily grain_size = 530.7e-6 grain_friction = 0.6 @@ -73,7 +73,7 @@ strain_distribution_ampl1kPa_freq1.157e-5s.txt: ${BIN} -m ${grain_friction} \ -c ${grain_cohesion} \ -s 3.169e-6 \ - -L 1.5 \ + -L 2.0 \ -n 85e3 \ -A ${grain_nonlocal_ampl} \ -b ${grain_rate_dependence} \