19 #ifndef PISM_ATMOSPHERE_DELTA_T
20 #define PISM_ATMOSPHERE_DELTA_T
22 #include "pism/coupler/AtmosphereModel.hh"
28 namespace atmosphere {
32 Delta_T(std::shared_ptr<const Grid>
g, std::shared_ptr<AtmosphereModel> in);
A purely virtual class defining the interface of a PISM Atmosphere Model.
const array::Scalar & air_temperature_impl() const
std::shared_ptr< array::Scalar > m_temperature
void temp_time_series_impl(int i, int j, std::vector< double > &values) const
virtual ~Delta_T()=default
std::shared_ptr< ScalarForcing > m_1d_offsets
void init_impl(const Geometry &geometry)
void end_pointwise_access_impl() const
void begin_pointwise_access_impl() const
std::shared_ptr< array::Forcing > m_2d_offsets
void update_impl(const Geometry &geometry, double t, double dt)
std::vector< double > m_offset_values
void init_timeseries_impl(const std::vector< double > &ts) const
Delta_T(std::shared_ptr< const Grid > g, std::shared_ptr< AtmosphereModel > in)