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_impl()

void pism::bed::LingleClark::bootstrap_impl ( const array::Scalar bed_elevation,
const array::Scalar bed_uplift,
const array::Scalar ice_thickness,
const array::Scalar sea_level_elevation 
)
protectedvirtual

Initialize the model by computing the viscous bed displacement using uplift and the elastic response using ice thickness.

Then compute the bed relief as the difference between bed elevation and total bed displacement.

This method has to initialize m_viscous_displacement, m_elastic_displacement, m_total_displacement, and m_relief.

Implements pism::bed::BedDef.

Definition at line 119 of file LingleClark.cc.

References pism::bed::accumulate_load(), pism::array::Array2D< T >::add(), pism::array::Array::allocate_proc0_copy(), pism::bed::BedDef::bed_elevation(), pism::ParallelSection::check(), pism::ParallelSection::failed(), pism::array::Array::get_from_proc0(), m_elastic_displacement, m_elastic_displacement0, pism::Component::m_grid, pism::bed::BedDef::m_load, m_relief, m_serial_model, pism::bed::BedDef::m_topg, m_total_displacement, m_viscous_displacement, m_viscous_displacement0, m_work0, PISM_CHK, pism::array::Array::put_on_proc0(), pism::array::Array::set(), and total_displacement().