UFO
|
Configuration options recognized by the bending angle operator. More...
#include <ObsGnssroBendMetOfficeParameters.h>
Public Attributes | |
oops::Parameter< bool > | vertInterpOPS {"vert_interp_ops", true, this} |
oops::Parameter< bool > | pseudoLevels {"pseudo_ops", true, this} |
Whether to use pseudo-levels in the calculation. More... | |
oops::Parameter< float > | minTempGrad {"min_temp_grad", 1.0e-6, this} |
Configuration options recognized by the bending angle operator.
Definition at line 21 of file ObsGnssroBendMetOfficeParameters.h.
oops::Parameter<float> ufo::ObsGnssroBendMetOfficeOptions::minTempGrad {"min_temp_grad", 1.0e-6, this} |
The minimum temperature gradient permitted before a profile is considered isothermal. Only used if pseudo-levels are also used.
Definition at line 33 of file ObsGnssroBendMetOfficeParameters.h.
oops::Parameter<bool> ufo::ObsGnssroBendMetOfficeOptions::pseudoLevels {"pseudo_ops", true, this} |
Whether to use pseudo-levels in the calculation.
Definition at line 30 of file ObsGnssroBendMetOfficeParameters.h.
oops::Parameter<bool> ufo::ObsGnssroBendMetOfficeOptions::vertInterpOPS {"vert_interp_ops", true, this} |
If true assume that pressure varies exponentially with height when interpolating. Otherwise assume that exner varies linearly with height, and derive pressure from this.
Definition at line 28 of file ObsGnssroBendMetOfficeParameters.h.