IODA Bundle
l95/src/lorenz95/FinalCheck.cc
Go to the documentation of this file.
1 /*
2  * (C) Crown Copyright 2021, 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 #include "lorenz95/FinalCheck.h"
9 
10 #include <string>
11 
12 #include "lorenz95/L95Traits.h"
14 
15 // -----------------------------------------------------------------------------
16 namespace lorenz95 {
17 // -----------------------------------------------------------------------------
18 static oops::FilterMaker<L95ObsTraits,
20 // -----------------------------------------------------------------------------
21 } // namespace lorenz95
22 
The namespace for the L95 model.
static oops::FilterMaker< L95ObsTraits, oops::ObsFilter< L95ObsTraits, FinalCheck > > makerQCm_("Final Check")