Getting PISM sources
The latest "stable" version of PISM is stable0.2.
As PISM is currently under rapid development, we distribute it only as compilable source code.
Check out the source code by subversion from
Gna! (recommended):
svn co http://svn.gna.org/svn/pism/tags/stable0.2 pism0.2
Or download a tarball (if you feel you must; SVN is better!): http://download.gna.org/pism/
User's documentation
- The Installation Manual (updated on March 31, 2009) describes how to download PISM source code and install it and the libraries it needs. Installation of PISM for Debian-based Linux (like Ubuntu) is smoothest, but many other Unix flavors including SUSE, Cray, and Mac OS X have been used with success.
- The User's Manual (updated on March 31, 2009) describes how to run PISM for certain simplified geometry situations and illustrates how PISM's numerical approximations are verified. It also describes how to use PISM as a Greenland ice sheet model or a Ross ice shelf model, with basic publicly-available data.
- Changes (compared to stable0.1) include:
- following Climate and Forecasting metadata conventions version 1.4
- supporting both PETSc 2.3.3 and 3.0
- separation of climate inputs from the ice-dynamics core
- software tests
- installation instructions moved to a separate manual
- SSA can be used as a sliding law
- MISMIP and simplified geometry experiments
- new numerical scheme for temperature and age
- bootstrapping code is much more flexible
- unit conversion with a custom version of UDUNITS-1
- model state snapshots without affecting the time-stepping mechanism
- Support at help@pism-docs.org
Technical documentation
- Reference Manual (PDF; automatically generated from source files by doxygen on March 31, 2009; DRAFT!)
- PISM class, namespace, and source file browser (automatically generated by doxygen on March 31, 2009)
- track changes (commit messages) at cia.vc/stats/project/pism
- Get manuals for your version by
cd doc/ && make
Then view manual.pdf (User's Manual) and refman.pdf (Reference Manual) and doxy/html/index.html (PISM class browser). - PISM is a C++ program which uses the
- PETSc library for parallel numerics
- MPI library for interprocess communication
- NetCDF file format
- A customized version of UDUNITS-1 for unit conversion
- and generates CF-1.4 (Climate and Forecasting version 1.4) compliant NetCDF files
Numerics and science (journal articles)
- Ed Bueler and Jed Brown, The shallow shelf approximation as a "sliding law" in a thermomechanically coupled ice sheet model (2009), J. Geophys. Res., doi:10.1029/2008JF001179, in press.
- Ed Bueler, Jed Brown, and Craig Lingle (2007). Exact solutions to the thermomechanically coupled shallow ice approximation: effective tools for verification, J. Glaciol. 53 (no. 182), 499-516.
- Ed Bueler, Craig S. Lingle, Jed A. Brown (2007). Fast computation of a viscoelastic deformable earth model for ice flow simulations, Ann. Glaciol. 46, 97-105.
- C. Schoof (2006). A variational approach to ice stream flow, J. Fluid Mech., 556, 227-251.
- R. Calov and R. Greve (2005). Correspondence: A semi-analytical solution for the positive degree-day model with stochastic temperature variations, J. Glaciol. 51 (no. 172), 173-175.
- Ed Bueler, Craig S. Lingle, Jed A. Kallen-Brown, David N. Covey, and Latrice N. Bowman (2005). Exact solutions and verification of numerical models for isothermal ice sheets, J. Glaciol. 51 (no. 173), 291-306.
- D. L. Goldsby and D. L. Kohlstedt (2001). Superplastic deformation of ice: experimental observations, J. Geophys. Res., 106, 11017-11030
Supporting documentation (technical reports)
- Ed Bueler, An exact solution to the temperature equation in a column of ice and bedrock, preprint arXiv:0710.1314, 2007.
- Ed Bueler and Jed Brown, On exact solutions for cold,
shallow, and thermocoupled ice sheets, preprint arXiv:physics/0610106,
2006.
- Ed Bueler, Craig S. Lingle, Jed A. Kallen-Brown, Computation of combined spherical-elastic and viscous-half-space earth model for ice sheet simulation, preprint arXiv:physics/0606074, 2006.
- Ed Bueler, Construction of steady state solutions for isothermal shallow ice sheets, UAF DMS Technical Report 03-02, 2003.
