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

fig-velocity_stress.gp (570B)


      1 #!/usr/bin/env gnuplot
      2 
      3 reset
      4 
      5 set terminal pdfcairo enhanced color size 7.5 cm, 8 cm
      6 set multiplot layout 2,1
      7 
      8 #set lmargin 7.0
      9 #set bmargin 3.5
     10 #set rmargin 2.0
     11 #set tmargin 2.0
     12 
     13 #set yrange [0.0:0.73]
     14 #set xrange [-0.13:1.13]
     15 #set key bottom right #samplen 0.9
     16 
     17 #set xlabel "Shear velocity, v_x' [m/a]"
     18 set ylabel "Shear stress, {/Symbol t} [kPa]"
     19 plot "velocity_stress.txt" u ($1*365*24*3600):($3*$2/1e3) w lp title ""
     20 
     21 set xlabel "Shear velocity, v_x [m/a]"
     22 set ylabel "Shear friction, {/Symbol m} [-]"
     23 plot "velocity_stress.txt" u ($1*365*24*3600):3 w lp title ""