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