UFO
SineOfLatitude.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 UFO_PREDICTORS_SINEOFLATITUDE_H_
9
#define UFO_PREDICTORS_SINEOFLATITUDE_H_
10
11
#include "
ufo/predictors/PredictorBase.h
"
12
13
namespace
oops
{
14
class
Variables;
15
}
16
17
namespace
ioda
{
18
class
ObsSpace;
19
}
20
21
namespace
ufo
{
22
23
// -----------------------------------------------------------------------------
24
25
class
SineOfLatitude
:
public
PredictorBase
{
26
public
:
27
/// The type of parameters accepted by the constructor of this predictor.
28
/// This typedef is used by the PredictorFactory.
29
typedef
EmptyPredictorParameters
Parameters_
;
30
31
SineOfLatitude
(
const
Parameters_
&,
const
oops::Variables &);
32
33
void
compute
(
const
ioda::ObsSpace &,
34
const
GeoVaLs
&,
35
const
ObsDiagnostics
&,
36
ioda::ObsVector &)
const override
;
37
};
38
39
// -----------------------------------------------------------------------------
40
41
}
// namespace ufo
42
43
#endif
// UFO_PREDICTORS_SINEOFLATITUDE_H_
PredictorBase.h
ufo::EmptyPredictorParameters
Definition:
PredictorBase.h:48
ufo::GeoVaLs
GeoVaLs: geophysical values at locations.
Definition:
src/ufo/GeoVaLs.h:39
ufo::ObsDiagnostics
Definition:
src/ufo/ObsDiagnostics.h:35
ufo::PredictorBase
Definition:
PredictorBase.h:62
ufo::SineOfLatitude
Definition:
SineOfLatitude.h:25
ufo::SineOfLatitude::SineOfLatitude
SineOfLatitude(const Parameters_ &, const oops::Variables &)
Definition:
SineOfLatitude.cc:23
ufo::SineOfLatitude::Parameters_
EmptyPredictorParameters Parameters_
Definition:
SineOfLatitude.h:29
ufo::SineOfLatitude::compute
void compute(const ioda::ObsSpace &, const GeoVaLs &, const ObsDiagnostics &, ioda::ObsVector &) const override
compute the predictor
Definition:
SineOfLatitude.cc:29
ioda
Forward declarations.
Definition:
ObsAodExt.h:25
oops
Definition:
ObsBackgroundErrorIdentity.interface.h:13
ufo
Definition:
RunCRTM.h:27
mpas-bundle
ufo
src
ufo
predictors
SineOfLatitude.h
Generated on Wed Sep 8 2021 16:37:37 for UFO by
1.9.1