Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
pism::diagnostics::scalar::IceMass Class Reference

Computes the total ice mass. More...

+ Inheritance diagram for pism::diagnostics::scalar::IceMass:

Public Member Functions

 IceMass (IceModel *m)
 
double compute ()
 
- Public Member Functions inherited from pism::TSDiag< TSSnapshotDiagnostic, IceModel >
 TSDiag (const IceModel *m, const std::string &name)
 
- Public Member Functions inherited from pism::TSSnapshotDiagnostic
 TSSnapshotDiagnostic (std::shared_ptr< const Grid > g, const std::string &name)
 
- Public Member Functions inherited from pism::TSDiagnostic
 TSDiagnostic (std::shared_ptr< const Grid > g, const std::string &name)
 
virtual ~TSDiagnostic ()
 
void update (double t0, double t1)
 
void flush ()
 
void init (const File &output_file, std::shared_ptr< std::vector< double > > requested_times)
 
const VariableMetadatametadata () const
 

Additional Inherited Members

- Public Types inherited from pism::TSDiagnostic
typedef std::shared_ptr< TSDiagnosticPtr
 
- Protected Member Functions inherited from pism::TSDiagnostic
void set_units (const std::string &units, const std::string &output_units)
 
- Protected Attributes inherited from pism::TSDiag< TSSnapshotDiagnostic, IceModel >
const IceModelmodel
 
- Protected Attributes inherited from pism::TSDiagnostic
std::shared_ptr< const Gridm_grid
 the grid
 
const Config::ConstPtr m_config
 Configuration flags and parameters.
 
const units::System::Ptr m_sys
 the unit system
 
std::string m_time_name
 time series object used to store computed values and metadata
 
VariableMetadata m_variable
 
VariableMetadata m_dimension
 
VariableMetadata m_time_bounds
 
std::vector< doublem_time
 
std::vector< doublem_bounds
 
std::vector< doublem_values
 
std::shared_ptr< std::vector< double > > m_requested_times
 requested times
 
unsigned int m_current_time
 index into m_times
 
std::string m_output_filename
 
unsigned int m_start
 starting index used when flushing the buffer
 
size_t m_buffer_size
 size of the buffer used to store data
 

Detailed Description

Computes the total ice mass.

Definition at line 1738 of file diagnostics.cc.


The documentation for this class was generated from the following file: