PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
Reports the total top surface ice flux. More...
Public Member Functions | |
TotalSurfaceRunoff (const SurfaceModel *m) | |
double | compute () |
![]() | |
TSDiag (const SurfaceModel *m, const std::string &name) | |
![]() | |
TSFluxDiagnostic (std::shared_ptr< const Grid > g, const std::string &name) | |
![]() | |
TSRateDiagnostic (std::shared_ptr< const Grid > g, const std::string &name) | |
![]() | |
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 VariableMetadata & | metadata () const |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< TSDiagnostic > | Ptr |
![]() | |
void | evaluate (double t0, double t1, double change) |
![]() | |
void | set_units (const std::string &units, const std::string &output_units) |
![]() | |
const SurfaceModel * | model |
![]() | |
double | m_accumulator |
accumulator of changes (used to compute rates of change) | |
![]() | |
std::shared_ptr< const Grid > | m_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< double > | m_time |
std::vector< double > | m_bounds |
std::vector< double > | m_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 | |
Reports the total top surface ice flux.
Definition at line 782 of file SurfaceModel.cc.