IODA
|
Options controlling local observations subsetting. More...
#include <LocalObsSpaceParameters.h>
Public Member Functions | |
double | distance (const eckit::geometry::Point2 &p1, const eckit::geometry::Point2 &p2) |
Public Attributes | |
oops::RequiredParameter< double > | lengthscale {"lengthscale", this} |
Localization lengthscale (find all obs within the distance from reference point) More... | |
oops::Parameter< SearchMethod > | searchMethod {"search method", SearchMethod::BRUTEFORCE, this} |
Method for searching for nearest points: brute force or KD-tree. More... | |
oops::OptionalParameter< int > | maxnobs {"max nobs", this} |
Maximum number of obs. More... | |
oops::Parameter< DistanceType > | distanceType {"distance type", DistanceType::GEODESIC, this} |
Static Public Attributes | |
static constexpr double | radius_earth = 6.371e6 |
Options controlling local observations subsetting.
Definition at line 78 of file LocalObsSpaceParameters.h.
|
inline |
returns distance between points p1
and p2
, depending on the distance calculation type distanceType
Definition at line 97 of file LocalObsSpaceParameters.h.
oops::Parameter<DistanceType> ioda::LocalObsSpaceParameters::distanceType {"distance type", DistanceType::GEODESIC, this} |
Distance calculation type: geodesic (on sphere) or cartesian (euclidian) Default: geodesic
Definition at line 93 of file LocalObsSpaceParameters.h.
oops::RequiredParameter<double> ioda::LocalObsSpaceParameters::lengthscale {"lengthscale", this} |
Localization lengthscale (find all obs within the distance from reference point)
Definition at line 83 of file LocalObsSpaceParameters.h.
oops::OptionalParameter<int> ioda::LocalObsSpaceParameters::maxnobs {"max nobs", this} |
Maximum number of obs.
Definition at line 89 of file LocalObsSpaceParameters.h.
|
staticconstexpr |
Definition at line 107 of file LocalObsSpaceParameters.h.
oops::Parameter<SearchMethod> ioda::LocalObsSpaceParameters::searchMethod {"search method", SearchMethod::BRUTEFORCE, this} |
Method for searching for nearest points: brute force or KD-tree.
Definition at line 86 of file LocalObsSpaceParameters.h.