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

◆ compute_ice_rises()

void pism::ocean::PicoGeometry::compute_ice_rises ( const array::CellType cell_type,
bool  exclude_ice_rises,
array::Scalar result 
)
private

Compute the mask identifying ice rises, i.e. grounded ice areas not connected to the continental ice sheet.

Resulting mask contains:

0 - ocean 1 - ice rises 2 - continental ice sheet 3 - floating ice

Definition at line 324 of file PicoGeometry.cc.

References pism::ocean::AREA_THRESHOLD, pism::array::Array2D< T >::copy_from(), FLOATING, pism::array::CellType::grounded(), pism::array::CellType::icy(), pism::label_components(), pism::Component::m_config, pism::Component::m_grid, m_tmp, m_tmp_p0, and pism::ocean::relabel().

Referenced by update().