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