tMakefile: fix option definition syntax - pism-exp-gsw - ice stream and sedimen… | |
git clone git://src.adamsgaard.dk/pism-exp-gsw | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 92cec776e88d9a786c967f6d5e5f3bc0faf8d246 | |
parent c96ac6a3ce035c69050082cb3bc36551f0301c7c | |
Author: Anders Damsgaard <[email protected]> | |
Date: Tue, 7 Dec 2021 19:52:03 +0100 | |
Makefile: fix option definition syntax | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
t@@ -19,11 +19,11 @@ PISM_COMMON = \ | |
-backup_size big\ | |
-o_order zyx\ | |
-log_view\ | |
+ | |
OUT_VARS =\ | |
-extra_vars \ | |
basal_mass_flux_floating,basal_mass_flux_grounded,basal_melt_r… | |
- | |
OUT_COMMON =\ | |
-extra_times 0:50:${T_END}\ | |
-ts_times 0:50:${T_END}\ |