UFO
|
Parameters influencing the bias correction process. More...
#include <ObsBiasParameters.h>
Public Attributes | |
oops::Parameter< StaticOrVariationalBCParameters > | staticBC {"static bc", {}, this} |
List of predictors with unit coefficients (unaffected by VarBC). More... | |
oops::Parameter< StaticOrVariationalBCParameters > | variationalBC {"variational bc", {}, this} |
List of predictors with coefficients determined by variational analysis (VarBC). More... | |
oops::OptionalParameter< std::string > | inputFile {"input file", this} |
oops::OptionalParameter< std::string > | outputFile {"output file", this} |
oops::OptionalParameter< ObsBiasCovarianceParameters > | covariance {"covariance", this} |
Options controlling the covariance matrix. More... | |
Parameters influencing the bias correction process.
Definition at line 87 of file ObsBiasParameters.h.
oops::OptionalParameter<ObsBiasCovarianceParameters> ufo::ObsBiasParameters::covariance {"covariance", this} |
Options controlling the covariance matrix.
Definition at line 102 of file ObsBiasParameters.h.
oops::OptionalParameter<std::string> ufo::ObsBiasParameters::inputFile {"input file", this} |
Path to a NetCDF file containing initial values of the coefficients of predictors used in VarBC.
Definition at line 97 of file ObsBiasParameters.h.
oops::OptionalParameter<std::string> ufo::ObsBiasParameters::outputFile {"output file", this} |
Path to a NetCDF file containing final values of the coefficients of predictors used in VarBC.
Definition at line 100 of file ObsBiasParameters.h.
oops::Parameter<StaticOrVariationalBCParameters> ufo::ObsBiasParameters::staticBC {"static bc", {}, this} |
List of predictors with unit coefficients (unaffected by VarBC).
Definition at line 92 of file ObsBiasParameters.h.
oops::Parameter<StaticOrVariationalBCParameters> ufo::ObsBiasParameters::variationalBC {"variational bc", {}, this} |
List of predictors with coefficients determined by variational analysis (VarBC).
Definition at line 94 of file ObsBiasParameters.h.