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

◆ compute_uplift()

void pism::bed::BedDef::compute_uplift ( const array::Scalar bed,
const array::Scalar bed_last,
double  dt,
array::Scalar result 
)
protected

Compute bed uplift (dt is in seconds).

uplift = (topg - topg_last) / dt

Definition at line 167 of file BedDef.cc.

References pism::array::Array2D< T >::add(), and pism::array::Array::scale().

Referenced by pism::bed::LingleClark::step(), pism::bed::PointwiseIsostasy::update_impl(), and pism::bed::Given::update_impl().