FV3 Bundle
instantiateFilterFactory.h
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2017-2018 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 OOPS_BASE_INSTANTIATEFILTERFACTORY_H_
9
#define OOPS_BASE_INSTANTIATEFILTERFACTORY_H_
10
11
#include "
oops/base/FilterBase.h
"
12
#include "
oops/base/GeoVaLsWriter.h
"
13
14
namespace
oops
{
15
16
template
<
typename
MODEL>
void
instantiateFilterFactory
() {
17
static
FilterMaker<MODEL, GeoVaLsWriter<MODEL>
> makerGVWriter_(
"GOMsaver"
);
18
}
19
20
}
// namespace oops
21
22
#endif // OOPS_BASE_INSTANTIATEFILTERFACTORY_H_
oops::instantiateFilterFactory
void instantiateFilterFactory()
Definition:
instantiateFilterFactory.h:16
oops
The namespace for the main oops code.
Definition:
ErrorCovarianceFV3JEDI.h:24
oops::FilterMaker
Definition:
FilterBase.h:67
FilterBase.h
GeoVaLsWriter.h
src
fv3-bundle
oops
src
oops
base
instantiateFilterFactory.h
Generated on Tue Nov 6 2018 11:39:02 for FV3 Bundle by
1.8.14