UFO
MetOfficeRMatrixRadiance.interface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020 Met Office
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 UFO_UTILS_METOFFICE_METOFFICERMATRIXRADIANCE_INTERFACE_H_
9 #define UFO_UTILS_METOFFICE_METOFFICERMATRIXRADIANCE_INTERFACE_H_
10 
11 #include "oops/base/Variables.h"
12 #include "ufo/Fortran.h"
13 
14 // Forward declarations
15 namespace eckit {
16  class Configuration;
17 }
18 
19 namespace ufo {
20 
21 // Interface to Fortran routines
22 extern "C" {
23  void ufo_metoffice_rmatrixradiance_setup_f90(const F90obfilter &, const eckit::Configuration &,
24  size_t &, size_t &, size_t &);
27  const size_t &, int *, float *);
29 } // extern C
30 
31 } // namespace ufo
32 
33 #endif // UFO_UTILS_METOFFICE_METOFFICERMATRIXRADIANCE_INTERFACE_H_
Forward declarations.
Definition: ObsAodExt.h:21
Definition: RunCRTM.h:27
void ufo_metoffice_rmatrixradiance_print_f90(const F90obfilter &)
void ufo_metoffice_rmatrixradiance_delete_f90(const F90obfilter &)
void ufo_metoffice_rmatrixradiance_getelements_f90(const F90obfilter &, const size_t &, int *, float *)
void ufo_metoffice_rmatrixradiance_setup_f90(const F90obfilter &, const eckit::Configuration &, size_t &, size_t &, size_t &)
int F90obfilter
Definition: Fortran.h:22