22 #include "pism/coupler/AtmosphereModel.hh"
25 namespace atmosphere {
31 Anomaly(std::shared_ptr<const Grid>
g, std::shared_ptr<AtmosphereModel> in);
std::shared_ptr< array::Forcing > m_air_temp_anomaly
std::shared_ptr< array::Scalar > m_temperature
std::vector< double > m_mass_flux_anomaly
void init_timeseries_impl(const std::vector< double > &ts) const
const array::Scalar & precipitation_impl() const
std::shared_ptr< array::Forcing > m_precipitation_anomaly
void temp_time_series_impl(int i, int j, std::vector< double > &values) const
void end_pointwise_access_impl() const
void init_impl(const Geometry &geometry)
std::shared_ptr< array::Scalar > m_precipitation
void precip_time_series_impl(int i, int j, std::vector< double > &values) const
void begin_pointwise_access_impl() const
virtual ~Anomaly()=default
void update_impl(const Geometry &geometry, double t, double dt)
const array::Scalar & air_temperature_impl() const
std::vector< double > m_temp_anomaly
Anomaly(std::shared_ptr< const Grid > g, std::shared_ptr< AtmosphereModel > in)
Reads and uses air_temp and precipitation anomalies from a file.
A purely virtual class defining the interface of a PISM Atmosphere Model.