19 #ifndef _PFMDISCHARGE_GIVEN_H_
20 #define _PFMDISCHARGE_GIVEN_H_
22 #include "pism/coupler/FrontalMelt.hh"
25 namespace frontalmelt {
Combines the max. time step with the flag indicating if a restriction is active. Makes is possible to...
const array::Scalar & frontal_melt_rate_impl() const
MaxTimestep max_timestep_impl(double t) const
void update_impl(const FrontalMeltInputs &inputs, double t, double dt)
std::shared_ptr< array::Forcing > m_subglacial_discharge
DischargeGiven(std::shared_ptr< const Grid > g)
void initialize(const array::Scalar &theta, const array::Scalar &sgl)
std::shared_ptr< array::Forcing > m_theta_ocean
void init_impl(const Geometry &geometry)
virtual ~DischargeGiven()=default
array::Scalar1 m_frontal_melt_rate
A very rudimentary PISM frontal melt model.