10 #include "eckit/config/Configuration.h"
11 #include "oops/util/abor1_cpp.h"
12 #include "oops/util/Logger.h"
20 oops::Log::error() << name <<
" already registered in qg::ObsOpTLADFactory." << std::endl;
21 ABORT(
"Element already registered in ObsOpTLADFactory.");
29 const eckit::Configuration & conf) {
30 oops::Log::trace() <<
"ObsOpBaseQG::create starting" << std::endl;
31 oops::Log::debug() <<
"ObsOpBaseQG::create conf" << conf << std::endl;
32 const std::string
id = conf.getString(
"obs type");
33 typename std::map<std::string, ObsOpTLADFactory*>::iterator
36 oops::Log::error() <<
id <<
" does not exist in observation operator factory." << std::endl;
37 ABORT(
"Element does not exist in ObsOpTLADFactory.");
40 oops::Log::trace() <<
"ObsOpBaseQG::create done" << std::endl;
Base class for observation operators.
static ObsOpBaseTLAD * create(const ObsSpaceQG &, const eckit::Configuration &)
ObsOpTLADFactory(const std::string &)
static std::map< std::string, ObsOpTLADFactory * > & getMakers()
The namespace for the qg model.