OOPS
|
#include <ObsOperatorTLAD.h>
Public Types | |
typedef ObservationParameters | Parameters_ |
Public Member Functions | |
ObsOperatorTLAD (const ObsSpaceQG &, const Parameters_ &) | |
~ObsOperatorTLAD () | |
void | setTrajectory (const GomQG &, const ObsBias &) |
Obs Operator. More... | |
void | simulateObsTL (const GomQG &, ObsVecQG &, const ObsBiasIncrement &) const |
void | simulateObsAD (GomQG &, const ObsVecQG &, ObsBiasIncrement &) const |
const oops::Variables & | requiredVars () const |
Other. More... | |
Private Member Functions | |
void | print (std::ostream &) const |
Private Attributes | |
std::unique_ptr< ObsOpBaseTLAD > | oper_ |
Definition at line 39 of file ObsOperatorTLAD.h.
Definition at line 42 of file ObsOperatorTLAD.h.
qg::ObsOperatorTLAD::ObsOperatorTLAD | ( | const ObsSpaceQG & | os, |
const Parameters_ & | params | ||
) |
Definition at line 26 of file ObsOperatorTLAD.cc.
qg::ObsOperatorTLAD::~ObsOperatorTLAD | ( | ) |
Definition at line 32 of file ObsOperatorTLAD.cc.
|
private |
Definition at line 62 of file ObsOperatorTLAD.cc.
const oops::Variables & qg::ObsOperatorTLAD::requiredVars | ( | ) | const |
Other.
Definition at line 56 of file ObsOperatorTLAD.cc.
Obs Operator.
Definition at line 36 of file ObsOperatorTLAD.cc.
void qg::ObsOperatorTLAD::simulateObsAD | ( | GomQG & | gvals, |
const ObsVecQG & | yy, | ||
ObsBiasIncrement & | bias | ||
) | const |
Definition at line 49 of file ObsOperatorTLAD.cc.
void qg::ObsOperatorTLAD::simulateObsTL | ( | const GomQG & | gvals, |
ObsVecQG & | yy, | ||
const ObsBiasIncrement & | bias | ||
) | const |
Definition at line 42 of file ObsOperatorTLAD.cc.
|
private |
Definition at line 57 of file ObsOperatorTLAD.h.