|
OOPS
|
Gets values from model State to observation locations (fills GeoVaLs) More...
#include <GetValues.h>


Public Member Functions | |
| GetValues (const Geometry_ &, const Locations_ &, const eckit::Configuration &) | |
| Constructor, destructor. More... | |
| ~GetValues () | |
| GetValues_ & | getvalues () |
| Interfacing. More... | |
| const GetValues_ & | getvalues () const |
| void | fillGeoVaLs (const State_ &, const util::DateTime &, const util::DateTime &, GeoVaLs_ &) const |
| Get state values at observation locations. More... | |
Static Public Member Functions | |
| static const std::string | classname () |
Private Types | |
| typedef MODEL::GetValues | GetValues_ |
| typedef Geometry< MODEL > | Geometry_ |
| typedef GeoVaLs< OBS > | GeoVaLs_ |
| typedef Locations< OBS > | Locations_ |
| typedef State< MODEL > | State_ |
Private Member Functions | |
| void | print (std::ostream &) const |
Private Attributes | |
| std::unique_ptr< GetValues_ > | getvalues_ |
Gets values from model State to observation locations (fills GeoVaLs)
Definition at line 32 of file oops/interface/GetValues.h.
|
private |
Definition at line 35 of file oops/interface/GetValues.h.
|
private |
Definition at line 36 of file oops/interface/GetValues.h.
|
private |
Definition at line 34 of file oops/interface/GetValues.h.
|
private |
Definition at line 37 of file oops/interface/GetValues.h.
|
private |
Definition at line 38 of file oops/interface/GetValues.h.
| oops::GetValues< MODEL, OBS >::GetValues | ( | const Geometry_ & | resol, |
| const Locations_ & | locs, | ||
| const eckit::Configuration & | conf | ||
| ) |
Constructor, destructor.
Definition at line 63 of file oops/interface/GetValues.h.

| oops::GetValues< MODEL, OBS >::~GetValues |
Definition at line 77 of file oops/interface/GetValues.h.
|
inlinestatic |
Definition at line 41 of file oops/interface/GetValues.h.

| void oops::GetValues< MODEL, OBS >::fillGeoVaLs | ( | const State_ & | state, |
| const util::DateTime & | t1, | ||
| const util::DateTime & | t2, | ||
| GeoVaLs_ & | gvals | ||
| ) | const |
Get state values at observation locations.
Definition at line 87 of file oops/interface/GetValues.h.


|
inline |
Interfacing.
Definition at line 48 of file oops/interface/GetValues.h.
|
inline |
Definition at line 49 of file oops/interface/GetValues.h.
|
private |
Definition at line 98 of file oops/interface/GetValues.h.
|
private |
Definition at line 57 of file oops/interface/GetValues.h.