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

◆ state_variables()

std::set< VariableMetadata > pism::IceModel::state_variables ( ) const
protectedvirtual

Return the set of "state" variables, i.e. variables that describe the state of IceModel and of all its sub-models.

Return the set of state variables from IceModel and all its sub-models. Does not include state variables from requested diagnostics.

Definition at line 217 of file output.cc.

References pism::combine(), pism::k, m_model_state, and m_submodels.

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