PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ 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(). |