#include "pism/earth/BedDef.hh"
#include "pism/util/Grid.hh"
#include "pism/util/ConfigInterface.hh"
#include "pism/util/Context.hh"
Go to the source code of this file.
|
| pism |
|
| pism::bed |
| Bed-related models: bed deformation (provide bed elevation and uplift) and (soon) bed erosion.
|
|
|
double | pism::bed::compute_load (double bed, double ice_thickness, double sea_level, double ice_density, double ocean_density) |
|
void | pism::bed::compute_load (const array::Scalar &bed_elevation, const array::Scalar &ice_thickness, const array::Scalar &sea_level_elevation, array::Scalar &result) |
|