8 #ifndef UFO_FILTERS_OBSFUNCTIONS_SOLARZENITH_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_SOLARZENITH_H_
36 explicit SolarZenith(
const eckit::LocalConfiguration &conf);
ObsFilterData provides access to all data related to an ObsFilter.
Compute the solar zenith angle of observations (in degrees) as a function of their time and location.
SolarZenith(const eckit::LocalConfiguration &conf)
SolarZenithParameters options_
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const override
compute the result of the function
const ufo::Variables & requiredVariables() const override
geovals required to compute the function
Configuration options of SolarZenith.
oops::Parameter< bool > skipRejected