pism-exp-gsw

ice stream and sediment transport experiments
git clone git://src.adamsgaard.dk/pism-exp-gsw # fast
git clone https://src.adamsgaard.dk/pism-exp-gsw.git # slow
Log | Files | Refs | README | LICENSE Back to index

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:
MMakefile | 3+--
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