IODA Bundle
qg/model/QCmanager.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2018-2019 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 #include "model/QCmanager.h"
9 
10 #include <string>
11 
12 #include "model/ObsDataQG.h"
13 #include "model/ObsSpaceQG.h"
14 #include "model/QgTraits.h"
16 
17 namespace qg {
18 // -----------------------------------------------------------------------------
19 static oops::FilterMaker<QgObsTraits,
21 // -----------------------------------------------------------------------------
22 } // namespace qg
The namespace for the qg model.
static oops::FilterMaker< QgObsTraits, oops::ObsFilter< QgObsTraits, FinalCheck > > makerPreChk_("Final Check")