Initialization and bootstrapping¶
There are three ways to start PISM:
option
-i
reads a previously-saved “complete” PISM model state from a NetCDF file, oroption
-i
-bootstrap
reads an “incomplete” NetCDF file and uses heuristics to fill in needed fields, orpism -eisII ...
and thepism -test ...
are used to initialize simplified-geometry experiments and verification tests from formulas in the source code, and thus no input file is required.
Modeling usually starts with the -i input.nc -bootstrap
because real ice sheet
observations are never complete initial conditions. Runs with multiple stages often use
the -i
option after the first stage.
Previous | Up | Next |