UFO
ufo::ObsGnssroBendMetOfficeOptions Class Reference

Configuration options recognized by the bending angle operator. More...

#include <ObsGnssroBendMetOfficeParameters.h>

Inheritance diagram for ufo::ObsGnssroBendMetOfficeOptions:
Collaboration diagram for ufo::ObsGnssroBendMetOfficeOptions:

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}
 

Detailed Description

Configuration options recognized by the bending angle operator.

Definition at line 21 of file ObsGnssroBendMetOfficeParameters.h.

Member Data Documentation

◆ minTempGrad

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.

◆ pseudoLevels

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.

◆ vertInterpOPS

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.


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