IODA
ioda::EmbeddedObsGenerateListParameters Class Reference

#include <ObsSpaceParameters.h>

Inheritance diagram for ioda::EmbeddedObsGenerateListParameters:
Collaboration diagram for ioda::EmbeddedObsGenerateListParameters:

Public Attributes

oops::RequiredParameter< std::vector< float > > lats {"lats", this}
 latitude values More...
 
oops::RequiredParameter< std::vector< float > > lons {"lons", this}
 longitude values More...
 
oops::RequiredParameter< std::vector< std::string > > datetimes {"datetimes", this}
 datetime values More...
 

Detailed Description

Definition at line 137 of file ObsSpaceParameters.h.

Member Data Documentation

◆ datetimes

oops::RequiredParameter<std::vector<std::string> > ioda::EmbeddedObsGenerateListParameters::datetimes {"datetimes", this}

datetime values

Definition at line 148 of file ObsSpaceParameters.h.

◆ lats

oops::RequiredParameter<std::vector<float> > ioda::EmbeddedObsGenerateListParameters::lats {"lats", this}

latitude values

Definition at line 142 of file ObsSpaceParameters.h.

◆ lons

oops::RequiredParameter<std::vector<float> > ioda::EmbeddedObsGenerateListParameters::lons {"lons", this}

longitude values

Definition at line 145 of file ObsSpaceParameters.h.


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