FV3 Bundle
TlmFV3JEDIFortran.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_TLMFV3JEDIFORTRAN_H_
9 #define SRC_MODEL_TLMFV3JEDIFORTRAN_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_tlm_create_f90(const eckit::Configuration * const *,
28  const F90geom &,
29  F90tlm &);
31 
32 
34  const F90tlm &,
35  const F90inc &);
37  const F90tlm &,
38  const F90inc &);
39 
40  void fv3jedi_tlm_step_tl_f90(const F90geom &,
41  const F90tlm &,
42  const F90inc &,
43  const F90traj &);
44  void fv3jedi_tlm_step_ad_f90(const F90geom &,
45  const F90tlm &,
46  const F90inc &,
47  const F90traj &);
48 
50  const F90tlm &,
51  const F90inc &);
53  const F90tlm &,
54  const F90inc &);
55 
57 
58 } // extern "C"
59 // -----------------------------------------------------------------------------
60 
61 } // namespace fv3jedi
62 #endif // SRC_MODEL_TLMFV3JEDIFORTRAN_H_
void fv3jedi_tlm_delete_f90(F90tlm &)
void fv3jedi_tlm_initialize_tl_f90(const F90geom &, const F90tlm &, const F90inc &)
void fv3jedi_tlm_create_f90(const eckit::Configuration *const *, const F90geom &, F90tlm &)
void fv3jedi_tlm_step_tl_f90(const F90geom &, const F90tlm &, const F90inc &, const F90traj &)
void fv3jedi_tlm_step_ad_f90(const F90geom &, const F90tlm &, const F90inc &, const F90traj &)
void fv3jedi_tlm_initialize_ad_f90(const F90geom &, const F90tlm &, const F90inc &)
void fv3jedi_tlm_finalize_ad_f90(const F90geom &, const F90tlm &, const F90inc &)
void fv3jedi_traj_wipe_f90(F90traj &)
void fv3jedi_tlm_finalize_tl_f90(const F90geom &, const F90tlm &, const F90inc &)