Introduction
Introduction Statistics Contact Development Disclaimer Help
tremove velocity experiment - hansen-zoet-exp - comparison of lab and model res…
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
LICENSE
---
commit 411becde1373aa49c627fa4c1f0298d49f18f9f1
parent 90939b5c745c8cb6e0e39ed01c9102f358b59297
Author: Anders Damsgaard <[email protected]>
Date: Sat, 23 Apr 2022 12:06:39 +0200
remove velocity experiment
Diffstat:
D fig-velocity/Makefile | 42 -----------------------------…
D fig-velocity/fig-strain_distributi… | 31 ---------------------------…
D fig-velocity/fig-velocity_stress.gp | 23 -----------------------
3 files changed, 0 insertions(+), 96 deletions(-)
---
diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile
t@@ -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_distribut…
- 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_…
t@@ -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…
- "strain_distribution_vx9.51e-6ms.txt" u ($2*365*24*3600):1 w l lw 2 title…
- "strain_distribution_vx1.90e-5ms.txt" u ($2*365*24*3600):1 w l lw 2 title…
- "strain_distribution_vx2.85e-5ms.txt" u ($2*365*24*3600):1 w l lw 2 title…
- "strain_distribution_vx3.81e-5ms.txt" u ($2*365*24*3600):1 w l lw 2 title…
-
-#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…
- "strain_distribution_vx9.51e-6ms.txt" u ($5*365*24*3600):1 w l lw 2 title…
- "strain_distribution_vx1.90e-5ms.txt" u ($5*365*24*3600):1 w l lw 2 title…
- "strain_distribution_vx2.85e-5ms.txt" u ($5*365*24*3600):1 w l lw 2 title…
- "strain_distribution_vx3.81e-5ms.txt" u ($5*365*24*3600):1 w l lw 2 title…
diff --git a/fig-velocity/fig-velocity_stress.gp b/fig-velocity/fig-velocity_st…
t@@ -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 ""
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.