tadd plotting of stress and shear - 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 00666aa80b116ba480c10be262250287571b2056
 (DIR) parent 731077d85056daa2896a5e2802bee286a1b55837
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 11 Dec 2022 11:38:15 -0600
       
       add plotting of stress and shear
       
       Diffstat:
         M Makefile                            |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -9,6 +9,7 @@ PDFS = \
                fig-sediment_flux-100ma.pdf \
                fig-sediment_flux_daily.pdf \
                fig-skin_depth_diff.pdf \
       +        fig-stress_strain.pdf \
        
        stressvals_ != range -l -N 40 0.01 100
        stressvals_ += 8 22 50
       t@@ -39,6 +40,13 @@ ${BIN}: ${REPO}/cngf-pf.c
        ${REPO}/cngf-pf.c:
                git submodule update --init
        
       +fig-stress_strain.pdf: strain_distribution_N50kPa_v3.169e-6ms.txt fig-stress_strain.gp
       +        sh -ec '\
       +        for f in strain_distribution_ampl*.output*.txt; do \
       +                gnuplot -e "f=\"$$f\"" fig-stress_strain.gp >$$f.pdf && \
       +                echo $$f.pdf; \
       +        done'
       +
        strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN}
                sh -c '\
                for v in ${velvals}; do \