PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <string>
#include "pism/earth/BedDef.hh"
#include "pism/util/ConfigInterface.hh"
#include "pism/util/Context.hh"
#include "pism/util/Grid.hh"
#include "pism/util/MaxTimestep.hh"
#include "pism/util/Time.hh"
Go to the source code of this file.
Namespaces | |
namespace | pism |
namespace | pism::bed |
Bed-related models: bed deformation (provide bed elevation and uplift) and (soon) bed erosion. | |
Functions | |
double | pism::bed::compute_load (double bed, double ice_thickness, double sea_level, double ice_density, double ocean_density) |
void | pism::bed::accumulate_load (const array::Scalar &bed_elevation, const array::Scalar &ice_thickness, const array::Scalar &sea_level_elevation, double C, array::Scalar &result) |