commit 0d5acbcb28da56474fdc34542db66368924d53ec
parent 25e1f8797bdf47bc4b6ac637295ba4d3f1f70123
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 7 Dec 2021 15:01:43 +0100
Makefile: add constant sea-level experiment
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -51,7 +51,7 @@ deltaSL-linear.nc: init-linear.nc ${SLSERIES}
-ys 0 -ye ${T_END}\
-o $@
-constant-linear.nc: init-linear.nc ${SLSERIES}
+constant-linear.nc: init-linear.nc
mpiexec -n ${NPROC} \
pismr -i init-linear.nc\
${PISM_COMMON}\
@@ -63,7 +63,6 @@ constant-linear.nc: init-linear.nc ${SLSERIES}
-ys 0 -ye ${T_END}\
-o $@
-
${SLSERIES}: sealvl.py
printf '0\t0\n${T_END}\t200\n' | ./sealvl.py