Introduction
Introduction Statistics Contact Development Disclaimer Help
tfig-sediment_flux_daily.gp: change subplot order - hansen-zoet-exp - compariso…
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
---
commit ad48bb6f87b1b559551224d908ca97708416b9a6
parent 179a92dccf9bffaac5781721c572ba616d04c00e
Author: Anders Damsgaard <[email protected]>
Date: Mon, 7 Nov 2022 14:44:09 +0100
fig-sediment_flux_daily.gp: change subplot order
Diffstat:
M fig-sediment_flux_daily.gp | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/fig-sediment_flux_daily.gp b/fig-sediment_flux_daily.gp
t@@ -12,15 +12,20 @@ set bmargin 3.5
set rmargin 2.5
set tmargin 2.0
+A_f_crit = (rho_s - rho_f) * g * d_s**3.0 / 1000.0 # [kPa]
+
labelx = 0.08
set label "a" at screen labelx,0.98 font "{:Bold},12"
set label "b" at screen labelx,0.48 font "{:Bold},12"
+set yrange [-0.1:1]
+set ylabel "Max. expected shear depth [m]"
+set arrow from A_f_crit,-0.1 to A_f_crit,1 nohead lc "black" front
+plot "max_depth_daily.txt" u ($1/1000):($2) w l t ''
+
set xrange [0:*]
set yrange [0:*]
-A_f_crit = (rho_s - rho_f) * g * d_s**3.0 / 1000.0 # [kPa]
-
#set xlabel "Normalized horizontal velocity, v_x [-]"
set xlabel "Amplitude of water-pressure fluctuations, {/:Italic A}_f [kPa]"
#set ylabel "Spec. sediment flux [m²/a]"
t@@ -30,10 +35,3 @@ set key bottom right font ",10" invert #samplen 0.9
set yrange [0:*]
set arrow from A_f_crit,0 to A_f_crit,30 nohead lc "black" front
plot "sediment_flux_freq1.157e-5s.txt" u ($1):($2*3600*24*365.25*rswidt…
-
-unset arrow
-
-set yrange [-0.1:1]
-set arrow from A_f_crit,-0.1 to A_f_crit,1 nohead lc "black" front
-set ylabel "Max. expected deformation depth [m]"
-plot "max_depth_daily.txt" u ($1/1000):($2) w l t ''
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.