19 #ifndef PS_ELEVATION_CHANGE
20 #define PS_ELEVATION_CHANGE
22 #include "pism/coupler/SurfaceModel.hh"
30 ElevationChange(std::shared_ptr<const Grid>
g, std::shared_ptr<SurfaceModel> in);
virtual void init_impl(const Geometry &geometry)
virtual void update_impl(const Geometry &geometry, double t, double dt)
std::shared_ptr< array::Scalar > m_mass_flux
const array::Scalar & melt_impl() const
const array::Scalar & accumulation_impl() const
std::shared_ptr< array::Forcing > m_reference_surface
std::shared_ptr< array::Scalar > m_temperature
const array::Scalar & temperature_impl() const
const array::Scalar & runoff_impl() const
virtual ~ElevationChange()=default
ElevationChange(std::shared_ptr< const Grid > g, std::shared_ptr< SurfaceModel > in)
const array::Scalar & mass_flux_impl() const
The interface of PISM's surface models.