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

◆ bootstrap()

void pism::bed::BedDef::bootstrap ( const array::Scalar bed_elevation,
const array::Scalar bed_uplift,
const array::Scalar ice_thickness,
const array::Scalar sea_level_elevation 
)

Initialize using provided bed elevation and uplift.

Definition at line 179 of file BedDef.cc.

References bed_elevation(), bootstrap_impl(), pism::array::Array2D< T >::copy_from(), pism::Time::current(), m_t_last, m_topg, m_topg_last, m_uplift, and pism::Component::time().

Referenced by pism::bed::LingleClark::init_impl().