Loading [MathJax]/extensions/tex2jax.js
OOPS
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
qg::GeometryQgParameters Class Reference

#include <GeometryQG.h>

Inheritance diagram for qg::GeometryQgParameters:
Collaboration diagram for qg::GeometryQgParameters:

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...
 

Detailed Description

Definition at line 39 of file GeometryQG.h.

Member Data Documentation

◆ depths

oops::RequiredParameter<std::vector<float> > qg::GeometryQgParameters::depths {"depths", this}

Depths.

Definition at line 47 of file GeometryQG.h.

◆ heating

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.

◆ nx

oops::RequiredParameter<int> qg::GeometryQgParameters::nx {"nx", this}

Domain size.

Definition at line 44 of file GeometryQG.h.

◆ ny

oops::RequiredParameter<int> qg::GeometryQgParameters::ny {"ny", this}

Definition at line 45 of file GeometryQG.h.


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