UFO
|
Options controlling SOAR obs localization. Inherits options from general horizontal obs localization. More...
#include <ObsLocSOARParameters.h>
Public Attributes | |
oops::RequiredParameter< double > | SOARexpDecayH {"soar horizontal decay", this} |
The SOAR function decay parameter. More... | |
![]() | |
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} |
Additional Inherited Members | |
![]() | |
double | distance (const eckit::geometry::Point2 &p1, const eckit::geometry::Point2 &p2) const |
![]() | |
static constexpr double | radius_earth = 6.371e6 |
Options controlling SOAR obs localization. Inherits options from general horizontal obs localization.
Definition at line 20 of file ObsLocSOARParameters.h.
oops::RequiredParameter<double> ufo::ObsLocSOARParameters::SOARexpDecayH {"soar horizontal decay", this} |
The SOAR function decay parameter.
Definition at line 25 of file ObsLocSOARParameters.h.