FV3 Bundle
LocalizationMatrixFV3JEDI.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017 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 
9 
10 #include "GeometryFV3JEDI.h"
11 #include "IncrementFV3JEDI.h"
12 #include "eckit/config/Configuration.h"
14 
15 // -----------------------------------------------------------------------------
16 namespace fv3jedi {
17 // -----------------------------------------------------------------------------
19  resol,
20  const eckit::Configuration &
21  config) {
22  const eckit::Configuration * configc = &config;
23 }
24 // -----------------------------------------------------------------------------
26 }
27 // -----------------------------------------------------------------------------
29 }
30 // -----------------------------------------------------------------------------
31 void LocalizationMatrixFV3JEDI::print(std::ostream & os) const {
32  os << "LocalizationMatrixFV3JEDI::print not implemented";
33 }
34 // -----------------------------------------------------------------------------
35 
36 } // namespace fv3jedi
void multiply(IncrementFV3JEDI &) const
GeometryFV3JEDI handles geometry for FV3JEDI model.
LocalizationMatrixFV3JEDI(const GeometryFV3JEDI &, const eckit::Configuration &)