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

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

#include <GetValuePosts.h>

Inheritance diagram for oops::GetValuePosts< MODEL, OBS >:
Collaboration diagram for oops::GetValuePosts< MODEL, OBS >:

Public Member Functions

 GetValuePosts ()
 Saves Locations and Variables to be processed. More...
 
void append (GetValuePtr_)
 
- Public Member Functions inherited from oops::PostBase< State< MODEL > >
 PostBase ()
 Constructors and basic operators. More...
 
 PostBase (const eckit::Configuration &conf)
 
 PostBase (const util::DateTime &start, const util::DateTime &finish, const util::Duration &freq=util::Duration(0))
 
virtual ~PostBase ()
 
void initialize (const State< MODEL > &xx, const util::DateTime &end, const util::Duration &tstep)
 Setup. More...
 
void process (const State< MODEL > &xx)
 Process state or increment. More...
 
void finalize (const State< MODEL > &xx)
 Final. More...
 

Private Types

typedef ChangeVariables< MODEL > ChangeVariables_
 
typedef State< MODEL > State_
 
typedef std::shared_ptr< GetValuePost< MODEL, OBS > > GetValuePtr_
 

Private Member Functions

void doInitialize (const State_ &, const util::DateTime &, const util::Duration &) override
 initialization before model run: sets up GetValues and allocate GeoVaLs More...
 
void doProcessing (const State_ &) override
 called at each model step: fill in GeoVaLs for the current time slot More...
 

Private Attributes

std::vector< GetValuePtr_getvals_
 
Variables geovars_
 

Detailed Description

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

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

Definition at line 29 of file GetValuePosts.h.

Member Typedef Documentation

◆ ChangeVariables_

template<typename MODEL , typename OBS >
typedef ChangeVariables<MODEL> oops::GetValuePosts< MODEL, OBS >::ChangeVariables_
private

Definition at line 30 of file GetValuePosts.h.

◆ GetValuePtr_

template<typename MODEL , typename OBS >
typedef std::shared_ptr<GetValuePost<MODEL, OBS> > oops::GetValuePosts< MODEL, OBS >::GetValuePtr_
private

Definition at line 32 of file GetValuePosts.h.

◆ State_

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

Definition at line 31 of file GetValuePosts.h.

Constructor & Destructor Documentation

◆ GetValuePosts()

template<typename MODEL , typename OBS >
oops::GetValuePosts< MODEL, OBS >::GetValuePosts

Saves Locations and Variables to be processed.

Definition at line 54 of file GetValuePosts.h.

Member Function Documentation

◆ append()

template<typename MODEL , typename OBS >
void oops::GetValuePosts< MODEL, OBS >::append ( GetValuePtr_  getval)

Definition at line 61 of file GetValuePosts.h.

◆ doInitialize()

template<typename MODEL , typename OBS >
void oops::GetValuePosts< MODEL, OBS >::doInitialize ( const State_ ,
const util::DateTime &  ,
const util::Duration &  tstep 
)
overrideprivatevirtual

initialization before model run: sets up GetValues and allocate GeoVaLs

Reimplemented from oops::PostBase< State< MODEL > >.

Definition at line 71 of file GetValuePosts.h.

◆ doProcessing()

template<typename MODEL , typename OBS >
void oops::GetValuePosts< MODEL, OBS >::doProcessing ( const State_ xx)
overrideprivatevirtual

called at each model step: fill in GeoVaLs for the current time slot

Implements oops::PostBase< State< MODEL > >.

Definition at line 81 of file GetValuePosts.h.

Here is the call graph for this function:

Member Data Documentation

◆ geovars_

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

Definition at line 48 of file GetValuePosts.h.

◆ getvals_

template<typename MODEL , typename OBS >
std::vector<GetValuePtr_> oops::GetValuePosts< MODEL, OBS >::getvals_
private

Definition at line 47 of file GetValuePosts.h.


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