PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches

◆ common_metadata()

std::set< VariableMetadata > pism::IceModel::common_metadata ( ) const
protected

Return the set of "common" variables (i.e. ones written to most files): step counter, model-years-per-processor-hour, wall clock time since start, configuration parameters, grid mapping (if known).

Definition at line 81 of file output.cc.

References pism::config_metadata(), pism::VariableMetadata::long_name(), m_config, m_grid, m_output_global_attributes, m_sys, pism::io::PISM_FLOAT, pism::io::PISM_INT, pism::VariableMetadata::set_output_type(), pism::VariableMetadata::set_time_dependent(), and pism::VariableMetadata::units().

Referenced by init_checkpoints(), init_final_output(), init_snapshots(), and init_spatial_diagnostics().