PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Namespaces | Functions
energy.cc File Reference
#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

 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. More...
 

Detailed Description

Methods of IceModel which address conservation of energy. Common to enthalpy (polythermal) and temperature (cold-ice) methods.

Definition in file energy.cc.