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

◆ update_impl() [1/2]

void pism::energy::DummyEnergyModel::update_impl ( double  t,
double  dt,
const Inputs inputs 
)
protectedvirtual

Update ice enthalpy field based on conservation of energy.

This method is documented by the page bombproofenth and by [AschwandenBuelerKhroulevBlatter].

This method updates array::Array3D m_work and array::Scalar basal_melt_rate. No communication of ghosts is done for any of these fields.

We use an instance of enthSystemCtx.

Regarding drainage, see [AschwandenBuelerKhroulevBlatter] and references therein.

Reimplemented from pism::energy::EnthalpyModel.

Definition at line 52 of file DummyEnergyModel.cc.