OOPS
lorenz95::GetValuesL95 Class Reference

used for getting state values at observation locations (state at nearest gridpoint is used) More...

#include <GetValuesL95.h>

Inheritance diagram for lorenz95::GetValuesL95:
Collaboration diagram for lorenz95::GetValuesL95:

Public Member Functions

 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...
 

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 (state at nearest gridpoint is used)

Definition at line 31 of file GetValuesL95.h.

Constructor & Destructor Documentation

◆ 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.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

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

Definition at line 34 of file GetValuesL95.h.

◆ 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.

Here is the call graph for this function:

◆ print()

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

Definition at line 53 of file GetValuesL95.cc.

Member Data Documentation

◆ resolidx_

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

Definition at line 46 of file GetValuesL95.h.

◆ times_

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

Definition at line 47 of file GetValuesL95.h.


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