OOPS
|
Auxiliary state related to model (could be e.g. model bias), not used at the moment. More...
#include <ModelAuxControl.h>
Public Member Functions | |
ModelAuxControl (const Geometry_ &resol, const eckit::Configuration &conf) | |
Constructor for specified resol and conf . More... | |
ModelAuxControl (const Geometry_ &resol, const ModelAuxControl &other) | |
Copies other ModelAuxControl, changing its resolution to resol . More... | |
ModelAuxControl (const ModelAuxControl &, const bool copy=true) | |
~ModelAuxControl () | |
Destructor (defined explicitly for timing and tracing) More... | |
const ModelAuxControl_ & | modelauxcontrol () const |
const Accessor More... | |
ModelAuxControl_ & | modelauxcontrol () |
Accessor. More... | |
void | read (const eckit::Configuration &) |
Read this ModelAuxControl from file. More... | |
void | write (const eckit::Configuration &) const |
Write this ModelAuxControl out to file. More... | |
double | norm () const |
Norm (used in tests) More... | |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef MODEL::ModelAuxControl | ModelAuxControl_ |
typedef Geometry< MODEL > | Geometry_ |
Private Member Functions | |
ModelAuxControl & | operator= (const ModelAuxControl &) |
void | print (std::ostream &) const |
Private Attributes | |
std::unique_ptr< ModelAuxControl_ > | aux_ |
Auxiliary state related to model (could be e.g. model bias), not used at the moment.
This class is used to manipulate parameters of the model that can be estimated in the assimilation. This includes model bias but could be used for other parameters. This is sometimes referred to as augmented state or augmented control variable in the literature. This class calls the model's implementation of ModelAuxControl.
Definition at line 42 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 45 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 44 of file oops/interface/ModelAuxControl.h.
oops::ModelAuxControl< MODEL >::ModelAuxControl | ( | const Geometry_ & | resol, |
const eckit::Configuration & | conf | ||
) |
Constructor for specified resol
and conf
.
Definition at line 81 of file oops/interface/ModelAuxControl.h.
oops::ModelAuxControl< MODEL >::ModelAuxControl | ( | const Geometry_ & | resol, |
const ModelAuxControl< MODEL > & | other | ||
) |
Copies other
ModelAuxControl, changing its resolution to resol
.
Definition at line 93 of file oops/interface/ModelAuxControl.h.
|
explicit |
Creates ModelAuxControl with the same structure as other
. Copies other
if copy
is true, otherwise creates zero ModelAuxControl
Definition at line 105 of file oops/interface/ModelAuxControl.h.
oops::ModelAuxControl< MODEL >::~ModelAuxControl |
Destructor (defined explicitly for timing and tracing)
Definition at line 117 of file oops/interface/ModelAuxControl.h.
|
inlinestatic |
Definition at line 48 of file oops/interface/ModelAuxControl.h.
|
inline |
Accessor.
Definition at line 63 of file oops/interface/ModelAuxControl.h.
|
inline |
const Accessor
Definition at line 61 of file oops/interface/ModelAuxControl.h.
double oops::ModelAuxControl< MODEL >::norm |
Norm (used in tests)
Definition at line 147 of file oops/interface/ModelAuxControl.h.
|
private |
|
private |
Definition at line 158 of file oops/interface/ModelAuxControl.h.
void oops::ModelAuxControl< MODEL >::read | ( | const eckit::Configuration & | conf | ) |
Read this ModelAuxControl from file.
Definition at line 127 of file oops/interface/ModelAuxControl.h.
void oops::ModelAuxControl< MODEL >::write | ( | const eckit::Configuration & | conf | ) | const |
Write this ModelAuxControl out to file.
Definition at line 137 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 75 of file oops/interface/ModelAuxControl.h.