IODA Bundle
|
#include <ModelAuxControl.h>
Public Member Functions | |
ModelAuxControl (const Geometry_ &, const eckit::Configuration &) | |
ModelAuxControl (const Geometry_ &, const ModelAuxControl &) | |
ModelAuxControl (const ModelAuxControl &, const bool copy=true) | |
~ModelAuxControl () | |
const ModelAuxControl_ & | modelauxcontrol () const |
Interfacing. More... | |
ModelAuxControl_ & | modelauxcontrol () |
void | read (const eckit::Configuration &) |
I/O and diagnostics. More... | |
void | write (const eckit::Configuration &) const |
double | norm () const |
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_ |
Definition at line 33 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 36 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 35 of file oops/interface/ModelAuxControl.h.
oops::ModelAuxControl< MODEL >::ModelAuxControl | ( | const Geometry_ & | resol, |
const eckit::Configuration & | conf | ||
) |
Definition at line 64 of file oops/interface/ModelAuxControl.h.
oops::ModelAuxControl< MODEL >::ModelAuxControl | ( | const Geometry_ & | resol, |
const ModelAuxControl< MODEL > & | other | ||
) |
Definition at line 76 of file oops/interface/ModelAuxControl.h.
|
explicit |
Definition at line 88 of file oops/interface/ModelAuxControl.h.
oops::ModelAuxControl< MODEL >::~ModelAuxControl |
Definition at line 100 of file oops/interface/ModelAuxControl.h.
|
inlinestatic |
Definition at line 39 of file oops/interface/ModelAuxControl.h.
|
inline |
Definition at line 48 of file oops/interface/ModelAuxControl.h.
|
inline |
Interfacing.
Definition at line 47 of file oops/interface/ModelAuxControl.h.
double oops::ModelAuxControl< MODEL >::norm |
Definition at line 130 of file oops/interface/ModelAuxControl.h.
|
private |
|
private |
Definition at line 141 of file oops/interface/ModelAuxControl.h.
void oops::ModelAuxControl< MODEL >::read | ( | const eckit::Configuration & | conf | ) |
I/O and diagnostics.
Definition at line 110 of file oops/interface/ModelAuxControl.h.
void oops::ModelAuxControl< MODEL >::write | ( | const eckit::Configuration & | conf | ) | const |
Definition at line 120 of file oops/interface/ModelAuxControl.h.
|
private |
Definition at line 58 of file oops/interface/ModelAuxControl.h.