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