UFO
ObsGnssroRef.interface.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 UFO_GNSSRO_REF_OBSGNSSROREF_INTERFACE_H_
9
#define UFO_GNSSRO_REF_OBSGNSSROREF_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 operator
25
// -----------------------------------------------------------------------------
26
void
ufo_gnssro_ref_setup_f90
(
F90hop
&,
const
eckit::Configuration &);
27
void
ufo_gnssro_ref_delete_f90
(
F90hop
&);
28
void
ufo_gnssro_ref_simobs_f90
(
const
F90hop
&,
const
F90goms
&,
const
ioda::ObsSpace &,
29
const
int
&,
double
&);
30
// -----------------------------------------------------------------------------
31
32
}
// extern C
33
34
}
// namespace ufo
35
#endif // UFO_GNSSRO_REF_OBSGNSSROREF_INTERFACE_H_
ufo::F90goms
int F90goms
Definition:
Fortran.h:16
Fortran.h
ufo
Definition:
RunCRTM.h:27
ufo::F90hop
int F90hop
Definition:
Fortran.h:18
ufo::ufo_gnssro_ref_setup_f90
void ufo_gnssro_ref_setup_f90(F90hop &, const eckit::Configuration &)
Interface to Fortran UFO routines.
ufo::ufo_gnssro_ref_simobs_f90
void ufo_gnssro_ref_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, double &)
ufo::ufo_gnssro_ref_delete_f90
void ufo_gnssro_ref_delete_f90(F90hop &)
fv3-bundle
ufo
src
ufo
gnssro
Ref
ObsGnssroRef.interface.h
Generated on Sat Oct 24 2020 19:14:55 for UFO by
1.8.18