FV3 Bundle
IodaTrait.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #ifndef IODA_IODATRAIT_H_
9 #define IODA_IODATRAIT_H_
10 
11 #include <string>
12 
13 
14 #include "ioda/Locations.h"
15 #include "ioda/ObsSpace.h"
16 #include "ioda/ObsVector.h"
17 
18 namespace ioda {
19 
20 struct IodaTrait {
21  static std::string name() {return "IODA";}
22 
26 };
27 
28 } // namespace ioda
29 
30 #endif // IODA_IODATRAIT_H_
ObsVector class to handle vectors in observation space for IODA.
static std::string name()
Definition: IodaTrait.h:21
Wrapper around ObsHelpQG, mostly to hide the factory.
ioda::ObsVector ObsVector
Definition: IodaTrait.h:25
ioda::ObsSpace ObsSpace
Definition: IodaTrait.h:24
Locations class to handle locations for IODA.
ioda::Locations Locations
Definition: IodaTrait.h:23