FV3 Bundle
RunFV3JEDIFortran.h
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 #ifndef SRC_RUN_RUNFV3JEDIFORTRAN_H_
9 #define SRC_RUN_RUNFV3JEDIFORTRAN_H_
10 
11 #include "RunFV3JEDIFortran.h"
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 namespace util {
19  class DateTime;
20  class Duration;
21 }
22 
23 namespace fv3jedi {
24 
25 extern "C" {
26 
27  void fv3jedi_setup_f(const eckit::Configuration * const *);
28  void fv3jedi_finalize_f();
29 
30 } // extern "C"
31 // -----------------------------------------------------------------------------
32 
33 } // namespace fv3jedi
34 #endif // SRC_RUN_RUNFV3JEDIFORTRAN_H_
void fv3jedi_finalize_f()
void fv3jedi_setup_f(const eckit::Configuration *const *)