hansen-zoet-exp

comparison of lab and model results of sediment advection
git clone git://src.adamsgaard.dk/hansen-zoet-exp # fast
git clone https://src.adamsgaard.dk/hansen-zoet-exp.git # slow
Log | Files | Refs | Submodules | LICENSE Back to index

commit 0cfe679ca76bb7c957d6667fa8b1e0cbc9121ca3
parent 94f5a39b7fbcbbcf3dd9d9bc538ab44bf845902b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 22 Apr 2022 11:46:28 +0200

change units for shear-strain rate plot

Diffstat:
Mfig-effective_stress/fig-strain_distribution.gp | 15++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/fig-effective_stress/fig-strain_distribution.gp b/fig-effective_stress/fig-strain_distribution.gp @@ -10,6 +10,9 @@ set multiplot layout 2,1 #set rmargin 2.0 #set tmargin 2.0 +set xrange [-5 : 105] +set yrange [0 : 0.11] + #set xlabel "Normalized horizontal velocity, v_x [-]" set xlabel "Horizontal velocity, v_x [m/a]" set ylabel "Vertical position, z [m]" @@ -18,10 +21,12 @@ plot "strain_distribution_N8kPa.txt" u ($2*365*24*3600):1 w l lw 2 title "{/Symb "strain_distribution_N22kPa.txt" u ($2*365*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 22 kPa", \ "strain_distribution_N50kPa.txt" u ($2*365*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 50 kPa" +unset xrange + #set xlabel "Normalized horizontal velocity, v_x [-]" -set xlabel "Shear-strain rate, dv_x/dz [1/a]" +set xlabel "Shear-strain rate, dv_x/dz [1/d]" set ylabel "Vertical position, z [m]" -set key top left font ",10" #samplen 0.9 -plot "strain_distribution_N8kPa.txt" u ($5*365*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 8 kPa", \ - "strain_distribution_N22kPa.txt" u ($5*365*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 22 kPa", \ - "strain_distribution_N50kPa.txt" u ($5*365*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 50 kPa" +set key bottom right font ",10" #samplen 0.9 +plot "strain_distribution_N8kPa.txt" u ($6*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 8 kPa", \ + "strain_distribution_N22kPa.txt" u ($6*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 22 kPa", \ + "strain_distribution_N50kPa.txt" u ($6*24*3600):1 w l lw 2 title "{/Symbol s}_n' = 50 kPa"