OOPS
instantiateLocalEnsembleSolverFactory.h
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2020 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_ASSIMILATION_INSTANTIATELOCALENSEMBLESOLVERFACTORY_H_
9
#define OOPS_ASSIMILATION_INSTANTIATELOCALENSEMBLESOLVERFACTORY_H_
10
11
#include "
oops/assimilation/GETKFSolver.h
"
12
#include "
oops/assimilation/LETKFSolver.h
"
13
#include "
oops/assimilation/LETKFSolverGSI.h
"
14
#include "
oops/assimilation/LocalEnsembleSolver.h
"
15
16
namespace
oops
{
17
18
template
<
typename
MODEL,
typename
OBS>
void
instantiateLocalEnsembleSolverFactory
() {
19
static
LocalEnsembleSolverMaker<MODEL, OBS, LETKFSolver<MODEL, OBS>
> makerLETKF_(
"LETKF"
);
20
static
LocalEnsembleSolverMaker<MODEL, OBS, LETKFSolverGSI<MODEL, OBS>
> makerGSI_(
"GSI LETKF"
);
21
static
LocalEnsembleSolverMaker<MODEL, OBS, GETKFSolver<MODEL, OBS>
> makerGETKF_(
"GETKF"
);
22
}
23
24
}
// namespace oops
25
26
#endif
// OOPS_ASSIMILATION_INSTANTIATELOCALENSEMBLESOLVERFACTORY_H_
GETKFSolver.h
LETKFSolver.h
LETKFSolverGSI.h
LocalEnsembleSolver.h
oops::LocalEnsembleSolverMaker
Definition:
LocalEnsembleSolver.h:270
oops
The namespace for the main oops code.
Definition:
ErrorCovarianceL95.cc:22
oops::instantiateLocalEnsembleSolverFactory
void instantiateLocalEnsembleSolverFactory()
Definition:
instantiateLocalEnsembleSolverFactory.h:18
mpas-bundle
oops
src
oops
assimilation
instantiateLocalEnsembleSolverFactory.h
Generated on Wed Sep 8 2021 17:07:18 for OOPS by
1.9.1