22 #include "pism/coupler/AtmosphereModel.hh"
28 namespace atmosphere {
33 Given(std::shared_ptr<const Grid>
g);
A purely virtual class defining the interface of a PISM Atmosphere Model.
void end_pointwise_access_impl() const
void update_impl(const Geometry &geometry, double t, double dt)
std::shared_ptr< array::Forcing > m_air_temp
void init_impl(const Geometry &geometry)
void precip_time_series_impl(int i, int j, std::vector< double > &values) const
std::shared_ptr< array::Forcing > m_precipitation
void init_timeseries_impl(const std::vector< double > &ts) const
const array::Scalar & precipitation_impl() const
void temp_time_series_impl(int i, int j, std::vector< double > &values) const
const array::Scalar & air_temperature_impl() const
void begin_pointwise_access_impl() const
Given(std::shared_ptr< const Grid > g)