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 411becde1373aa49c627fa4c1f0298d49f18f9f1
parent 90939b5c745c8cb6e0e39ed01c9102f358b59297
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 23 Apr 2022 12:06:39 +0200

remove velocity experiment

Diffstat:
Dfig-velocity/Makefile | 42------------------------------------------
Dfig-velocity/fig-strain_distribution.gp | 31-------------------------------
Dfig-velocity/fig-velocity_stress.gp | 23-----------------------
3 files changed, 0 insertions(+), 96 deletions(-)

diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile @@ -1,42 +0,0 @@ -BIN = ../cngf-pf/cngf-pf -FIG = $(shell basename $(CURDIR)) - -default: ../$(FIG)-strain_distribution.pdf ../$(FIG)-velocity_stress.pdf - -strain_distribution_vx3.17e-6ms.txt: $(BIN) Makefile - sh -c '\ - for vx in 3.17e-6 9.51e-6 1.90e-5 2.85e-5 3.81e-5; do \ - ./$(BIN) \ - -d 800e-6 \ - -m 0.661 \ - -c 30e3 \ - -p 0.25 \ - -r 1600 \ - -s $$vx \ - -o 0.0 \ - -L 0.11 \ - -n 22e3 \ - -A 0.48 \ - -b 0.9377 \ - > strain_distribution_vx$${vx}ms.txt; \ - done' - -velocity_stress.txt: strain_distribution_vx3.17e-6ms.txt - sh -c '\ - rm -f $@; \ - for vx in 3.17e-6 9.51e-6 1.90e-5 2.85e-5 3.81e-5; do \ - tail -n 1 strain_distribution_vx$${vx}ms.txt | cut -f2- >> $@; \ - done' - -../$(FIG)-strain_distribution.pdf: fig-strain_distribution.gp strain_distribution_vx3.17e-6ms.txt - gnuplot fig-strain_distribution.gp > $@ - -../$(FIG)-velocity_stress.pdf: fig-velocity_stress.gp velocity_stress.txt - gnuplot fig-velocity_stress.gp > $@ - -clean: - rm -f *.txt - rm -f ../$(FIG)-strain_distribution.pdf - rm -f ../$(FIG)-velocity_stress.pdf - -.PHONY: default clean diff --git a/fig-velocity/fig-strain_distribution.gp b/fig-velocity/fig-strain_distribution.gp @@ -1,31 +0,0 @@ -#!/usr/bin/env gnuplot - -reset - -set terminal pdfcairo enhanced color size 7.5 cm, 10 cm -set multiplot layout 2,1 - -#set lmargin 7.0 -#set bmargin 3.5 -#set rmargin 2.0 -#set tmargin 2.0 - -#set xlabel "Normalized horizontal velocity, v_x [-]" -set xlabel "Horizontal velocity, v_x [m/a]" -set ylabel "Vertical position, z [m]" -set key bottom right font ",10" #samplen 0.9 -plot "strain_distribution_vx3.17e-6ms.txt" u ($2*365*24*3600):1 w l lw 2 title "v_x = 100 m/a", \ - "strain_distribution_vx9.51e-6ms.txt" u ($2*365*24*3600):1 w l lw 2 title "v_x = 300 m/a", \ - "strain_distribution_vx1.90e-5ms.txt" u ($2*365*24*3600):1 w l lw 2 title "v_x = 600 m/a", \ - "strain_distribution_vx2.85e-5ms.txt" u ($2*365*24*3600):1 w l lw 2 title "v_x = 900 m/a", \ - "strain_distribution_vx3.81e-5ms.txt" u ($2*365*24*3600):1 w l lw 2 title "v_x = 1200 m/a" - -#set xlabel "Normalized horizontal velocity, v_x [-]" -set xlabel "Shear-strain rate, dv_x/dz [1/a]" -set ylabel "Vertical position, z [m]" -set key bottom right font ",10" #samplen 0.9 -plot "strain_distribution_vx3.17e-6ms.txt" u ($5*365*24*3600):1 w l lw 2 title "v_x = 100 m/a", \ - "strain_distribution_vx9.51e-6ms.txt" u ($5*365*24*3600):1 w l lw 2 title "v_x = 300 m/a", \ - "strain_distribution_vx1.90e-5ms.txt" u ($5*365*24*3600):1 w l lw 2 title "v_x = 600 m/a", \ - "strain_distribution_vx2.85e-5ms.txt" u ($5*365*24*3600):1 w l lw 2 title "v_x = 900 m/a", \ - "strain_distribution_vx3.81e-5ms.txt" u ($5*365*24*3600):1 w l lw 2 title "v_x = 1200 m/a" diff --git a/fig-velocity/fig-velocity_stress.gp b/fig-velocity/fig-velocity_stress.gp @@ -1,23 +0,0 @@ -#!/usr/bin/env gnuplot - -reset - -set terminal pdfcairo enhanced color size 7.5 cm, 8 cm -set multiplot layout 2,1 - -#set lmargin 7.0 -#set bmargin 3.5 -#set rmargin 2.0 -#set tmargin 2.0 - -#set yrange [0.0:0.73] -#set xrange [-0.13:1.13] -#set key bottom right #samplen 0.9 - -#set xlabel "Shear velocity, v_x' [m/a]" -set ylabel "Shear stress, {/Symbol t} [kPa]" -plot "velocity_stress.txt" u ($1*365*24*3600):($3*$2/1e3) w lp title "" - -set xlabel "Shear velocity, v_x [m/a]" -set ylabel "Shear friction, {/Symbol m} [-]" -plot "velocity_stress.txt" u ($1*365*24*3600):3 w lp title ""