PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
◆ compute_lakes()
Compute the mask identifying "subglacial lakes", i.e. floating ice areas that are not connected to the open ocean. Resulting mask contains: 0 - grounded ice 1 - floating ice not connected to the open ocean 2 - floating ice or ice-free ocean connected to the open ocean Definition at line 288 of file PicoGeometry.cc. References pism::Profiling::begin(), pism::array::Array2D< T >::copy_from(), pism::grid::domain_edge(), pism::Profiling::end(), pism::array::Array::grid(), pism::Component::grid(), pism::connected_components::label_isolated(), m_tmp, pism::array::CellType::ocean(), and pism::Component::profiling(). Referenced by update(). |