PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ compute_driving_stress()
Compute the gravitational driving stress. Computes the gravitational driving stress at the base of the ice: \[ \tau_d = - \rho g H \nabla h \] Reimplemented from pism::stressbalance::SSA. Definition at line 69 of file SSAFD_Regional.cc. References pism::stressbalance::SSA::compute_driving_stress(), pism::stressbalance::ShallowStressBalance::m_EC, pism::Component::m_grid, m_h_stored, m_H_stored, pism::array::Array2D< T >::star(), and pism::stressbalance::weight(). |