tRemove unused figure - cngf-pf-exp1 - experiments for first paper with continuum granular model
 (HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2c0e93ad4b7eae4176adba705e13ff71bc9ce21f
 (DIR) parent 1ae56558df1a48fee01e4e6e42b7df3d72090aff
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  4 Sep 2019 13:33:49 +0200
       
       Remove unused figure
       
       Diffstat:
         D fig3-tills/Makefile                 |      44 -------------------------------
         D fig3-tills/fig.gp                   |      23 -----------------------
       
       2 files changed, 0 insertions(+), 67 deletions(-)
       ---
 (DIR) diff --git a/fig3-tills/Makefile b/fig3-tills/Makefile
       t@@ -1,44 +0,0 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       -FIG := $(shell basename $(CURDIR))
       -
       -LENGTH = 1.0
       -NORMAL_STRESS = 85e3
       -SHEAR_VEL := $(shell echo '320/(365*24*60*60)' | bc -l)
       -
       -default: ../$(FIG).pdf
       -
       -two_rivers.txt: $(BIN) Makefile
       -        /bin/sh -c '\
       -        ./$< \
       -        --length $(LENGTH) \
       -        --normal-stress $(NORMAL_STRESS) \
       -        --friction-coefficient 0.321 --cohesion 14.0e3 \
       -        --set-shear-velocity $(SHEAR_VEL) \
       -        --grain-size 0.1e-3' > $@
       -
       -storglaciaren.txt: $(BIN) Makefile
       -        /bin/sh -c '\
       -        ./$< \
       -        --length $(LENGTH) \
       -        --normal-stress $(NORMAL_STRESS) \
       -        --friction-coefficient 0.494 --cohesion 5.0e3 \
       -        --set-shear-velocity $(SHEAR_VEL) \
       -        --grain-size 0.1e-3' > $@
       -
       -upb.txt: $(BIN) Makefile
       -        /bin/sh -c '\
       -        ./$< \
       -        --length $(LENGTH) \
       -        --normal-stress $(NORMAL_STRESS) \
       -        --friction-coefficient 0.443 --cohesion 3.0e3 \
       -        --set-shear-velocity $(SHEAR_VEL) \
       -        --grain-size 0.1e-3' > $@
       -
       -../$(FIG).pdf: fig.gp two_rivers.txt storglaciaren.txt upb.txt
       -        gnuplot $< > $@
       -
       -clean:
       -        $(RM) *.txt
       -        $(RM) ../$(FIG).pdf
       -
       -.PHONY: default clean
 (DIR) diff --git a/fig3-tills/fig.gp b/fig3-tills/fig.gp
       t@@ -1,23 +0,0 @@
       -#!/usr/bin/env gnuplot
       -
       -reset
       -
       -set terminal pdfcairo color size 7.5 cm, 5.0 cm
       -#set terminal pdfcairo color size 15.0 cm, 5.0 cm
       -#set multiplot layout 1,4 \
       -#        margins 0.09,0.97,0.23,0.95 \
       -#        spacing 0.03,0.03
       -
       -#set yrange [4.0:8.0]
       -
       -set key bottom right #samplen 0.9
       -
       -set xlabel "Shear velocity [m/a]"
       -set ylabel "Vertical position [m]"
       -#set xrange [0.0:1.0]
       -#set xtics (0,0.01,0.02)
       -#unset ytics
       -plot \
       -        "storglaciaren.txt" u ($2*365.25*24*60*60):1 w l lt 1 lw 1 t "simulated Storglaciären till", \
       -        "upb.txt" u ($2*365.25*24*60*60):1 w l lt 2 lw 1 t "simulated WIS till", \
       -        "two_rivers.txt" u ($2*365.25*24*60*60):1 w l lt 4 lw 1 t "simulated Two Rivers till"