22 #include "pism/coupler/SurfaceModel.hh"
42 Simple(std::shared_ptr<const Grid>
g, std::shared_ptr<atmosphere::AtmosphereModel> atmosphere);
const array::Scalar & accumulation_impl() const
Simple(std::shared_ptr< const Grid > g, std::shared_ptr< atmosphere::AtmosphereModel > atmosphere)
const array::Scalar & temperature_impl() const
virtual void update_impl(const Geometry &geometry, double t, double dt)
std::shared_ptr< array::Scalar > m_mass_flux
const array::Scalar & mass_flux_impl() const
std::shared_ptr< array::Scalar > m_temperature
const array::Scalar & melt_impl() const
virtual void init_impl(const Geometry &geometry)
const array::Scalar & runoff_impl() const
A class implementing a primitive surface model.
The interface of PISM's surface models.