#include <ModelQG.h>
|
oops::Parameter< bool > | use_vorticity {"use potential vorticity", false, this} |
| Model option: using stream function or potential vorticity as variable. More...
|
|
oops::RequiredParameter< util::Duration > | tstep {"tstep", this} |
| Model time step. More...
|
|
OptionalParameter< std::string > | name {"name", this} |
| Model name. More...
|
|
Definition at line 40 of file ModelQG.h.
◆ variables()
◆ tstep
oops::RequiredParameter<util::Duration> qg::ModelQgParameters::tstep {"tstep", this} |
Model time step.
Definition at line 47 of file ModelQG.h.
◆ use_vorticity
oops::Parameter<bool> qg::ModelQgParameters::use_vorticity {"use potential vorticity", false, this} |
Model option: using stream function or potential vorticity as variable.
Definition at line 45 of file ModelQG.h.
The documentation for this class was generated from the following file: