PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ P_from_W_steady()
Compute functional relationship P(W) which applies only in steady state. In steady state in this model, water pressure is determined by a balance of cavitation (opening) caused by sliding and creep closure. This will be used in initialization when P is otherwise unknown, and in verification and/or reporting. It is not used during time-dependent model runs. To be more complete, \(P = P(W,P_o,|v_b|)\). Definition at line 170 of file Distributed.cc. References pism::Component::m_config, pism::Component::m_grid, pism::array::max(), and pism::Wr. Referenced by bootstrap_impl(). |