MPAS-JEDI
mpas::GetValues Class Reference

#include <GetValues.h>

Inheritance diagram for mpas::GetValues:
Collaboration diagram for mpas::GetValues:

Public Member Functions

 GetValues (const GeometryMPAS &, const ufo::Locations &, const eckit::Configuration &)
 
virtual ~GetValues ()
 
void fillGeoVaLs (const StateMPAS &, const util::DateTime &, const util::DateTime &, ufo::GeoVaLs &) const
 fill a GeoVaLs object using a StateMPAS object More...
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

F90getvalues keyGetValues_
 
ufo::Locations locs_
 
std::shared_ptr< const GeometryMPASgeom_
 
std::unique_ptr< VarChaModel2GeoVarsmodel2geovars_
 

Detailed Description

Definition at line 47 of file GetValues.h.

Constructor & Destructor Documentation

◆ GetValues()

mpas::GetValues::GetValues ( const GeometryMPAS geom,
const ufo::Locations &  locs,
const eckit::Configuration &  config 
)

Definition at line 17 of file GetValues.cc.

Here is the call graph for this function:

◆ ~GetValues()

mpas::GetValues::~GetValues ( )
virtual

Definition at line 39 of file GetValues.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string mpas::GetValues::classname ( )
inlinestatic

Definition at line 50 of file GetValues.h.

Here is the caller graph for this function:

◆ fillGeoVaLs()

void mpas::GetValues::fillGeoVaLs ( const StateMPAS state,
const util::DateTime &  t1,
const util::DateTime &  t2,
ufo::GeoVaLs &  geovals 
) const

fill a GeoVaLs object using a StateMPAS object

fillGeoVaLs() Calls the fortran subroutine that will convert then interpolate the state variable fields to the requested GeoVaLs variables then locations, respectively.

Parameters
[in]statereference to the input StateMPAS object
[in]t1DateTime that is the beginning of the requested time window
[in]t2DateTime that is the end of the requested time window
[out]geovalsreference to the GeoVaLs object that will be populated

Definition at line 60 of file GetValues.cc.

Here is the call graph for this function:

◆ print()

void mpas::GetValues::print ( std::ostream &  os) const
private

Definition at line 89 of file GetValues.cc.

Member Data Documentation

◆ geom_

std::shared_ptr<const GeometryMPAS> mpas::GetValues::geom_
private

Definition at line 63 of file GetValues.h.

◆ keyGetValues_

F90getvalues mpas::GetValues::keyGetValues_
private

Definition at line 61 of file GetValues.h.

◆ locs_

ufo::Locations mpas::GetValues::locs_
private

Definition at line 62 of file GetValues.h.

◆ model2geovars_

std::unique_ptr<VarChaModel2GeoVars> mpas::GetValues::model2geovars_
private

Definition at line 64 of file GetValues.h.


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