OOPS
oops::GenericVariableChangeParameters Class Reference

A subclass of VariableChangeParametersBase storing the values of all options in a single Configuration object. More...

#include <VariableChangeBase.h>

Inheritance diagram for oops::GenericVariableChangeParameters:
Collaboration diagram for oops::GenericVariableChangeParameters:

Additional Inherited Members

- Public Attributes inherited from oops::VariableChangeParametersBase
Parameter< std::string > variableChange {"variable change", "Identity", this}
 Variable change type. More...
 
OptionalParameter< VariablesinputVariables {"input variables", this}
 
OptionalParameter< VariablesoutputVariables {"output variables", this}
 

Detailed Description

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.


The documentation for this class was generated from the following file: