FV3 Bundle
|
#include <ObservationSpace.h>
Public Member Functions | |
ObservationSpace (const eckit::Configuration &, const util::DateTime &, const util::DateTime &) | |
~ObservationSpace () | |
ObsSpace_ & | observationspace () const |
Interfacing. More... | |
const util::DateTime & | windowStart () const |
Assimilation window. More... | |
const util::DateTime & | windowEnd () const |
const eckit::Configuration & | config () const |
Locations_ | locations (const util::DateTime &, const util::DateTime &) const |
void | generateDistribution (const eckit::Configuration &) |
void | printJo (const ObsVector_ &, const ObsVector_ &) const |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef Locations< MODEL > | Locations_ |
typedef MODEL::ObsSpace | ObsSpace_ |
typedef ObsVector< MODEL > | ObsVector_ |
Private Member Functions | |
void | print (std::ostream &) const |
Private Attributes | |
boost::shared_ptr< ObsSpace_ > | obsdb_ |
Definition at line 39 of file oops/interface/ObservationSpace.h.
|
private |
Definition at line 42 of file oops/interface/ObservationSpace.h.
|
private |
Definition at line 43 of file oops/interface/ObservationSpace.h.
|
private |
Definition at line 44 of file oops/interface/ObservationSpace.h.
oops::ObservationSpace< MODEL >::ObservationSpace | ( | const eckit::Configuration & | conf, |
const util::DateTime & | bgn, | ||
const util::DateTime & | end | ||
) |
Definition at line 74 of file oops/interface/ObservationSpace.h.
oops::ObservationSpace< MODEL >::~ObservationSpace | ( | ) |
Definition at line 86 of file oops/interface/ObservationSpace.h.
|
inlinestatic |
Definition at line 47 of file oops/interface/ObservationSpace.h.
|
inline |
Definition at line 59 of file oops/interface/ObservationSpace.h.
void oops::ObservationSpace< MODEL >::generateDistribution | ( | const eckit::Configuration & | conf | ) |
Definition at line 103 of file oops/interface/ObservationSpace.h.
Locations< MODEL > oops::ObservationSpace< MODEL >::locations | ( | const util::DateTime & | t1, |
const util::DateTime & | t2 | ||
) | const |
Definition at line 113 of file oops/interface/ObservationSpace.h.
|
inline |
Interfacing.
Definition at line 54 of file oops/interface/ObservationSpace.h.
|
private |
Definition at line 93 of file oops/interface/ObservationSpace.h.
void oops::ObservationSpace< MODEL >::printJo | ( | const ObsVector_ & | dy, |
const ObsVector_ & | grad | ||
) | const |
Definition at line 123 of file oops/interface/ObservationSpace.h.
|
inline |
Definition at line 58 of file oops/interface/ObservationSpace.h.
|
inline |
Assimilation window.
Definition at line 57 of file oops/interface/ObservationSpace.h.
|
private |
Definition at line 68 of file oops/interface/ObservationSpace.h.