tMakefile: increase domain size and double the number of experiments - 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) commit b28587911a8273ad379205b63a743e2d3e37d44e
 (DIR) parent 51cccf0159f8f6ac67bc881ade2fbc944750af22
 (HTM) 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:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -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
       t@@ -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} \