Loading [MathJax]/jax/output/HTML-CSS/config.js
OOPS
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
oops::IdentityLinearModelParameters Class Reference

#include <IdentityLinearModel.h>

Inheritance diagram for oops::IdentityLinearModelParameters:
Collaboration diagram for oops::IdentityLinearModelParameters:

Public Attributes

oops::RequiredParameter< util::Duration > tstep {"tstep", this}
 
oops::RequiredParameter< Variablesvars {"increment variables", this}
 
oops::OptionalParameter< std::string > variableChange {"variable change", this}
 
- Public Attributes inherited from oops::LinearModelParametersBase
OptionalParameter< std::string > name {"name", this}
 LinearModel name. More...
 

Detailed Description

Definition at line 28 of file IdentityLinearModel.h.

Member Data Documentation

◆ tstep

oops::RequiredParameter<util::Duration> oops::IdentityLinearModelParameters::tstep {"tstep", this}

Definition at line 32 of file IdentityLinearModel.h.

◆ variableChange

oops::OptionalParameter<std::string> oops::IdentityLinearModelParameters::variableChange {"variable change", this}

Definition at line 35 of file IdentityLinearModel.h.

◆ vars

oops::RequiredParameter<Variables> oops::IdentityLinearModelParameters::vars {"increment variables", this}

Definition at line 33 of file IdentityLinearModel.h.


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