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

◆ till_friction_angle() [1/2]

void pism::MohrCoulombYieldStress::till_friction_angle ( const array::Scalar basal_yield_stress,
const array::Scalar till_water_thickness,
const array::Scalar ice_thickness,
const array::CellType cell_type,
array::Scalar result 
)
private

Compute the till friction angle in grounded areas using available basal yield stress, till water thickness, and overburden pressure.

This is the inverse of the formula used by update_impl().

Definition at line 407 of file MohrCoulombYieldStress.cc.

References pism::array::CellType::ice_free(), pism::Component::m_config, pism::Component::m_grid, pism::array::CellType::ocean(), pism::MohrCoulombPointwise::till_friction_angle(), and pism::array::Array::update_ghosts().