tincrease horizontal resolution - 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 28bf802a02b6628f66171902e5dcf0f635547cf1
 (DIR) parent 7d3e509b19c10078d7a3ab7750117a7416dee5ac
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 17 May 2022 14:42:58 +0200
       
       increase horizontal resolution
       
       Diffstat:
         M Makefile                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -2,7 +2,8 @@ NPROC != awk '/^cpu cores/ {print $$4; exit}' /proc/cpuinfo
        SLSERIES = sealvl.nc
        INIT_T_END = 1e4
        T_END = 1e4
       -PISM_RES = -Mx 301 -My 3 -Mz 15
       +#PISM_RES = -Mx 301 -My 3 -Mz 15
       +PISM_RES = -Mx 601 -My 3 -Mz 15
        PISM_COMMON = \
                -stress_balance ssa+sia\
                -gradient eta\