PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ update_diagnostics()

void pism::IceModel::update_diagnostics ( double  dt)
protectedvirtual

Update diagnostics.

This usually involves accumulating data needed to computed time-averaged quantities.

Call this after prune_diagnostics() to avoid unnecessary work.

Definition at line 1049 of file IceModel.cc.

References dt(), m_diagnostics, m_time, and m_ts_diagnostics.

Referenced by run().