PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ compute()
Compute the diagnostic. Regular (snapshot) quantity should be computed here; for rates of change, compute() should return the total change during the time step from t0 to t1. The rate itself is computed in evaluate_rate(). Implements pism::TSDiagnostic. Definition at line 2325 of file diagnostics.cc. References pism::Geometry::cell_type, pism::IceModel::dt(), pism::GeometryEvolution::flux_staggered(), pism::IceModel::geometry(), pism::IceModel::geometry_evolution(), pism::TSDiag< TSFluxDiagnostic, IceModel >::model, and pism::total_grounding_line_flux(). |