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 83a341c191e31e46e6410801802061491a48f445
parent 548a0043c892eee76690872d37ae27deaf5dd7e5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 29 Nov 2021 12:15:04 +0100

Makefile: fix file names

Diffstat:
MMakefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -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\ @@ -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 @@ -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}