|
OOPS
|
#include <ObsSpace.h>


Public Types | |
| typedef ObsSpace_::Parameters_ | Parameters_ |
Public Member Functions | |
| ObsSpace (const Parameters_ &, const eckit::mpi::Comm &, const util::DateTime &, const util::DateTime &, const eckit::mpi::Comm &time=oops::mpi::myself()) | |
| ~ObsSpace () | |
| ObsSpace (const ObsSpace &)=delete | |
| ObsSpace_ & | obsspace () const |
| Interfacing. More... | |
| const util::DateTime & | windowStart () const |
| Assimilation window. More... | |
| const util::DateTime & | windowEnd () const |
| const Variables & | obsvariables () const |
| const std::string & | obsname () const |
| ObsIterator_ | begin () const |
| Iterator to the first observation. More... | |
| ObsIterator_ | end () const |
| Iterator to the past-the-end observation (after last) More... | |
| const eckit::mpi::Comm & | timeComm () const |
| void | save () const |
Static Public Member Functions | |
| static const std::string | classname () |
Private Types | |
| typedef OBS::ObsSpace | ObsSpace_ |
| typedef GeometryIterator< OBS > | ObsIterator_ |
Private Member Functions | |
| void | print (std::ostream &) const |
Private Attributes | |
| std::unique_ptr< ObsSpace_ > | obsdb_ |
| const eckit::mpi::Comm & | time_ |
Definition at line 43 of file oops/interface/ObsSpace.h.
|
private |
Definition at line 46 of file oops/interface/ObsSpace.h.
|
private |
Definition at line 45 of file oops/interface/ObsSpace.h.
| typedef ObsSpace_::Parameters_ oops::ObsSpace< OBS >::Parameters_ |
Definition at line 49 of file oops/interface/ObsSpace.h.
| oops::ObsSpace< OBS >::ObsSpace | ( | const Parameters_ & | params, |
| const eckit::mpi::Comm & | comm, | ||
| const util::DateTime & | bgn, | ||
| const util::DateTime & | end, | ||
| const eckit::mpi::Comm & | time = oops::mpi::myself() |
||
| ) |
| oops::ObsSpace< OBS >::~ObsSpace |
Definition at line 109 of file oops/interface/ObsSpace.h.
|
delete |
| GeometryIterator< OBS > oops::ObsSpace< OBS >::begin |
Iterator to the first observation.
Definition at line 148 of file oops/interface/ObsSpace.h.
|
inlinestatic |
Definition at line 51 of file oops/interface/ObsSpace.h.

| GeometryIterator< OBS > oops::ObsSpace< OBS >::end |
Iterator to the past-the-end observation (after last)
Definition at line 158 of file oops/interface/ObsSpace.h.

|
inline |
Definition at line 70 of file oops/interface/ObsSpace.h.
|
inline |
Interfacing.
Definition at line 61 of file oops/interface/ObsSpace.h.

| const Variables & oops::ObsSpace< OBS >::obsvariables |
Definition at line 139 of file oops/interface/ObsSpace.h.

|
private |
Definition at line 129 of file oops/interface/ObsSpace.h.
| void oops::ObsSpace< OBS >::save |
Definition at line 119 of file oops/interface/ObsSpace.h.
|
inline |
Definition at line 77 of file oops/interface/ObsSpace.h.

|
inline |
Definition at line 65 of file oops/interface/ObsSpace.h.
|
inline |
Assimilation window.
Definition at line 64 of file oops/interface/ObsSpace.h.
|
private |
Definition at line 85 of file oops/interface/ObsSpace.h.
|
private |
Definition at line 86 of file oops/interface/ObsSpace.h.