tMakefile: fix set of geothermal flux, keep ice front BC - pism-exp-gsw - ice stream and sediment transport experiments
 (HTM) git clone git://src.adamsgaard.dk/pism-exp-gsw
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 68bab79ee0dadb70826af95b175dc0e834eca503
 (DIR) parent 58a7957458f2651dfd59dc888d30cb0d804fa062
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  6 Dec 2021 16:47:20 +0100
       
       Makefile: fix set of geothermal flux, keep ice front BC
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -7,11 +7,12 @@ PISM_COMMON = \
                -stress_balance ssa+sia\
                -gradient eta\
                -cfbc -part_grid -kill_icebergs -subgl\
       +        -front_retreat_file MISMIP_boot_1a_M1_A1.nc\
                -options_left\
                -plastic_phi 24\
                -till_cohesion 0\
                -hydrology routing\
       -        -geothermal_flux 70e-3\
       +        -bootstrapping.defaults.geothermal_flux 70e-3\
                -sia_e 4.5 -ssa_e 0.512\
                -bed_def lc\
                -stress_balance.sia.max_diffusivity 1e4\
       t@@ -51,7 +52,6 @@ init-linear.nc: MISMIP_boot_1a_M1_A1.nc
                                ${PISM_RES}\
                                -Lz 5000\
                                ${PISM_COMMON}\
       -                        -front_retreat_file MISMIP_boot_1a_M1_A1.nc\
                                -ys -${INIT_T_END} -ye 0\
                                -ts_file ts_$@\
                                -ts_times -${INIT_T_END}:50:0\