tUpdate parameter choices for strain_distribution - 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 ea95c9535686a1c48d869016605dac80a5725e60
 (DIR) parent dd6a568432750ef708394b385496f30633f4230e
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 19 Nov 2019 13:46:10 +0100
       
       Update parameter choices for strain_distribution
       
       Diffstat:
         M fig-strain_distribution/Makefile    |       4 ++--
         M fig-strain_distribution/fig.gp      |      12 ++++++------
       
       2 files changed, 8 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/fig-strain_distribution/Makefile b/fig-strain_distribution/Makefile
       t@@ -12,8 +12,8 @@ strain_distribution_N10kPa.txt: $(BIN) Makefile
                        --origo 0.05 --length 0.64 --normal-stress $${P}e3 \
                        --porosity 0.275 \
                        --grain-size 0.04 \
       -                -A 0.2 \
       -                -b 0.2 \
       +                -A 0.5 \
       +                -b 0.022 \
                        --normalize > strain_distribution_N$${P}kPa.txt; \
                done'
        
 (DIR) diff --git a/fig-strain_distribution/fig.gp b/fig-strain_distribution/fig.gp
       t@@ -22,12 +22,12 @@ set key bottom right font ",10" #samplen 0.9
        
        plot "strain_distribution_N10kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#ee2430" title "{/Symbol s}_n' 10 kPa", \
                "damsgaard2013-sheardisp/sheardisp10-binned.dat" w p lw 2 lc "#ee2430" title "DEM, {/Symbol s}_n' 10 kPa", \
       +        "strain_distribution_N20kPa.txt" u ($2*xdisp):1 w l lw 2 lc "#53bf3a" title "{/Symbol s}_n' 20 kPa", \
       +        "damsgaard2013-sheardisp/sheardisp20-binned.dat" w p lw 2 lc "#53bf3a" title "DEM, {/Symbol s}_n' 20 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_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_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_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_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", \