|
OOPS
|
A subclass of VariableChangeParametersBase storing the values of all options in a single Configuration object. More...
#include <VariableChangeBase.h>


Additional Inherited Members | |
Public Attributes inherited from oops::VariableChangeParametersBase | |
| Parameter< std::string > | variableChange {"variable change", "Identity", this} |
| Variable change type. More... | |
| OptionalParameter< Variables > | inputVariables {"input variables", this} |
| OptionalParameter< Variables > | outputVariables {"output variables", this} |
A subclass of VariableChangeParametersBase storing the values of all options in a single Configuration object.
This object can be accessed by calling the value() method of the config member variable.
The ConfigurationParameter class does not perform any parameter validation; models using GenericVariableChangeParameters should therefore ideally be refactored, replacing this class with a dedicated subclass of VariableChangeParametersBase storing each parameter in a separate (Optional/Required)Parameter object.
Definition at line 116 of file VariableChangeBase.h.