tPlot depth to max strainrate, use same simulation setup for stick slip experiment - cngf-pf-exp1 - experiments for first paper with continuum granular model
 (HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6e66517617cef7a008e6d5e3f2dcabb161aadc89
 (DIR) parent 0977c09b1cb03d622dfef2f4bd1b4ddf320dc134
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun,  7 Jul 2019 10:26:32 +0200
       
       Plot depth to max strainrate, use same simulation setup for stick slip experiment
       
       Diffstat:
         M fig2/Makefile                       |       2 +-
         M fig2/fig.gp                         |       4 ++--
         M fig3/Makefile                       |       2 +-
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/fig2/Makefile b/fig2/Makefile
       t@@ -5,7 +5,7 @@ default: ../$(FIG).pdf
        
        sim.output00000.txt: $(BIN)
                /bin/sh -c '\
       -        ./$< --resolution 50 --length 2.0 --normal-stress 150e3 \
       +        ./$< --resolution 200 --length 8.0 --normal-stress 150e3 \
                --fluid --fluid-permeability 2e-17 --fluid-pressure-top 50e3 \
                --fluid-pressure-ampl 50e3 \
                --fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \
 (DIR) diff --git a/fig2/fig.gp b/fig2/fig.gp
       t@@ -30,9 +30,9 @@ plot "" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 lc "red" t ""
        
        set xtics
        #unset yrange
       -set yrange [0:2]
       +#set yrange [0:2]
        set xlabel "Time [d]"
        set ylabel "Depth of max. deformation [m]"
       -plot "" u ($0/1008*7):(2.0 - $1) w l lw 2 lc "black" t ""
       +plot "max_strainrate_depth.txt" u ($0/1008*7):(2.0 - $1) w l lw 2 lc "black" t ""
        
        unset multiplot
 (DIR) diff --git a/fig3/Makefile b/fig3/Makefile
       t@@ -5,7 +5,7 @@ default: ../$(FIG).pdf
        
        sim.output00000.txt: $(BIN)
                /bin/sh -c '\
       -        ./$< --resolution 50 --length 2.0 --normal-stress 150e3 \
       +        ./$< --resolution 200 --length 8.0 --normal-stress 150e3 \
                --fluid --fluid-permeability 2e-17 --fluid-pressure-top 50e3 \
                --fluid-pressure-ampl 50e3 \
                --fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \