IODA
ioda::detail::VariableParameters Class Reference

#include <Layout_ObsGroup_ODB_Params.h>

Inheritance diagram for ioda::detail::VariableParameters:
Collaboration diagram for ioda::detail::VariableParameters:

Public Attributes

oops::RequiredParameter< std::string > name {"name", this}
 
oops::RequiredParameter< std::string > source {"source", this}
 source is the variable's name in the input file More...
 
oops::OptionalParameter< std::string > unit {"unit", this}
 

Detailed Description

Definition at line 22 of file Layout_ObsGroup_ODB_Params.h.

Member Data Documentation

◆ name

oops::RequiredParameter<std::string> ioda::detail::VariableParameters::name {"name", this}

name is what the variable should be referred to as in ioda, including the full group hierarchy.

Definition at line 27 of file Layout_ObsGroup_ODB_Params.h.

◆ source

oops::RequiredParameter<std::string> ioda::detail::VariableParameters::source {"source", this}

source is the variable's name in the input file

Definition at line 29 of file Layout_ObsGroup_ODB_Params.h.

◆ unit

oops::OptionalParameter<std::string> ioda::detail::VariableParameters::unit {"unit", this}

unit is the variable's unit type, for conversion to SI units. The data values will be changed according to the arithmetic conversion function if function is available.

Definition at line 32 of file Layout_ObsGroup_ODB_Params.h.


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