FV3 Bundle
LocalizationMatrixFV3JEDIFortran.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_LOCALIZATION_LOCALIZATIONMATRIXFV3JEDIFORTRAN_H_
9 #define SRC_LOCALIZATION_LOCALIZATIONMATRIXFV3JEDIFORTRAN_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" {
27  const eckit::Configuration * const *,
28  const F90geom &);
30  void fv3jedi_localization_mult_f90(const F90lclz &, const F90inc &);
31 
32 } // extern "C"
33 // -----------------------------------------------------------------------------
34 
35 } // namespace fv3jedi
36 #endif // SRC_LOCALIZATION_LOCALIZATIONMATRIXFV3JEDIFORTRAN_H_
void fv3jedi_localization_mult_f90(const F90lclz &, const F90inc &)
void fv3jedi_localization_setup_f90(F90lclz &, const eckit::Configuration *const *, const F90geom &)
void fv3jedi_localization_delete_f90(F90lclz &)