IODA
|
#include <Layout_ObsGroup_ODB_Params.h>
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} |
Definition at line 22 of file Layout_ObsGroup_ODB_Params.h.
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.
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.
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.