|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <cassert>#include "pism/icemodel/IceModel.hh"#include "pism/energy/BedThermalUnit.hh"#include "pism/util/Grid.hh"#include "pism/util/ConfigInterface.hh"#include "pism/util/error_handling.hh"#include "pism/coupler/SurfaceModel.hh"#include "pism/util/EnthalpyConverter.hh"#include "pism/util/Profiling.hh"#include "pism/energy/EnergyModel.hh"Go to the source code of this file.
Namespaces | |
| namespace | pism |
Functions | |
| void | pism::bedrock_surface_temperature (const array::Scalar &sea_level, const array::CellType &cell_type, const array::Scalar &bed_topography, const array::Scalar &ice_thickness, const array::Scalar &basal_enthalpy, const array::Scalar &ice_surface_temperature, array::Scalar &result) |
| Compute the temperature seen by the top of the bedrock thermal layer. | |
Methods of IceModel which address conservation of energy. Common to enthalpy (polythermal) and temperature (cold-ice) methods.
Definition in file energy.cc.