OOPS
|
used for getting state values at observation locations and applying its TL & AD More...
#include <GetValuesTLAD.h>
Public Member Functions | |
GetValuesTLAD (const Resolution &, const LocsL95 &locs, const eckit::Configuration &) | |
computes indices resolidx_ of nearest gridpoints for all locations locs More... | |
void | setTrajectory (const StateL95 &state, const util::DateTime &t1, const util::DateTime &t2, GomL95 &geovals) |
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 | fillGeoVaLsTL (const IncrementL95 &inc, const util::DateTime &t1, const util::DateTime &t2, GomL95 &geovals) const |
fills in geovals for all observations in the timeframe (t1 , t2 ], as a tangent-linear operator applied to inc More... | |
void | fillGeoVaLsAD (IncrementL95 &inc, const util::DateTime &t1, const util::DateTime &t2, const GomL95 &geovals) const |
fills in inc as adjoint operator applied to geovals for all observations in the timeframe (t1 , t2 ] More... | |
Static Public Member Functions | |
static const std::string | classname () |
Private Member Functions | |
void | print (std::ostream &) const |
Private Attributes | |
std::vector< int > | resolidx_ |
std::vector< util::DateTime > | times_ |
used for getting state values at observation locations and applying its TL & AD
Definition at line 32 of file l95/src/lorenz95/GetValuesTLAD.h.
lorenz95::GetValuesTLAD::GetValuesTLAD | ( | const Resolution & | resol, |
const LocsL95 & | locs, | ||
const eckit::Configuration & | linearGetValuesConf | ||
) |
computes indices resolidx_ of nearest gridpoints for all locations locs
Constructor, destructor.
Definition at line 27 of file l95/src/lorenz95/GetValuesTLAD.cc.
|
inlinestatic |
Definition at line 35 of file l95/src/lorenz95/GetValuesTLAD.h.
void lorenz95::GetValuesTLAD::fillGeoVaLsAD | ( | IncrementL95 & | inc, |
const util::DateTime & | t1, | ||
const util::DateTime & | t2, | ||
const GomL95 & | geovals | ||
) | const |
fills in inc
as adjoint operator applied to geovals
for all observations in the timeframe (t1
, t2
]
Definition at line 67 of file l95/src/lorenz95/GetValuesTLAD.cc.
void lorenz95::GetValuesTLAD::fillGeoVaLsTL | ( | const IncrementL95 & | inc, |
const util::DateTime & | t1, | ||
const util::DateTime & | t2, | ||
GomL95 & | geovals | ||
) | const |
fills in geovals
for all observations in the timeframe (t1
, t2
], as a tangent-linear operator applied to inc
Get increment values at obs locations.
Definition at line 56 of file l95/src/lorenz95/GetValuesTLAD.cc.
|
private |
Definition at line 78 of file l95/src/lorenz95/GetValuesTLAD.cc.
void lorenz95::GetValuesTLAD::setTrajectory | ( | const StateL95 & | state, |
const util::DateTime & | t1, | ||
const util::DateTime & | t2, | ||
GomL95 & | geovals | ||
) |
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 43 of file l95/src/lorenz95/GetValuesTLAD.cc.
|
private |
Definition at line 55 of file l95/src/lorenz95/GetValuesTLAD.h.
|
private |
Definition at line 56 of file l95/src/lorenz95/GetValuesTLAD.h.