PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ update_impl()
Update the till water thickness by simply integrating the melt input. Does an explicit (Euler) step of the integration \[ \frac{\partial W_{til}}{\partial t} = \frac{m}{\rho_w} - C\] where \(C=\) There is no attempt to report on conservation errors because the model does not conserve water. There is no tranportable water thickness variable and no interaction with it. Reimplemented from pism::hydrology::NullTransport. Definition at line 49 of file NullTransportHydrology.cc. References basal_runoff_sum, C, pism::Geometry::cell_type, pism::hydrology::Inputs::geometry, pism::Component::m_config, pism::Component::m_grid, pism::hydrology::Hydrology::m_surface_input_rate, pism::hydrology::Hydrology::m_Wtill, pism::array::max(), pism::array::min(), pism::PointsWithGhosts::next(), and PISM_ERROR_LOCATION. |