OOPS
instantiateVariableChangeFactory.h
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2009-2016 ECMWF.
3
* (C) Copyright 2021 UCAR
4
*
5
* This software is licensed under the terms of the Apache Licence Version 2.0
6
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
7
* In applying this licence, ECMWF does not waive the privileges and immunities
8
* granted to it by virtue of its status as an intergovernmental organisation nor
9
* does it submit to any jurisdiction.
10
*/
11
12
#ifndef OOPS_GENERIC_INSTANTIATEVARIABLECHANGEFACTORY_H_
13
#define OOPS_GENERIC_INSTANTIATEVARIABLECHANGEFACTORY_H_
14
15
#include "
oops/base/LinearVariableChangeBase.h
"
16
#include "
oops/base/VariableChangeBase.h
"
17
#include "
oops/generic/IdLinearVariableChange.h
"
18
#include "
oops/generic/IdVariableChange.h
"
19
20
namespace
oops
{
21
22
template
<
typename
MODEL>
23
void
instantiateVariableChangeFactory
() {
24
// Nonlinear change of variables
25
static
GenericVariableChangeMaker<MODEL, IdVariableChange<MODEL>
> makerId_(
"Identity"
);
26
27
// Linear change of variables
28
static
LinearVariableChangeMaker<MODEL, IdLinearVariableChange<MODEL>
> makerIdLin_(
"Identity"
);
29
}
30
31
}
// namespace oops
32
33
#endif
// OOPS_GENERIC_INSTANTIATEVARIABLECHANGEFACTORY_H_
IdLinearVariableChange.h
IdVariableChange.h
LinearVariableChangeBase.h
VariableChangeBase.h
oops::GenericVariableChangeMaker
Definition:
VariableChangeBase.h:186
oops::LinearVariableChangeMaker
Definition:
LinearVariableChangeBase.h:181
oops
The namespace for the main oops code.
Definition:
ErrorCovarianceL95.cc:22
oops::instantiateVariableChangeFactory
void instantiateVariableChangeFactory()
Definition:
instantiateVariableChangeFactory.h:23
mpas-bundle
oops
src
oops
generic
instantiateVariableChangeFactory.h
Generated on Wed Sep 8 2021 17:07:18 for OOPS by
1.9.1