PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ compute_geometry_change()

void pism::IceModel::compute_geometry_change ( const array::Scalar thickness,
const array::Scalar Href,
const array::Scalar thickness_old,
const array::Scalar Href_old,
bool  add_values,
array::Scalar output 
)
protected

Compute the change in ice geometry from "old" to "current".

Units: ice equivalent meters.

Parameters
thicknesscurrent ice thickness
Hrefcurrent "reference ice thickness"
thickness_oldold ice thickness
Href_oldold "reference ice thickness"
[in]add_valuesif true, add computed values to output, otherwise overwrite them
[in,out]outputcomputed change

Definition at line 336 of file frontretreat.cc.

References m_grid.

Referenced by front_retreat_step(), and step().