PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include "pism/hydrology/EmptyingProblem.hh"
#include "pism/geometry/Geometry.hh"
#include "pism/util/interpolation.hh"
#include "pism/util/pism_utilities.hh"
Go to the source code of this file.
Namespaces | |
pism | |
pism::hydrology | |
Sub-glacial hydrology models and related diagnostics. | |
pism::hydrology::diagnostics | |
Functions | |
static void | pism::hydrology::diagnostics::compute_sinks (const array::Scalar &domain_mask, const array::Scalar1 &psi, array::Scalar &result) |
static void | pism::hydrology::diagnostics::effective_water_velocity (const Geometry &geometry, const array::Vector &water_flux, array::Vector &result) |
static double | pism::hydrology::K (double psi_x, double psi_y, double speed, double epsilon) |