Go to the documentation of this file.
11 #include "eckit/config/Configuration.h"
13 #include "oops/interface/VariableChange.h"
14 #include "oops/util/Logger.h"
15 #include "oops/util/Timer.h"
25 static oops::VariableChangeMaker<Traits, oops::VariableChange<Traits, VarChaGeosRst2Bkg>>
31 util::Timer timer(
classname(),
"VarChaGeosRst2Bkg");
32 oops::Log::trace() <<
classname() <<
" constructor starting" << std::endl;
33 const eckit::Configuration * configc = &conf;
35 oops::Log::trace() <<
classname() <<
" constructor done" << std::endl;
39 util::Timer timer(
classname(),
"~VarChaGeosRst2Bkg");
40 oops::Log::trace() <<
classname() <<
" destructor starting" << std::endl;
42 oops::Log::trace() <<
classname() <<
" destructor done" << std::endl;
46 util::Timer timer(
classname(),
"changeVar");
47 oops::Log::trace() <<
classname() <<
" changeVar starting" << std::endl;
51 oops::Log::trace() <<
classname() <<
" changeVar done" << std::endl;
55 util::Timer timer(
classname(),
"changeVarInverse");
56 oops::Log::trace() <<
classname() <<
" changeVarInverse starting" << std::endl;
60 oops::Log::trace() <<
classname() <<
" changeVarInverse done" << std::endl;
void changeVar(const State &, State &) const
void fv3jedi_vc_geosrst2bkg_delete_f90(F90vc_R2B &)
static const std::string classname()
void changeVarInverse(const State &, State &) const
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaGeosRst2Bkg > > makerVarChaGeosRst2Bkg_("GeosRst2Bkg")
VarChaGeosRst2Bkg(const Geometry &, const eckit::Configuration &)
void fv3jedi_vc_geosrst2bkg_create_f90(const F90vc_R2B &, const F90geom &, const eckit::Configuration *const *)
void fv3jedi_vc_geosrst2bkg_changevar_f90(const F90vc_R2B &, const F90geom &, const F90state &, const F90state &)
const util::DateTime & validTime() const
Geometry handles geometry for FV3JEDI model.
std::shared_ptr< const Geometry > geom_
void print(std::ostream &) const override
Configuration files should be formatted as e.g.
void fv3jedi_vc_geosrst2bkg_changevarinverse_f90(const F90vc_R2B &, const F90geom &, const F90state &, const F90state &)