Locations class to handle locations for IODA.
More...
#include <Locations.h>
|
void | print (std::ostream &os) const |
|
Locations class to handle locations for IODA.
Definition at line 23 of file ioda/src/ioda/Locations.h.
◆ Locations() [1/2]
ioda::Locations::Locations |
( |
const F90locs |
key | ) |
|
|
inlineexplicit |
◆ Locations() [2/2]
ioda::Locations::Locations |
( |
const eckit::Configuration & |
conf | ) |
|
|
explicit |
UFO Locations Constructor with Configuration.
This constructor can be used to generate user-specified and/or random locations for use with interpolation or other tests
To generate random locations, the relevant parameters specified in StateTest.Locations section of the config file are:
- lats user-specified latitudes (degrees)
- lons user-specified longitudes (degrees)
- Nrandom number of random locations desired
- random_seed (optional) random seed for reproducibility of results
- Date
- May, 2018 Created (M. Miesch, JCSDA)
- See also
- ioda::ioda_locs_create() ioda::ioda_loc_test() test::testStateInterpolation()
Definition at line 40 of file Locations.cc.
◆ ~Locations()
ioda::Locations::~Locations |
( |
| ) |
|
◆ classname()
static const std::string ioda::Locations::classname |
( |
| ) |
|
|
inlinestatic |
◆ nobs()
int ioda::Locations::nobs |
( |
| ) |
const |
◆ print()
void ioda::Locations::print |
( |
std::ostream & |
os | ) |
const |
|
private |
◆ toFortran()
int ioda::Locations::toFortran |
( |
| ) |
const |
|
inline |
◆ keyLoc_
The documentation for this class was generated from the following files: