LocationsQG class to handle locations for QG model.
More...
#include <LocationsQG.h>
|
void | print (std::ostream &) const |
|
|
std::unique_ptr< atlas::functionspace::PointCloud > | pointcloud_ |
|
std::unique_ptr< atlas::Field > | altitude_ |
|
std::vector< util::DateTime > | times_ |
|
LocationsQG class to handle locations for QG model.
Definition at line 35 of file LocationsQG.h.
◆ LocationsQG() [1/3]
qg::LocationsQG::LocationsQG |
( |
atlas::FieldSet & |
fields, |
|
|
std::vector< util::DateTime > && |
times |
|
) |
| |
Constructor from fields and times.
These may be obtained from the obsdb, passed to C++ from Fortran
Definition at line 133 of file LocationsQG.cc.
◆ LocationsQG() [2/3]
qg::LocationsQG::LocationsQG |
( |
const eckit::Configuration & |
config, |
|
|
const eckit::mpi::Comm & |
|
|
) |
| |
This constructor creates test locations based on settings in the config file.
These are optional lists of locations that the user can specify in the config file for testing
Instead of or in addition to the specific locations in the config file let the user specify a number of random locations
If the config file does not specify otherwise, default to 4 random locations
To create random locations, we need to know the dimensions of the computational domain
Now create random locations use a specified random seed for reproducibility
render lat, lon as an atlas functionspace
render levels as an atlas field
Now get times
Definition at line 37 of file LocationsQG.cc.
◆ LocationsQG() [3/3]
qg::LocationsQG::LocationsQG |
( |
const LocationsQG & |
other | ) |
|
◆ ~LocationsQG()
qg::LocationsQG::~LocationsQG |
( |
| ) |
|
|
inline |
◆ altitude()
atlas::Field& qg::LocationsQG::altitude |
( |
| ) |
|
|
inline |
◆ classname()
static const std::string qg::LocationsQG::classname |
( |
| ) |
|
|
inlinestatic |
◆ lonlat()
atlas::Field qg::LocationsQG::lonlat |
( |
| ) |
const |
|
inline |
◆ pointcloud()
atlas::functionspace::PointCloud& qg::LocationsQG::pointcloud |
( |
| ) |
|
|
inline |
◆ print()
void qg::LocationsQG::print |
( |
std::ostream & |
os | ) |
const |
|
private |
◆ size()
int qg::LocationsQG::size |
( |
| ) |
const |
|
inline |
◆ times()
util::DateTime& qg::LocationsQG::times |
( |
size_t |
idx | ) |
|
|
inline |
◆ altitude_
std::unique_ptr<atlas::Field> qg::LocationsQG::altitude_ |
|
private |
◆ pointcloud_
std::unique_ptr<atlas::functionspace::PointCloud> qg::LocationsQG::pointcloud_ |
|
private |
◆ times_
std::vector<util::DateTime> qg::LocationsQG::times_ |
|
private |
The documentation for this class was generated from the following files: