OOPS
lorenz95::GetValuesTLAD Class Reference

used for getting state values at observation locations and applying its TL & AD More...

#include <GetValuesTLAD.h>

Inheritance diagram for lorenz95::GetValuesTLAD:
Collaboration diagram for lorenz95::GetValuesTLAD:

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_
 

Detailed Description

used for getting state values at observation locations and applying its TL & AD

Definition at line 32 of file l95/src/lorenz95/GetValuesTLAD.h.

Constructor & Destructor Documentation

◆ GetValuesTLAD()

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.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string lorenz95::GetValuesTLAD::classname ( )
inlinestatic

Definition at line 35 of file l95/src/lorenz95/GetValuesTLAD.h.

◆ fillGeoVaLsAD()

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.

Here is the call graph for this function:

◆ fillGeoVaLsTL()

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.

Here is the call graph for this function:

◆ print()

void lorenz95::GetValuesTLAD::print ( std::ostream &  os) const
private

Definition at line 78 of file l95/src/lorenz95/GetValuesTLAD.cc.

◆ setTrajectory()

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.

Here is the call graph for this function:

Member Data Documentation

◆ resolidx_

std::vector<int> lorenz95::GetValuesTLAD::resolidx_
private

Definition at line 55 of file l95/src/lorenz95/GetValuesTLAD.h.

◆ times_

std::vector<util::DateTime> lorenz95::GetValuesTLAD::times_
private

Definition at line 56 of file l95/src/lorenz95/GetValuesTLAD.h.


The documentation for this class was generated from the following files: