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

◆ diagnostic_variables()

std::set< VariableMetadata > pism::IceModel::diagnostic_variables ( const std::set< std::string > &  variable_names) const
protectedvirtual

Return the set of all the diagnostic variables corresponding to the set of requested diagnostic quantities in variable_names (one quantity may map to two or more variables, e.g. velocities (2 or 3 vector components) of quantities on the staggered grid (2 grid offsets)).

Definition at line 3866 of file diagnostics.cc.

References pism::k, and m_available_spatial_diagnostics.

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