PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ compute_retreat_rate()
Compute retreat rate corresponding to a given frontal melt rate. This code computes the fraction of the front submerged in ocean water and uses it to scale the provided melt rate. Definition at line 43 of file FrontalMelt.cc. References pism::Geometry::bed_elevation, pism::Geometry::cell_type, pism::ParallelSection::check(), pism::ParallelSection::failed(), frontal_melt_rate(), pism::mask::grounded(), pism::array::CellType::ice_free_ocean(), pism::Geometry::ice_surface_elevation, pism::Geometry::ice_thickness, pism::Component::m_config, pism::Component::m_grid, pism::GeometryCalculator::mask(), pism::array::max(), pism::array::CellType1::next_to_ice(), pism::part_grid_threshold_thickness(), pism::Geometry::sea_level_elevation, and pism::array::CellType1::star_int(). Referenced by update(). |