tUpdate parameter choices - 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 c3a4389a4834fb680012f552ad7b8dd89a89319b
 (DIR) parent 25463864071252d09bac649d0c2518ac83b9bd56
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 18 Nov 2019 15:33:44 +0100
       
       Update parameter choices
       
       Diffstat:
         M fig-strain_distribution/Makefile    |       9 ++++-----
         M fig-strain_distribution/fig.gp      |       4 ++--
       
       2 files changed, 6 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/fig-strain_distribution/Makefile b/fig-strain_distribution/Makefile
       t@@ -7,9 +7,8 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile
                /bin/sh -c '\
                for P in 10 20 40 60 80 120; do \
                        ./$(BIN) \
       -                --resolution 32 \
       -                --friction-coefficient 0.5 \
       -                --set-shear-velocity 1.0e-3 \
       +                --friction-coefficient 0.4 \
       +                --set-shear-velocity 0.0369 \
                        --origo 0.05 --length 0.64 --normal-stress $${P}e3 \
                        --nonlocal-amplitude 0.48 \
                        --normalize > strain_distribution_N$${P}kPa.txt; \
       t@@ -19,8 +18,8 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile
                gnuplot fig.gp > $@
        
        clean:
       -        $(RM) *.txt
       -        $(RM) ../$(FIG).pdf
       +        rm -f *.txt
       +        rm -f ../$(FIG).pdf
        
        .PHONY: default clean
        
 (DIR) diff --git a/fig-strain_distribution/fig.gp b/fig-strain_distribution/fig.gp
       t@@ -24,10 +24,10 @@ plot "strain_distribution_N10kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#ee2430" title
                "damsgaard2013-sheardisp/sheardisp10-binned.dat" w p lw 2 lc "#ee2430" title "DEM, {/Symbol s}_n' 10 kPa", \
                "strain_distribution_N40kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#2f54ad" title "{/Symbol s}_n' 40 kPa", \
                "damsgaard2013-sheardisp/sheardisp40-binned.dat" w p lw 2 lc "#2f54ad" title "DEM, {/Symbol s}_n' 40 kPa", \
       +        "strain_distribution_N80kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#6ccfd9" title "{/Symbol s}_n' 80 kPa", \
       +        "damsgaard2013-sheardisp/sheardisp80-binned.dat" w p lw 2 lc "#6ccfd9" title "DEM, {/Symbol s}_n' 80 kPa", \
                "strain_distribution_N120kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#231f20" title "{/Symbol s}_n' 120 kPa", \
                "damsgaard2013-sheardisp/sheardisp120-binned.dat" w p lw 2 lc "#231f20" title "DEM, {/Symbol s}_n' 120 kPa"
        
                #"strain_distribution_N20kPa.txt" u 2:1 w l lw 2 lc "#53bf3a" title "20 kPa", \
                #"damsgaard2013-sheardisp/sheardisp20-binned.dat" w p lw 2 lc "#53bf3a" title "DEM, 20 kPa", \
       -        #"strain_distribution_N80kPa.txt" u 2:1 w l lw 2 lc "#6ccfd9" title "80 kPa", \
       -        #"damsgaard2013-sheardisp/sheardisp80-binned.dat" w p lw 2 lc "#6ccfd9" title "DEM, 80 kPa", \