FV3 Bundle
GeometryFV3JEDI.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 
8 #include <mpi.h>
9 
10 #include "eckit/config/Configuration.h"
11 #include "oops/util/Logger.h"
12 
14 #include "GeometryFV3JEDIFortran.h"
15 #include "UtilitiesFV3JEDI.h"
16 
17 // -----------------------------------------------------------------------------
18 namespace fv3jedi {
19 // -----------------------------------------------------------------------------
20 GeometryFV3JEDI::GeometryFV3JEDI(const eckit::Configuration & conf) {
21  const eckit::Configuration * configc = &conf;
25 }
26 // -----------------------------------------------------------------------------
28  const int key_geo = other.keyGeom_;
30 }
31 // -----------------------------------------------------------------------------
34 }
35 // -----------------------------------------------------------------------------
36 void GeometryFV3JEDI::print(std::ostream & os) const {
38  os << "fv3jedi::GeometryFV3JEDI::print not implemented yet";
39 }
40 // -----------------------------------------------------------------------------
41 } // namespace fv3jedi
void fv3jedi_geo_setup_f90(F90geom &, const eckit::Configuration *const *)
void removeFv3Files()
void stageFv3Files(const eckit::Configuration &conf)
void fv3jedi_geo_delete_f90(F90geom &)
Definition: conf.py:1
void fv3jedi_geo_info_f90(const F90geom &)
GeometryFV3JEDI(const eckit::Configuration &)
void print(std::ostream &) const
GeometryFV3JEDI handles geometry for FV3JEDI model.
void fv3jedi_geo_clone_f90(const F90geom &, F90geom &)