tMakefile: set solver criteria - 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 9a113253476bfb44b73e6c6250908a53eec7e8fc
 (DIR) parent ae76b34645c5367ab6a71d931af15a0b7b1d9728
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 13 Jun 2022 22:16:16 +0200
       
       Makefile: set solver criteria
       
       Diffstat:
         M Makefile                            |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -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} \
       t@@ -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'