OOPS
|
Computes observation operator (from GeoVaLs), applies bias correction and runs QC filters. More...
#include <CalcHofX.h>
Public Member Functions | |
CalcHofX (const ObsSpaces_ &, const eckit::Configuration &) | |
Initializes ObsOperators, Locations, and QC data. More... | |
void | initialize (const ObsAuxCtrls_ &, const int iteration=0) |
Initializes variables, obs bias, obs filters (could be different for different iterations. More... | |
Observations_ | compute (const GeoVaLsVec_ &) |
Computes H(x) from the filled in GeoVaLs. More... | |
const LocationsVec_ & | locations () const |
accessor to the locations More... | |
const VariablesVec_ & | requiredVars () const |
accessor to variables required from the model More... | |
const ObsDataVec_< int > & | qcflags () const |
accessor to QC flags More... | |
void | readQcFlags (const std::string &qcname) |
read QC flags from qcname variable from file More... | |
void | resetQc () |
reset QC flags and ObsErrors More... | |
void | saveQcFlags (const std::string &) const |
save QC flags to ObsSpaces More... | |
void | saveObsErrors (const std::string &) const |
save obs error variances (modified in QC) to ObsSpaces More... | |
void | maskObsErrors () |
mask obs errors with QC flags More... | |
Private Types | |
typedef GeoVaLs< OBS > | GeoVaLs_ |
typedef Locations< OBS > | Locations_ |
typedef ObsAuxControls< OBS > | ObsAuxCtrls_ |
typedef ObsDiagnostics< OBS > | ObsDiags_ |
typedef Observations< OBS > | Observations_ |
typedef ObsFilters< OBS > | ObsFilters_ |
typedef ObsOperator< OBS > | ObsOperator_ |
typedef ObsSpaces< OBS > | ObsSpaces_ |
typedef ObsVector< OBS > | ObsVector_ |
template<typename DATA > | |
using | ObsData_ = ObsDataVector< OBS, DATA > |
template<typename DATA > | |
using | ObsDataVec_ = std::vector< std::shared_ptr< ObsData_< DATA > >> |
typedef std::vector< std::unique_ptr< GeoVaLs_ > > | GeoVaLsVec_ |
typedef std::vector< std::unique_ptr< Locations_ > > | LocationsVec_ |
typedef std::vector< std::unique_ptr< ObsFilters_ > > | ObsFiltersVec_ |
typedef std::vector< std::unique_ptr< ObsOperator_ > > | ObsOperatorVec_ |
typedef std::vector< std::shared_ptr< ObsVector_ > > | ObsVectorVec_ |
typedef std::vector< Variables > | VariablesVec_ |
Private Attributes | |
eckit::LocalConfiguration | obsconfig_ |
const ObsSpaces_ & | obspaces_ |
ObsOperatorVec_ | obsops_ |
LocationsVec_ | locations_ |
const ObsAuxCtrls_ * | biascoeff_ |
ObsDataVec_< int > | qcflags_ |
ObsVectorVec_ | obserrs_ |
ObsFiltersVec_ | filters_ |
VariablesVec_ | geovars_ |
Computes observation operator (from GeoVaLs), applies bias correction and runs QC filters.
Definition at line 50 of file CalcHofX.h.
|
private |
Definition at line 51 of file CalcHofX.h.
|
private |
Definition at line 63 of file CalcHofX.h.
|
private |
Definition at line 52 of file CalcHofX.h.
|
private |
Definition at line 64 of file CalcHofX.h.
|
private |
Definition at line 53 of file CalcHofX.h.
|
private |
Definition at line 60 of file CalcHofX.h.
|
private |
Definition at line 61 of file CalcHofX.h.
|
private |
Definition at line 54 of file CalcHofX.h.
|
private |
Definition at line 55 of file CalcHofX.h.
|
private |
Definition at line 56 of file CalcHofX.h.
|
private |
Definition at line 65 of file CalcHofX.h.
|
private |
Definition at line 57 of file CalcHofX.h.
|
private |
Definition at line 66 of file CalcHofX.h.
|
private |
Definition at line 58 of file CalcHofX.h.
|
private |
Definition at line 59 of file CalcHofX.h.
|
private |
Definition at line 67 of file CalcHofX.h.
|
private |
Definition at line 68 of file CalcHofX.h.
oops::CalcHofX< OBS >::CalcHofX | ( | const ObsSpaces_ & | obspaces, |
const eckit::Configuration & | config | ||
) |
Initializes ObsOperators, Locations, and QC data.
Set up observation operators
Allocate QC flags
Allocate and read initial obs error
Definition at line 114 of file CalcHofX.h.
Observations< OBS > oops::CalcHofX< OBS >::compute | ( | const GeoVaLsVec_ & | geovals | ) |
Computes H(x) from the filled in GeoVaLs.
call prior filters
compute H(x)
call posterior filters
Definition at line 170 of file CalcHofX.h.
void oops::CalcHofX< OBS >::initialize | ( | const ObsAuxCtrls_ & | obsaux, |
const int | iteration = 0 |
||
) |
Initializes variables, obs bias, obs filters (could be different for different iterations.
Set up QC filters and run preprocess
Set up variables requested from the model
Definition at line 147 of file CalcHofX.h.
|
inline |
accessor to the locations
Definition at line 82 of file CalcHofX.h.
void oops::CalcHofX< OBS >::maskObsErrors |
mask obs errors with QC flags
Definition at line 234 of file CalcHofX.h.
|
inline |
accessor to QC flags
Definition at line 86 of file CalcHofX.h.
void oops::CalcHofX< OBS >::readQcFlags | ( | const std::string & | qcname | ) |
read QC flags from qcname
variable from file
Definition at line 195 of file CalcHofX.h.
|
inline |
accessor to variables required from the model
Definition at line 84 of file CalcHofX.h.
void oops::CalcHofX< OBS >::resetQc |
reset QC flags and ObsErrors
Definition at line 204 of file CalcHofX.h.
void oops::CalcHofX< OBS >::saveObsErrors | ( | const std::string & | name | ) | const |
save obs error variances (modified in QC) to ObsSpaces
Definition at line 225 of file CalcHofX.h.
void oops::CalcHofX< OBS >::saveQcFlags | ( | const std::string & | name | ) | const |
save QC flags to ObsSpaces
Definition at line 216 of file CalcHofX.h.
|
private |
Definition at line 104 of file CalcHofX.h.
|
private |
Definition at line 107 of file CalcHofX.h.
|
private |
Definition at line 108 of file CalcHofX.h.
|
private |
Definition at line 103 of file CalcHofX.h.
|
private |
Definition at line 100 of file CalcHofX.h.
|
private |
Definition at line 106 of file CalcHofX.h.
|
private |
Definition at line 102 of file CalcHofX.h.
|
private |
Definition at line 101 of file CalcHofX.h.
|
private |
Definition at line 105 of file CalcHofX.h.