19 #ifndef _PS_DELTA_T_H_
20 #define _PS_DELTA_T_H_
24 #include "pism/coupler/SurfaceModel.hh"
40 Delta_T(std::shared_ptr<const Grid>
g, std::shared_ptr<SurfaceModel> in);
Delta_T(std::shared_ptr< const Grid > g, std::shared_ptr< SurfaceModel > in)
-surface ...,delta_T (scalar forcing of ice surface temperatures)
void update_impl(const Geometry &geometry, double t, double dt)
void init_impl(const Geometry &geometry)
std::unique_ptr< ScalarForcing > m_forcing
virtual const array::Scalar & temperature_impl() const
std::shared_ptr< array::Scalar > m_temperature
Implements the scalar temperature offsets for the ice surface temperature.
The interface of PISM's surface models.