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 861dda3a017d02cb4a3212f654d8abaac3b8b813
parent f489087e9f8a7e1aba0d493da32ea3a6f1bac204
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 22 Apr 2022 14:02:00 +0200

remove stray comma

Diffstat:
Mfig-effective_stress/fig-sediment_flux.gp | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/fig-effective_stress/fig-sediment_flux.gp b/fig-effective_stress/fig-sediment_flux.gp @@ -2,8 +2,8 @@ reset -set terminal pdfcairo enhanced color size 7.5 cm, 5 cm -set multiplot layout 1,1 +set terminal pdfcairo enhanced color size 7.5 cm, 10 cm +set multiplot layout 2,1 rswidth = 1 @@ -23,5 +23,10 @@ set xlabel "Effective stress [kPa]" #set ylabel "Spec. sediment flux [m²/a]" set ylabel "Sediment flux [m³/a]" set key bottom right font ",10" #samplen 0.9 +set title "v = 100 m/a" +plot "sediment_flux.txt" u ($1/1000):($2*3600*24*365.25*rswidth) w l lw 2 t "CNGF-PF", \ + "rs_sediment_flux_100ma.txt" u ($1/1000):($2) w errorbars t "Hansen and Zoet 2022" + +set title "v = 300 m/a" plot "sediment_flux.txt" u ($1/1000):($2*3600*24*365.25*rswidth) w l lw 2 t "CNGF-PF", \ "rs_sediment_flux_100ma.txt" u ($1/1000):($2) w errorbars t "Hansen and Zoet 2022" \ No newline at end of file