|
PISM, A Parallel Ice Sheet Model 2.3.2-61fbb4273 committed by Andy Aschwanden on 2026-06-25
|
◆ extrapolate_velocity()
Estimate velocity at ice-free cells near the ice margin using interpolation from immediate neighbors that are icy. This is used to improve the initial guess of ice viscosity at marginal locations when ice advances: otherwise we would use the zero velocity (if CFBC is "on"), and that is a poor estimate at best. Note: icy cells of Definition at line 159 of file SSA.cc. References pism::East, pism::array::CellType::ice_free(), pism::mask::icy(), pism::Component::m_grid, pism::array::CellType1::next_to_ice(), pism::North, pism::South, pism::array::Array2D< T >::star(), pism::array::CellType1::star_int(), pism::array::Array::update_ghosts(), pism::stressbalance::ShallowStressBalance::velocity(), and pism::West. Referenced by pism::stressbalance::SSAFD::solve(). |