OOPS
|
#include <IdentityLinearModel.h>
Public Attributes | |
oops::RequiredParameter< util::Duration > | tstep {"tstep", this} |
oops::RequiredParameter< Variables > | vars {"increment variables", this} |
oops::OptionalParameter< std::string > | variableChange {"variable change", this} |
![]() | |
OptionalParameter< std::string > | name {"name", this} |
LinearModel name. More... | |
Definition at line 28 of file IdentityLinearModel.h.
oops::RequiredParameter<util::Duration> oops::IdentityLinearModelParameters::tstep {"tstep", this} |
Definition at line 32 of file IdentityLinearModel.h.
oops::OptionalParameter<std::string> oops::IdentityLinearModelParameters::variableChange {"variable change", this} |
Definition at line 35 of file IdentityLinearModel.h.
oops::RequiredParameter<Variables> oops::IdentityLinearModelParameters::vars {"increment variables", this} |
Definition at line 33 of file IdentityLinearModel.h.