19 #ifndef _PFMCONSTANT_H_
20 #define _PFMCONSTANT_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...
MaxTimestep max_timestep_impl(double t) const
void init_impl(const Geometry &geometry)
const array::Scalar & frontal_melt_rate_impl() const
virtual ~Constant()=default
void update_impl(const FrontalMeltInputs &inputs, double t, double dt)
std::shared_ptr< array::Scalar > m_frontal_melt_rate
Constant(std::shared_ptr< const Grid > g)
A class implementing a constant (in terms of the ocean inputs) frontal melt model....
A very rudimentary PISM frontal melt model.