commit 0ef1510cc5c4fb80d3ce119b1f61dafc00da7f9a
parent 32c4d288b34b07125774ff8f22c5b1ff3a36ef51
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 15 Jul 2019 16:18:02 +0200
Remove intermediate values, fix plot dependencies
Diffstat:
6 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/fig1/Makefile b/fig1/Makefile
@@ -30,7 +30,7 @@ mc.output00000.txt: $(BIN) Makefile
tail -n 1 | cut -f4 >> "$$out"; \
done; done; done'
-../$(FIG).pdf: fig.gp sim.output00000.txt mc.output00000.txt
+../$(FIG).pdf: fig.gp sim.output00000.txt mc.output00000.txt *.dat
gnuplot $< > $@
clean:
diff --git a/fig1/mc_ceasar.dat b/fig1/mc_ceasar.dat
@@ -1,5 +1,2 @@
48 19
-75 33
-100 45
-150 73
200 100
diff --git a/fig1/mc_des_moines_lobe.dat b/fig1/mc_des_moines_lobe.dat
@@ -1,4 +1,2 @@
10 7.5
-50 20
-100 38
140 50
diff --git a/fig1/mc_storglaciaren.dat b/fig1/mc_storglaciaren.dat
@@ -1,4 +1,2 @@
20 17
-50 30
-100 53
135 75
diff --git a/fig1/mc_two_rivers.dat b/fig1/mc_two_rivers.dat
@@ -1,4 +1,2 @@
30 24
-50 30
-100 46
140 60
diff --git a/fig1/mc_wis.dat b/fig1/mc_wis.dat
@@ -1,5 +1,2 @@
25 13
-50 24
-100 46
-150 68
200 90