8 #ifndef UFO_GNSSRO_REFMETOFFICE_OBSGNSSROREFMETOFFICEPARAMETERS_H_
9 #define UFO_GNSSRO_REFMETOFFICE_OBSGNSSROREFMETOFFICEPARAMETERS_H_
14 #include "oops/util/parameters/OptionalParameter.h"
15 #include "oops/util/parameters/Parameters.h"
16 #include "oops/util/parameters/RequiredParameter.h"
34 oops::Parameter<float>
minTempGrad{
"min_temp_grad", 1.0e-6,
this};
43 oops::Parameter<ObsGnssroRefMetOfficeOptions>
obsOptions{
"obs options",
Configuration options recognized by the refractivity operator.
oops::Parameter< float > minTempGrad
oops::Parameter< bool > pseudoLevels
Whether to use pseudo-levels in the calculation.
oops::Parameter< bool > vertInterpOPS
Configuration options recognized by the refractivity operator.
oops::Parameter< ObsGnssroRefMetOfficeOptions > obsOptions
Obs Options - settings for the observation operator.
Base class of classes storing configuration parameters of specific observation operators and linear o...