OOPS
l95/src/lorenz95/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 "lorenz95/QCmanager.h"
9 
10 #include <string>
11 
12 #include "lorenz95/L95Traits.h"
13 
14 // -----------------------------------------------------------------------------
15 namespace lorenz95 {
16 // -----------------------------------------------------------------------------
18 // -----------------------------------------------------------------------------
19 } // namespace lorenz95
20 
A subclass of FilterFactory able to create instances of T (a concrete subclass of interface::ObsFilte...
The namespace for the L95 model.
static oops::interface::FilterMaker< L95ObsTraits, FinalCheck > makerQCm_("Final Check")