PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ 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 C, 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(). |