PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ smoothed_thk()
Computes a smoothed thickness map. The result Ghosted values are updated directly and no communication occurs. In fact, we assume Call preprocess_bed() first. Definition at line 282 of file BedSmoother.cc. References pism::ParallelSection::check(), pism::ParallelSection::failed(), pism::RuntimeError::formatted(), pism::array::CellType::grounded(), m_grid, m_maxtl, m_topgsmooth, pism::array::max(), PISM_ERROR_LOCATION, and pism::array::Array::stencil_width(). Referenced by pism::stressbalance::SIAFD::compute_diffusivity(), and pism::stressbalance::SIAFD::compute_I(). |