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, VarChaC2A>>
31 util::Timer timer(
classname(),
"VarChaC2A");
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(),
"~VarChaC2A");
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
VarChaC2A(const Geometry &, const eckit::Configuration &)
void changeVarInverse(const State &, State &) const
void fv3jedi_varcha_c2a_changevarinverse_f90(const F90vc_C2A &, const F90geom &, const F90state &, const F90state &)
static const std::string classname()
static oops::VariableChangeMaker< Traits, oops::VariableChange< Traits, VarChaC2A > > makerVarChaC2A_("Control2Analysis")
std::shared_ptr< const Geometry > geom_
const util::DateTime & validTime() const
Geometry handles geometry for FV3JEDI model.
void fv3jedi_varcha_c2a_changevar_f90(const F90vc_C2A &, const F90geom &, const F90state &, const F90state &)
Configuration files should be formatted as e.g.
void print(std::ostream &) const override
void fv3jedi_varcha_c2a_create_f90(const F90vc_C2A &, const F90geom &, const eckit::Configuration *const *)
void fv3jedi_varcha_c2a_delete_f90(F90vc_C2A &)