20#ifndef _PSVERIFICATION_H_
21#define _PSVERIFICATION_H_
23#include "pism/coupler/surface/Formulas.hh"
24#include "pism/util/EnthalpyConverter.hh"
32 Verification(std::shared_ptr<const Grid>
g, std::shared_ptr<EnthalpyConverter> EC,
int test);
38 virtual std::set<VariableMetadata>
state_impl()
const;
44 std::shared_ptr<EnthalpyConverter>
m_EC;
55 static const double ST;
Combines the max. time step with the flag indicating if a restriction is active. Makes is possible to...
static const double ablationRateOutside
virtual std::set< VariableMetadata > state_impl() const
MaxTimestep max_timestep_impl(double t) const
void update_ABCDH(double t)
static const double ApforG
void update_impl(const Geometry &geometry, double t, double dt)
void write_state_impl(const OutputFile &output) const
The default (empty implementation).
void init_impl(const Geometry &geometry)
static const double LforFG
std::shared_ptr< EnthalpyConverter > m_EC
static const double secpera
Climate inputs for verification tests.