PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
◆ compute_ice_shelf_mask()
Compute the mask identifying ice shelves. Each shelf gets an individual integer label. Two shelves connected by an ice rise are considered to be parts of the same shelf. Floating ice cells that are not connected to the ocean ("subglacial lakes") are excluded. Definition at line 442 of file PicoGeometry.cc. References pism::array::Scalar::as_int(), pism::Profiling::begin(), pism::array::Array2D< T >::copy_from(), pism::Profiling::end(), FLOATING, ice_rise_mask(), pism::connected_components::label(), pism::Component::m_grid, m_tmp, pism::Component::profiling(), and RISE. Referenced by update(). |