|
FV3 Bundle
|
#include <ObsOperatorTLAD.h>
Public Member Functions | |
| ObsOperatorTLAD (const ObsSpaceQG &, const eckit::Configuration &) | |
| ~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 & | variables () const |
| Other. More... | |
Private Member Functions | |
| void | print (std::ostream &) const |
Private Attributes | |
| boost::scoped_ptr< ObsOpBaseTLAD > | oper_ |
Definition at line 40 of file ObsOperatorTLAD.h.
| qg::ObsOperatorTLAD::ObsOperatorTLAD | ( | const ObsSpaceQG & | os, |
| const eckit::Configuration & | conf | ||
| ) |
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.
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.
| const oops::Variables & qg::ObsOperatorTLAD::variables | ( | ) | const |
Other.
Definition at line 56 of file ObsOperatorTLAD.cc.
|
private |
Definition at line 56 of file ObsOperatorTLAD.h.