PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ extend_basal_melt_rates()

static void pism::ocean::extend_basal_melt_rates ( const array::CellType1 cell_type,
array::Scalar1 basal_melt_rate 
)
static

Extend basal melt rates to grounded and ocean neighbors for consitency with subgl_melt. Note that melt rates are then simply interpolated into partially floating cells, they are not included in the calculations of PICO.

Definition at line 199 of file Pico.cc.

References pism::array::Array2D< T >::box(), pism::array::Array::grid(), pism::MASK_FLOATING, pism::MASK_GROUNDED, pism::MASK_ICE_FREE_OCEAN, and pism::array::Array::update_ghosts().

Referenced by pism::ocean::Pico::update_impl().