UFO
|
Options related to GeoVaLs used in the profile QC code. More...
#include <ModelParameters.h>
Public Member Functions | |
size_t | numModelLevels () const |
Number of model theta levels. More... | |
size_t | numModelLevels_rho () const |
Public Attributes | |
oops::Parameter< float > | zModelTop {"zModelTop", 80000.0, this} |
Height of the upper boundary of the highest model layer. More... | |
oops::Parameter< int > | firstConstantRhoLevel {"firstConstantRhoLevel", 49, this} |
oops::Parameter< std::vector< float > > | etaTheta |
Values of terrain-following height coordinate (eta) on theta levels. More... | |
oops::Parameter< std::vector< float > > | etaRho |
Value of terrain-following height coordinate (eta) on rho levels. More... | |
Options related to GeoVaLs used in the profile QC code.
Definition at line 25 of file ModelParameters.h.
|
inline |
Number of model theta levels.
Definition at line 68 of file ModelParameters.h.
|
inline |
Number of model rho levels. Assume there is one more rho level than there are theta levels.
Definition at line 72 of file ModelParameters.h.
oops::Parameter<std::vector<float> > ufo::ModelParameters::etaRho |
Value of terrain-following height coordinate (eta) on rho levels.
Definition at line 52 of file ModelParameters.h.
oops::Parameter<std::vector<float> > ufo::ModelParameters::etaTheta |
Values of terrain-following height coordinate (eta) on theta levels.
Definition at line 37 of file ModelParameters.h.
oops::Parameter<int> ufo::ModelParameters::firstConstantRhoLevel {"firstConstantRhoLevel", 49, this} |
First model rho level at which there is no geographical variation in the height.
Definition at line 34 of file ModelParameters.h.
oops::Parameter<float> ufo::ModelParameters::zModelTop {"zModelTop", 80000.0, this} |
Height of the upper boundary of the highest model layer.
Definition at line 30 of file ModelParameters.h.