PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ update()
Updates ice cover mask and the ice thickness according to the calving rule removing ice at the shelf front that is thinner than a given threshold.
Definition at line 101 of file CalvingAtThickness.cc. References pism::array::Array2D< T >::copy_from(), pism::array::CellType::floating_ice(), m_calving_threshold, pism::Component::m_grid, m_old_mask, pism::MASK_ICE_FREE_OCEAN, pism::array::CellType1::next_to_ice_free_ocean(), threshold(), and pism::array::Array::update_ghosts(). |