20 #include "pism/coupler/frontalmelt/Factory.hh"
23 #include "pism/coupler/frontalmelt/Constant.hh"
24 #include "pism/coupler/frontalmelt/DischargeGiven.hh"
25 #include "pism/coupler/frontalmelt/DischargeRouting.hh"
26 #include "pism/coupler/frontalmelt/Given.hh"
29 namespace frontalmelt {
34 add_model<Constant>(
"constant");
35 add_model<DischargeGiven>(
"discharge_given");
36 add_model<DischargeRouting>(
"routing");
37 add_model<Given>(
"given");
Factory(std::shared_ptr< const Grid > g)
A very rudimentary PISM frontal melt model.