PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
◆ update_Wtill()
The computation of Wtillnew, called by update(). Does a step of the trivial integration \frac{\partial W_{till}}{\partial t} = \frac{m}{\rho_w} - C where C= Compare hydrology::NullTransport::update_impl(). The current code is not quite "code duplication" because the code here:
Otherwise this is the same physical model with the same configurable parameters. Definition at line 730 of file Routing.cc. References pism::array::Array2D< T >::add(), pism::clip(), pism::Component::m_config, pism::Component::m_grid, and pism::hydrology::Hydrology::surface_input_rate(). Referenced by pism::hydrology::Distributed::update_impl(), and update_impl(). |