EISMINT II¶
There are seven experiments described in the published EISMINT II writeup [12]. They are named A, B, C, D, F, G, and H. They have these common features:
runs are for \(2\times 10^5\) years, with no prescribed time step;
a \(61\times 61\) horizontal grid on a square domain (\(1500\) km side length) is prescribed;
surface inputs (temperature and mass balance) have angular symmetry around the grid center;
the bed is flat and does not move (no isostasy);
the temperature in the bedrock is not modeled;
only the cold (not polythermal) thermomechanically-coupled SIA is used [12]; and
basal melt rates do not affect the evolution of the ice sheet.
The experiments differ from each other in their various combinations of surface temperature and mass balance parameterizations. Experiments H and G involve basal sliding, under the physically-dubious SIA sliding rubric ([10], Appendix B), while the others don’t. Four experiments start with zero ice (A,F,G,H), while the other experiments (B,C,D) start from the final state of experiment A.
In addition to the seven experiments published in [12], there were an additional five experiments described in the EISMINT II intercomparison description [85], labeled E, I, J, K, and L. These experiments share most features listed above, but with the following differences. Experiment E is the same as experiment A except that the peak of the accumulation, and also the low point of the surface temperature, are shifted by 100 km in both \(x\) and \(y\) directions; also experiment E starts with the final state of experiment A. Experiments I and J are similar to experiment A but with non-flat “trough” bed topography. Experiments K and L are similar to experiment C but with non-flat “mound” bed topography.
See Table 31 for how to run supported EISMINT II experiments in PISM. Experiments E – L are only documented in [85].
Note
Experiments G and H are not supported.
Command: “ |
Relation to experiment A |
---|---|
|
|
|
warmer |
|
less snow (lower accumulation) |
|
smaller area of accumulation |
|
colder; famous spokes [16] |
|
shifted climate maps |
|
trough topography |
|
trough topography and less snow |
|
mound topography |
|
mound topography and less snow |
The vertical grid is not specified in EISMINT II, but a good simulation of the
thermomechanically-coupled conditions near the base of the ice requires relatively-fine
resolution there. We suggest using the default unequally-spaced grid. With 61 levels it
gives a grid spacing of \(\sim 20 m\) in the ice layer closest to the bed, but more vertical
levels are generally better. Alternatively these experiments can be done with an
equally-spaced grid; in this case we suggest using enough vertical levels to give 20 m
spacing, for example. When there is sliding, even more vertical resolution is recommended
(see Table 31). Also, the vertical extent must be sufficient so that when
the ice thickness grows large, especially before thermo-softening brings it back down, the
vertical grid is tall enough to include all the ice. Table 31 therefore
includes suggested settings of -Lz
; experiment F is different because ice thickness
increases with colder temperatures.
These SIA-only simulations parallelize well. Very roughly, for the standard \(61\times 61\)
horizontal grid, wall-clock-time speedups will occur up to about 30 processors. Runs on
finer (horizontal) grids will benefit from even more processors. Also, the “skip”
mechanism which avoids updating the temperature at each time step is effective, so options
like -skip -skip_max 5
are recommended.
The EISMINT II experiments can be run with various modifications of the default settings.
For instance, a twice-finer grid in the horizontal is “-Mx 121 -My 121
”.
Table 32 lists some optional settings which are particular to the
EISMINT II experiments.
Option |
Default values [experiments] |
Units |
Meaning |
---|---|---|---|
|
A |
Choose single character name of EISMINT II [12] simplified geometry experiment. See Table 31. |
|
|
0.5 [ABDEFIK], 0.25 [CJL] |
\(m / year\) |
max value of accumulation rate |
|
450 [ABEFIK], 425 [CDJL] |
km |
radial distance to equilibrium line |
|
\(10^{-2}\) [all] |
\((m/year)/km\) |
radial gradient of accumulation rate |
|
\(1.67 \times 10^{-2}\) [all] |
K/km |
radial gradient of surface temperature |
|
238.15 [ACDEIJKL], 243.15 [B], 223.15 [F] |
K |
max of surface temperature |
|
Include the basal melt rate in the mass continuity computation; overrides EISMINT II default. |
See subdirectory examples/eismintII/
for a simple helper script runexp.sh
.
Previous | Up | Next |