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

◆ allocate_storage()

void pism::IceCompModel::allocate_storage ( )
virtual

Allocate all Arrays defined in IceModel.

This procedure allocates the memory used to store model state, diagnostic and work vectors and sets metadata.

Default values should not be set here; please use set_vars_from_options().

All the memory allocated here is freed by Arrays' destructors.

Reimplemented from pism::IceModel.

Definition at line 155 of file iceCompModel.cc.

References pism::IceModel::allocate_storage(), pism::VariableMetadata::long_name(), m_strain_heating3_comp, pism::array::Array::metadata(), and pism::VariableMetadata::units().