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

TLAD of filling GeoVaLs with requested variables at requested locations during model run. More...

#include <GetValueTLAD.h>

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

Public Member Functions

 GetValueTLAD (const eckit::Configuration &, const Geometry_ &, const util::DateTime &, const util::DateTime &, const Locations_ &, const Variables &, const Variables &)
 Saves Locations and Variables to be processed. More...
 
std::unique_ptr< GeoVaLs_finalize ()
 Same finalize is used for traj and TL. More...
 
void initializeTraj (const util::Duration &)
 Linearization trajectory. More...
 
void processTraj (const State_ &)
 
void initializeTL (const util::Duration &)
 TL. More...
 
void processTL (const Increment_ &)
 
void setAD (std::unique_ptr< GeoVaLs_ > &)
 AD. More...
 
void initializeAD (const util::Duration &)
 
void processAD (Increment_ &)
 
void finalizeAD ()
 
const VariablesrequiredVariables () const
 Variables that will be required from the State. More...
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef GeoVaLs< OBS > GeoVaLs_
 
typedef LinearGetValues< MODEL, OBS > GetValues_
 
typedef Increment< MODEL > Increment_
 
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...
 
const std::vector< size_t > geovars_sizes_
 Variables needed from model. More...
 
const Variables linvars_
 
const std::vector< size_t > linvars_sizes_
 Variables needed from linear model. More...
 
GetValues_ getvals_
 
std::unique_ptr< GeoVaLs_geovals_
 GetValues used to fill in GeoVaLs. More...
 
std::unique_ptr< const GeoVaLs_gvalsad_
 GeoVaLs that are filled in. More...
 

Detailed Description

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

TLAD of filling GeoVaLs with requested variables at requested locations during model run.

Definition at line 41 of file GetValueTLAD.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 42 of file GetValueTLAD.h.

◆ GeoVaLs_

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

Definition at line 43 of file GetValueTLAD.h.

◆ GetValues_

template<typename MODEL , typename OBS >
typedef LinearGetValues<MODEL, OBS> oops::GetValueTLAD< MODEL, OBS >::GetValues_
private

Definition at line 44 of file GetValueTLAD.h.

◆ Increment_

template<typename MODEL , typename OBS >
typedef Increment<MODEL> oops::GetValueTLAD< MODEL, OBS >::Increment_
private

Definition at line 45 of file GetValueTLAD.h.

◆ Locations_

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

Definition at line 46 of file GetValueTLAD.h.

◆ State_

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

Definition at line 47 of file GetValueTLAD.h.

Constructor & Destructor Documentation

◆ GetValueTLAD()

template<typename MODEL , typename OBS >
oops::GetValueTLAD< MODEL, OBS >::GetValueTLAD ( const eckit::Configuration &  conf,
const Geometry_ geom,
const util::DateTime &  bgn,
const util::DateTime &  end,
const Locations_ locations,
const Variables vars,
const Variables varl 
)

Saves Locations and Variables to be processed.

Definition at line 95 of file GetValueTLAD.h.

Member Function Documentation

◆ finalize()

template<typename MODEL , typename OBS >
std::unique_ptr< GeoVaLs< OBS > > oops::GetValueTLAD< MODEL, OBS >::finalize

Same finalize is used for traj and TL.

Definition at line 158 of file GetValueTLAD.h.

◆ finalizeAD()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::finalizeAD

Definition at line 199 of file GetValueTLAD.h.

◆ initializeAD()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::initializeAD ( const util::Duration &  tstep)

Definition at line 176 of file GetValueTLAD.h.

◆ initializeTL()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::initializeTL ( const util::Duration &  tstep)

TL.

Definition at line 134 of file GetValueTLAD.h.

◆ initializeTraj()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::initializeTraj ( const util::Duration &  tstep)

Linearization trajectory.

Definition at line 110 of file GetValueTLAD.h.

◆ processAD()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::processAD ( Increment_ dx)

Definition at line 184 of file GetValueTLAD.h.

Here is the call graph for this function:

◆ processTL()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::processTL ( const Increment_ dx)

Definition at line 144 of file GetValueTLAD.h.

Here is the call graph for this function:

◆ processTraj()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::processTraj ( const State_ xx)

Definition at line 120 of file GetValueTLAD.h.

Here is the call graph for this function:

◆ requiredVariables()

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

Variables that will be required from the State.

Definition at line 73 of file GetValueTLAD.h.

◆ setAD()

template<typename MODEL , typename OBS >
void oops::GetValueTLAD< MODEL, OBS >::setAD ( std::unique_ptr< GeoVaLs_ > &  geovals)

AD.

Definition at line 167 of file GetValueTLAD.h.

Member Data Documentation

◆ geovals_

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

GetValues used to fill in GeoVaLs.

Definition at line 88 of file GetValueTLAD.h.

◆ geovars_

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

locations of observations

Definition at line 81 of file GetValueTLAD.h.

◆ geovars_sizes_

template<typename MODEL , typename OBS >
const std::vector<size_t> oops::GetValueTLAD< MODEL, OBS >::geovars_sizes_
private

Variables needed from model.

Definition at line 82 of file GetValueTLAD.h.

◆ getvals_

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

Sizes (e.g. number of vertical levels) for all linvars_ variables

Definition at line 87 of file GetValueTLAD.h.

◆ gvalsad_

template<typename MODEL , typename OBS >
std::unique_ptr<const GeoVaLs_> oops::GetValueTLAD< MODEL, OBS >::gvalsad_
private

GeoVaLs that are filled in.

Definition at line 89 of file GetValueTLAD.h.

◆ hslot_

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

End of assimilation window.

Definition at line 78 of file GetValueTLAD.h.

◆ linvars_

template<typename MODEL , typename OBS >
const Variables oops::GetValueTLAD< MODEL, OBS >::linvars_
private

Sizes (e.g. number of vertical levels) for all geovars_ variables

Definition at line 84 of file GetValueTLAD.h.

◆ linvars_sizes_

template<typename MODEL , typename OBS >
const std::vector<size_t> oops::GetValueTLAD< MODEL, OBS >::linvars_sizes_
private

Variables needed from linear model.

Definition at line 85 of file GetValueTLAD.h.

◆ locations_

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

Half time slot.

Definition at line 80 of file GetValueTLAD.h.

◆ winbgn_

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

Definition at line 76 of file GetValueTLAD.h.

◆ winend_

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

Begining of assimilation window.

Definition at line 77 of file GetValueTLAD.h.


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