Computational box¶
PISM performs all simulations in a computational box which is rectangular in the PISM
coordinates. The coordinate system has horizontal coordinates
The surface
When the ice is grounded, the true physical vertical coordinate
where
In the floating case, the physical vertical coordinate is
where
Here the flotation criterion
The computational box can extend downward into the bedrock. As
The extent of the computational box, along with its bedrock extension downward, is
determined by four numbers Lx
, Ly
, Lz
, and Lbz
(see
Fig. 17). The first two of these are half-widths and have units of
kilometers when set by command-line options or displayed.

Fig. 17 PISM’s computational box¶
Configuration parameters controlling the domain size
grid
.Lbz
(1000 meters) Thickness of the thermal bedrock layer. (Inactive ifgrid
.Mbz
< 2)grid
.Lx
(no default value; units: km) Half-width of the computational box in the directiongrid
.Ly
(no default value; units: km) Half-width of the computational box in the directiongrid
.Lz
(4000 meters) Height of the computational domain.
See section Grid registration for details about the interpretation of
Footnotes
Previous | Up | Next |