UFO
ObsTimeOperUtil.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2019 UK Met Office
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 
9 #ifndef UFO_TIMEOPER_OBSTIMEOPERUTIL_H_
10 #define UFO_TIMEOPER_OBSTIMEOPERUTIL_H_
11 
12 #include <algorithm>
13 #include <ostream>
14 #include <vector>
15 
16 #include "ioda/ObsVector.h"
17 
18 #include "oops/util/DateTime.h"
19 #include "oops/util/Duration.h"
20 #include "oops/util/Logger.h"
21 
22 namespace ufo {
23 
24 std::vector<std::vector<float>> timeWeightCreate(const ioda::ObsSpace & odb_,
25  const eckit::Configuration & config);
26 
27 // -----------------------------------------------------------------------------
28 
29 } // namespace ufo
30 #endif // UFO_TIMEOPER_OBSTIMEOPERUTIL_H_
Definition: RunCRTM.h:27
std::vector< std::vector< float > > timeWeightCreate(const ioda::ObsSpace &odb_, const eckit::Configuration &config)