tMakefile: fix file names - pism-exp-gsw - ice stream and sediment transport experiments
(HTM) git clone git://src.adamsgaard.dk/pism-exp-gsw
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 83a341c191e31e46e6410801802061491a48f445
(DIR) parent 548a0043c892eee76690872d37ae27deaf5dd7e5
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 29 Nov 2021 12:15:04 +0100
Makefile: fix file names
Diffstat:
M Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -3,7 +3,7 @@ SLSERIES=sealvl.nc
all: \
ABC1_1a_M1_A1-flux.pdf\
- evol_1a_M1_A1_1d.pdf\
+ ex_1a_M1_A1_1d-profile.pdf\
#ABC1_1a_M3_A1-flux.pdf\
#ABC1_3a_M1_A1-flux.pdf\
#ABC1_3a_M3_A1-flux.pdf\
t@@ -20,7 +20,7 @@ ABC1_3a_M1_A1-flux.pdf: ABC1_3a_M1_A1.nc plot.py
ABC1_3a_M3_A1-flux.pdf: ABC1_3a_M3_A1.nc plot.py
./plot.py ABC1_3a_M3_A1.nc
-evol_1a_M1_A1_1d.pdf: ex_1a_M1_A1_1d.nc
+ex_1a_M1_A1_1d-profile.pdf: ex_1a_M1_A1_1d.nc
./plot-time-series.py ex_1a_M1_A1_1d.nc
ex_1a_M1_A1_1d.nc: ex_ABC1_1a_M1_A1.nc
t@@ -50,8 +50,8 @@ experiment-1a-mode-1.sh: run.py ${SLSERIES}
experiment-1a-mode-3.sh: run.py ${SLSERIES}
./run.py -e 1a --mode=3 --Mx=1201 > $@
-${SLSERIES}: sealvl.py
- printf '0\t0\n30000\t300\n' | ./sealvl.py
+${SLSERIES}: sealvl.py Makefile
+ printf '0\t0\n30000\t0\n' | ./sealvl.py
clean:
rm -f out.* experiment-*.sh *.nc *.pdf ${SLSERIES}