OOPS
oops::VariableChangeParametersBase Class Reference

Base class of classes storing parameters controlling specific variable changes. More...

#include <VariableChangeParametersBase.h>

Inheritance diagram for oops::VariableChangeParametersBase:
Collaboration diagram for oops::VariableChangeParametersBase:

Public Attributes

Parameter< std::string > variableChange {"variable change", "Identity", this}
 Variable change type. More...
 
OptionalParameter< VariablesinputVariables {"input variables", this}
 
OptionalParameter< VariablesoutputVariables {"output variables", this}
 

Detailed Description

Base class of classes storing parameters controlling specific variable changes.

Definition at line 22 of file VariableChangeParametersBase.h.

Member Data Documentation

◆ inputVariables

OptionalParameter<Variables> oops::VariableChangeParametersBase::inputVariables {"input variables", this}

Definition at line 28 of file VariableChangeParametersBase.h.

◆ outputVariables

OptionalParameter<Variables> oops::VariableChangeParametersBase::outputVariables {"output variables", this}

Definition at line 29 of file VariableChangeParametersBase.h.

◆ variableChange

Parameter<std::string> oops::VariableChangeParametersBase::variableChange {"variable change", "Identity", this}

Variable change type.

Definition at line 26 of file VariableChangeParametersBase.h.


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