|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
#include <petsc.h>#include "grid.hh"#include "iceModel.hh"#include "coupler/PCFactory.hh"#include "coupler/PISMAtmosphere.hh"#include "coupler/PISMSurface.hh"#include "coupler/PISMOcean.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static char | help [] = "The basic PISM executable for evolution runs.\n" |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 32 of file pismr.cc.
References PISMSurfaceModel::attach_atmosphere_model(), IceModel::attach_ocean_model(), IceModel::attach_surface_model(), PCFactory< Model, Modifier >::create(), g, help, IceModel::init(), PISM_Revision, IceModel::run(), IceModel::setExecName(), and IceModel::writeFiles().
1.7.3