PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ 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 421 of file PicoGeometry.cc. References pism::array::Scalar::as_int(), pism::array::Array2D< T >::copy_from(), FLOATING, ice_rise_mask(), pism::label_components(), pism::Component::m_grid, m_tmp, m_tmp_p0, and RISE. Referenced by update(). |