UFO
ObsGnssroRefMetOffice.interface.h
Go to the documentation of this file.
1 /*
2  * (C) British Crown Copyright 2021 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_GNSSRO_REFMETOFFICE_OBSGNSSROREFMETOFFICE_INTERFACE_H_
9 #define UFO_GNSSRO_REFMETOFFICE_OBSGNSSROREFMETOFFICE_INTERFACE_H_
10 
11 #include "ioda/ObsSpace.h"
12 #include "ufo/Fortran.h"
13 
14 namespace ufo {
15 
16 /// Interface to Fortran UFO routines
17 /*!
18  * The core of the UFO is coded in Fortran.
19  * Here we define the interfaces to the Fortran code.
20  */
21 
22 extern "C" {
23 // -----------------------------------------------------------------------------
24 // Gnssro refractivity observation operators - (Met Office 1D)
25 // -----------------------------------------------------------------------------
26  void ufo_gnssro_refmetoffice_setup_f90(F90hop &, const bool &, const bool &, const float &);
28  void ufo_gnssro_refmetoffice_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &,
29  const int &, double &, const F90goms &);
30 // -----------------------------------------------------------------------------
31 
32 } // extern C
33 
34 } // namespace ufo
35 #endif // UFO_GNSSRO_REFMETOFFICE_OBSGNSSROREFMETOFFICE_INTERFACE_H_
Definition: RunCRTM.h:27
void ufo_gnssro_refmetoffice_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, double &, const F90goms &)
void ufo_gnssro_refmetoffice_setup_f90(F90hop &, const bool &, const bool &, const float &)
Interface to Fortran UFO routines.
int F90goms
Definition: Fortran.h:16
void ufo_gnssro_refmetoffice_delete_f90(F90hop &)
int F90hop
Definition: Fortran.h:18