PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
◆ till_friction_angle() [2/2]
Computes the till friction angle phi as a piecewise linear function of bed elevation, according to user options. Computes the till friction angle \phi(x,y) at a location as the following increasing, piecewise-linear function of the bed elevation b(x,y). Let M = (\phi_{\text{max}} - \phi_{\text{min}}) / (b_{\text{max}} - b_{\text{min}}) be the slope of the nontrivial part. Then \phi(x,y) = \begin{cases} \phi_{\text{min}}, & b(x,y) \le b_{\text{min}}, \\ \phi_{\text{min}} + (b(x,y) - b_{\text{min}}) \,M, & b_{\text{min}} < b(x,y) < b_{\text{max}}, \\ \phi_{\text{max}}, & b_{\text{max}} \le b(x,y), \end{cases} where \phi_{\text{min}}= The default values are vaguely suitable for Antarctica. See src/pism_config.cdl. Definition at line 350 of file MohrCoulombYieldStress.cc. References pism::Component::m_config, pism::Component::m_grid, pism::Component::m_log, PISM_ERROR_LOCATION, and pism::array::Array::update_ghosts(). Referenced by bootstrap_impl(). |