OOPS
oops::GetValuePost< MODEL, OBS > Class Template Reference

Fills GeoVaLs with requested variables at requested locations during model run. More...

#include <GetValuePost.h>

Collaboration diagram for oops::GetValuePost< MODEL, OBS >:

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 VariablesrequiredVariables () 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_
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::GetValuePost< MODEL, OBS >

Fills GeoVaLs with requested variables at requested locations during model run.

Definition at line 35 of file GetValuePost.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL , typename OBS >
typedef Geometry<MODEL> oops::GetValuePost< MODEL, OBS >::Geometry_
private

Definition at line 36 of file GetValuePost.h.

◆ GeoVaLs_

template<typename MODEL , typename OBS >
typedef GeoVaLs<OBS> oops::GetValuePost< MODEL, OBS >::GeoVaLs_
private

Definition at line 37 of file GetValuePost.h.

◆ GetValues_

template<typename MODEL , typename OBS >
typedef GetValues<MODEL, OBS> oops::GetValuePost< MODEL, OBS >::GetValues_
private

Definition at line 38 of file GetValuePost.h.

◆ Locations_

template<typename MODEL , typename OBS >
typedef Locations<OBS> oops::GetValuePost< MODEL, OBS >::Locations_
private

Definition at line 39 of file GetValuePost.h.

◆ State_

template<typename MODEL , typename OBS >
typedef State<MODEL> oops::GetValuePost< MODEL, OBS >::State_
private

Definition at line 40 of file GetValuePost.h.

Constructor & Destructor Documentation

◆ GetValuePost()

template<typename MODEL , typename OBS >
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.

Member Function Documentation

◆ initialize()

template<typename MODEL , typename OBS >
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.

◆ process()

template<typename MODEL , typename OBS >
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.

Here is the call graph for this function:

◆ releaseGeoVaLs()

template<typename MODEL , typename OBS >
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.

◆ requiredVariables()

template<typename MODEL , typename OBS >
const Variables& oops::GetValuePost< MODEL, OBS >::requiredVariables ( ) const
inline

Variables that will be required from the State.

Definition at line 57 of file GetValuePost.h.

Member Data Documentation

◆ geovals_

template<typename MODEL , typename OBS >
std::unique_ptr<GeoVaLs_> oops::GetValuePost< MODEL, OBS >::geovals_
private

GetValues used to fill in GeoVaLs.

Definition at line 67 of file GetValuePost.h.

◆ geovars_

template<typename MODEL , typename OBS >
const Variables oops::GetValuePost< MODEL, OBS >::geovars_
private

locations of observations

Definition at line 65 of file GetValuePost.h.

◆ getvals_

template<typename MODEL , typename OBS >
GetValues_ oops::GetValuePost< MODEL, OBS >::getvals_
private

Variables needed from model.

Definition at line 66 of file GetValuePost.h.

◆ hslot_

template<typename MODEL , typename OBS >
util::Duration oops::GetValuePost< MODEL, OBS >::hslot_
private

End of assimilation window.

Definition at line 62 of file GetValuePost.h.

◆ initialized_

template<typename MODEL , typename OBS >
bool oops::GetValuePost< MODEL, OBS >::initialized_
private

Sizes (e.g. number of vertical levels) for all Variables in GeoVaLs

Definition at line 70 of file GetValuePost.h.

◆ locations_

template<typename MODEL , typename OBS >
const Locations_& oops::GetValuePost< MODEL, OBS >::locations_
private

Half time slot.

Definition at line 64 of file GetValuePost.h.

◆ sizes_

template<typename MODEL , typename OBS >
std::vector<size_t> oops::GetValuePost< MODEL, OBS >::sizes_
private

GeoVaLs that are filled in.

Definition at line 68 of file GetValuePost.h.

◆ winbgn_

template<typename MODEL , typename OBS >
util::DateTime oops::GetValuePost< MODEL, OBS >::winbgn_
private

Definition at line 60 of file GetValuePost.h.

◆ winend_

template<typename MODEL , typename OBS >
util::DateTime oops::GetValuePost< MODEL, OBS >::winend_
private

Begining of assimilation window.

Definition at line 61 of file GetValuePost.h.


The documentation for this class was generated from the following file: