11 #ifndef OOPS_RUNS_ESTIMATEPARAMS_H_ 12 #define OOPS_RUNS_ESTIMATEPARAMS_H_ 17 #include <boost/scoped_ptr.hpp> 19 #include "eckit/config/Configuration.h" 22 #include "oops/util/Logger.h" 31 static const std::string
classname() {
return "oops::EstimateParams";}
33 instantiateCovarFactory<MODEL>();
38 int execute(
const eckit::Configuration & fullConfig)
const {
55 return "oops::EstimateParams<" +
MODEL::name() +
">";
61 #endif // OOPS_RUNS_ESTIMATEPARAMS_H_
virtual ~EstimateParams()
ParametersBUMP< MODEL > Parameters_
The namespace for the main oops code.
std::string appname() const
static const std::string classname()
int execute(const eckit::Configuration &fullConfig) const