Initializes GeoVaLs with analytic formula.
More...
#include <AnalyticInit.h>
template<typename OBS>
class oops::AnalyticInit< OBS >
Initializes GeoVaLs with analytic formula.
Definition at line 24 of file src/oops/interface/AnalyticInit.h.
◆ AnalyticInit_
◆ GeoVaLs_
◆ Locations_
◆ AnalyticInit() [1/3]
◆ ~AnalyticInit()
◆ AnalyticInit() [2/3]
◆ AnalyticInit() [3/3]
◆ classname()
◆ fillGeoVaLs()
Fill GeoVaLs with values computed by analytic function.
GeoVaLs Analytic Initialization.
AnalyticInit() was introduced in May, 2018 (initially as a GeoVaLs constructor) for use with the interpolation test. The interpolation test requires an initialization of a GeoVaLs object based on the same analytic formulae used for the State initialization (see test::TestStateInterpolation() for further information). This in turn requires information about the vertical profile in addition to the latitude and longitude positional information in the Locations object. Currently, this information about the vertical profile is obtained from an existing GeoVaLs object (passed as gvals) that represents the output of the State::interpolate() method. The state.state generate section of the configuration file is also passed to this constructor to provide further information required for the analytic initialization.
- Date
- May, 2018: created as a constructor (M. Miesch, JCSDA)
-
June, 2018: moved to a method (M. Miesch, JCSDA)
- See also
- test::TestStateInterpolation()
Definition at line 91 of file src/oops/interface/AnalyticInit.h.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ analytic_
The documentation for this class was generated from the following file: