FV3 Bundle
ModelFV3JEDIFortran.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_MODEL_MODELFV3JEDIFORTRAN_H_
9 #define SRC_MODEL_MODELFV3JEDIFORTRAN_H_
10 
11 #include "Fortran.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_model_create_f90(const eckit::Configuration * const *,
28  const F90geom &,
29  F90model &);
31 
32 
34  const F90state &);
35 
36  void fv3jedi_model_step_f90(const F90model &,
37  const F90state &,
38  util::DateTime * const *);
39 
41  const F90inc &);
42 
43  void fv3jedi_traj_prop_f90(const F90model &,
44  const F90state &,
45  F90traj &);
46 
48  double &);
49 
50 } // extern "C"
51 // -----------------------------------------------------------------------------
52 
53 } // namespace fv3jedi
54 #endif // SRC_MODEL_MODELFV3JEDIFORTRAN_H_
void fv3jedi_model_create_f90(const eckit::Configuration *const *, const F90geom &, F90model &)
void fv3jedi_model_step_f90(const F90model &, const F90state &, util::DateTime *const *)
void fv3jedi_model_initialize_f90(const F90model &, const F90state &)
void fv3jedi_model_delete_f90(F90model &)
void fv3jedi_traj_minmaxrms_f90(const F90traj &, double &)
void fv3jedi_traj_prop_f90(const F90model &, const F90state &, F90traj &)
void fv3jedi_model_finalize_f90(const F90model &, const F90inc &)