PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ 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().