Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ 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 337 of file frontretreat.cc.

References m_grid.

Referenced by front_retreat_step(), and step().