Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: fix file names - pism-exp-gsw - ice stream and sediment transport ex…
git clone git://src.adamsgaard.dk/pism-exp-gsw
Log
Files
Refs
README
LICENSE
---
commit 83a341c191e31e46e6410801802061491a48f445
parent 548a0043c892eee76690872d37ae27deaf5dd7e5
Author: Anders Damsgaard <[email protected]>
Date: Mon, 29 Nov 2021 12:15:04 +0100
Makefile: fix file names
Diffstat:
M Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
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}
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.