OOPS
|
Fills GeoVaLs with requested variables at requested locations during model run. More...
#include <GetValuePost.h>
Public Member Functions | |
GetValuePost (const eckit::Configuration &, const Geometry_ &, const util::DateTime &, const util::DateTime &, const Locations_ &, const Variables &) | |
Saves Locations and Variables to be processed. More... | |
std::unique_ptr< GeoVaLs_ > | releaseGeoVaLs () |
Returns geovals filled in during the model run. More... | |
void | initialize (const util::Duration &) |
initialization before model run: sets up GetValues and allocate GeoVaLs More... | |
void | process (const State_ &) |
called at each model step: fill in GeoVaLs for the current time slot More... | |
const Variables & | requiredVariables () const |
Variables that will be required from the State. More... | |
Private Types | |
typedef Geometry< MODEL > | Geometry_ |
typedef GeoVaLs< OBS > | GeoVaLs_ |
typedef GetValues< MODEL, OBS > | GetValues_ |
typedef Locations< OBS > | Locations_ |
typedef State< MODEL > | State_ |
Private Attributes | |
util::DateTime | winbgn_ |
util::DateTime | winend_ |
Begining of assimilation window. More... | |
util::Duration | hslot_ |
End of assimilation window. More... | |
const Locations_ & | locations_ |
Half time slot. More... | |
const Variables | geovars_ |
locations of observations More... | |
GetValues_ | getvals_ |
Variables needed from model. More... | |
std::unique_ptr< GeoVaLs_ > | geovals_ |
GetValues used to fill in GeoVaLs. More... | |
std::vector< size_t > | sizes_ |
GeoVaLs that are filled in. More... | |
bool | initialized_ |
Fills GeoVaLs with requested variables at requested locations during model run.
Definition at line 35 of file GetValuePost.h.
|
private |
Definition at line 36 of file GetValuePost.h.
|
private |
Definition at line 37 of file GetValuePost.h.
|
private |
Definition at line 38 of file GetValuePost.h.
|
private |
Definition at line 39 of file GetValuePost.h.
|
private |
Definition at line 40 of file GetValuePost.h.
oops::GetValuePost< MODEL, OBS >::GetValuePost | ( | const eckit::Configuration & | conf, |
const Geometry_ & | geom, | ||
const util::DateTime & | bgn, | ||
const util::DateTime & | end, | ||
const Locations_ & | locations, | ||
const Variables & | vars | ||
) |
Saves Locations and Variables to be processed.
Definition at line 76 of file GetValuePost.h.
void oops::GetValuePost< MODEL, OBS >::initialize | ( | const util::Duration & | tstep | ) |
initialization before model run: sets up GetValues and allocate GeoVaLs
Definition at line 89 of file GetValuePost.h.
void oops::GetValuePost< MODEL, OBS >::process | ( | const State_ & | xx | ) |
called at each model step: fill in GeoVaLs for the current time slot
Definition at line 100 of file GetValuePost.h.
std::unique_ptr< GeoVaLs< OBS > > oops::GetValuePost< MODEL, OBS >::releaseGeoVaLs |
Returns geovals filled in during the model run.
Definition at line 114 of file GetValuePost.h.
|
inline |
Variables that will be required from the State.
Definition at line 57 of file GetValuePost.h.
|
private |
GetValues used to fill in GeoVaLs.
Definition at line 67 of file GetValuePost.h.
|
private |
locations of observations
Definition at line 65 of file GetValuePost.h.
|
private |
Variables needed from model.
Definition at line 66 of file GetValuePost.h.
|
private |
End of assimilation window.
Definition at line 62 of file GetValuePost.h.
|
private |
Sizes (e.g. number of vertical levels) for all Variables in GeoVaLs
Definition at line 70 of file GetValuePost.h.
|
private |
Half time slot.
Definition at line 64 of file GetValuePost.h.
|
private |
GeoVaLs that are filled in.
Definition at line 68 of file GetValuePost.h.
|
private |
Definition at line 60 of file GetValuePost.h.
|
private |
Begining of assimilation window.
Definition at line 61 of file GetValuePost.h.