|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <MassEnergyBudget.hh>
Inheritance diagram for pism::icebin::MassEnthVec2S:Public Member Functions | |
| MassEnthVec2S (std::shared_ptr< const pism::Grid > grid, const std::string &name) | |
| void | set_attrs (const std::string &long_name, const std::string &units) |
| virtual void | begin_access () const |
| virtual void | end_access () const |
Public Member Functions inherited from pism::PetscAccessible | |
| virtual | ~PetscAccessible ()=default |
Public Attributes | |
| pism::array::Scalar | mass |
| pism::array::Scalar | enth |
Encapsulates mass and enthalpy together. Used to tabulate total enthalpy of a bunch of advected H2O based on its mass and specific enthalpy. This allows us to have only one C++ variable per advected quantity, instead of two.
Definition at line 13 of file MassEnergyBudget.hh.