PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ p_coeff()

double pism::ocean::PicoPhysics::p_coeff ( double  g1,
double  s1 
) const
private

calculate p coefficent for solving the quadratic temperature equation trough the p-q formula. See equation A12 in the PICO paper. is only used once in Toc_box1(...)

Definition at line 183 of file PicoPhysics.cc.

References m_alpha, m_beta, m_overturning_coeff, and m_rho_star.

Referenced by Toc_box1().