used for getting state values at observation locations (state at nearest gridpoint is used)
More...
#include <GetValuesL95.h>
|
| GetValuesL95 (const Resolution &, const LocsL95 &locs, const eckit::Configuration &) |
| computes indices resolidx_ of nearest gridpoints for all locations locs More...
|
|
void | fillGeoVaLs (const StateL95 &state, const util::DateTime &t1, const util::DateTime &t2, GomL95 &geovals) const |
| fills in geovals for all observations in the timeframe (t1 , t2 ], geovals are equal to the value of state at the nearest gridpoint More...
|
|
|
void | print (std::ostream &) const |
|
used for getting state values at observation locations (state at nearest gridpoint is used)
Definition at line 31 of file GetValuesL95.h.
◆ GetValuesL95()
lorenz95::GetValuesL95::GetValuesL95 |
( |
const Resolution & |
resol, |
|
|
const LocsL95 & |
locs, |
|
|
const eckit::Configuration & |
conf |
|
) |
| |
computes indices resolidx_ of nearest gridpoints for all locations locs
Definition at line 25 of file GetValuesL95.cc.
◆ classname()
static const std::string lorenz95::GetValuesL95::classname |
( |
| ) |
|
|
inlinestatic |
◆ fillGeoVaLs()
void lorenz95::GetValuesL95::fillGeoVaLs |
( |
const StateL95 & |
state, |
|
|
const util::DateTime & |
t1, |
|
|
const util::DateTime & |
t2, |
|
|
GomL95 & |
geovals |
|
) |
| const |
fills in geovals
for all observations in the timeframe (t1
, t2
], geovals
are equal to the value of state
at the nearest gridpoint
Definition at line 42 of file GetValuesL95.cc.
◆ print()
void lorenz95::GetValuesL95::print |
( |
std::ostream & |
os | ) |
const |
|
private |
◆ resolidx_
std::vector<int> lorenz95::GetValuesL95::resolidx_ |
|
private |
◆ times_
std::vector<util::DateTime> lorenz95::GetValuesL95::times_ |
|
private |
The documentation for this class was generated from the following files: