OOPS
LocalizationMatrixQG.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2009-2016 ECMWF.
3  * (C) Copyright 2020-2020 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 QG_MODEL_LOCALIZATIONMATRIXQG_H_
13 #define QG_MODEL_LOCALIZATIONMATRIXQG_H_
14 
15 #include <ostream>
16 #include <string>
17 #include <vector>
18 
19 #include "eckit/config/Configuration.h"
20 
22 
23 #include "oops/qg/GeometryQG.h"
24 #include "oops/qg/QgFortran.h"
25 #include "oops/qg/QgTraits.h"
26 
27 // Forward declarations
28 namespace qg {
29  class GeometryQG;
30  class IncrementQG;
31 
32 /// Localization matrix for QG model.
33 
34 // -----------------------------------------------------------------------------
36  public:
37  static const std::string classname() {return "qg::LocalizationMatrixQG";}
38 
39  LocalizationMatrixQG(const GeometryQG &, const eckit::Configuration &);
41 
42  void randomize(IncrementQG &) const override;
43  void multiply(IncrementQG &) const override;
44 
45  private:
46  void print(std::ostream &) const override;
48 };
49 // -----------------------------------------------------------------------------
50 
51 } // namespace qg
52 
53 #endif // QG_MODEL_LOCALIZATIONMATRIXQG_H_
GeometryQG handles geometry for QG model.
Definition: GeometryQG.h:58
Increment Class: Difference between two states.
Definition: IncrementQG.h:64
Localization matrix for QG model.
void multiply(IncrementQG &) const override
void print(std::ostream &) const override
LocalizationMatrixQG(const GeometryQG &, const eckit::Configuration &)
void randomize(IncrementQG &) const override
static const std::string classname()
The namespace for the qg model.
int F90lclz
Definition: QgFortran.h:57