PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ update_impl() [1/2]
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. |