OOPS
|
#include <GeometryQG.h>
Public Attributes | |
oops::RequiredParameter< int > | nx {"nx", this} |
Domain size. More... | |
oops::RequiredParameter< int > | ny {"ny", this} |
oops::RequiredParameter< std::vector< float > > | depths {"depths", this} |
Depths. More... | |
oops::Parameter< bool > | heating {"heating", true, this} |
Heating option (AS: should it be in geometry or model?) More... | |
Definition at line 39 of file GeometryQG.h.
oops::RequiredParameter<std::vector<float> > qg::GeometryQgParameters::depths {"depths", this} |
Depths.
Definition at line 47 of file GeometryQG.h.
oops::Parameter<bool> qg::GeometryQgParameters::heating {"heating", true, this} |
Heating option (AS: should it be in geometry or model?)
Definition at line 49 of file GeometryQG.h.
oops::RequiredParameter<int> qg::GeometryQgParameters::nx {"nx", this} |
Domain size.
Definition at line 44 of file GeometryQG.h.
oops::RequiredParameter<int> qg::GeometryQgParameters::ny {"ny", this} |
Definition at line 45 of file GeometryQG.h.