UFO
|
Parameters controlling the VariableAssignment filter. More...
#include <VariableAssignment.h>
Public Attributes | |
oops::Parameter< std::vector< AssignmentParameters > > | assignments {"assignments", {}, this} |
One or more sets of options controlling the values assigned to a particular variable. More... | |
oops::Parameter< std::vector< WhereParameters > > | where {"where", {}, this} |
oops::Parameter< bool > | deferToPost {"defer to post", false, this} |
Parameters controlling the VariableAssignment filter.
Definition at line 72 of file VariableAssignment.h.
oops::Parameter<std::vector<AssignmentParameters> > ufo::VariableAssignmentParameters::assignments {"assignments", {}, this} |
One or more sets of options controlling the values assigned to a particular variable.
Definition at line 77 of file VariableAssignment.h.
oops::Parameter<bool> ufo::VariableAssignmentParameters::deferToPost {"defer to post", false, this} |
If set to true, variable assignment will be done after the obs operator has been invoked (even if the filter doesn't require any variables from the GeoVaLs or HofX groups).
Definition at line 85 of file VariableAssignment.h.
oops::Parameter<std::vector<WhereParameters> > ufo::VariableAssignmentParameters::where {"where", {}, this} |
Conditions used to select locations where variable assignment should be performed. If not specified, variable assignment will be performed at all locations.
Definition at line 81 of file VariableAssignment.h.