UFO
ObsGroundgnssROPP.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_GROUNDGNSS_ZENITHTOTALDELAYROPP_OBSGROUNDGNSSROPP_INTERFACE_H_
9
#define UFO_GROUNDGNSS_ZENITHTOTALDELAYROPP_OBSGROUNDGNSSROPP_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
// Ground based GNSS observation operators - (ROPP)
25
// -----------------------------------------------------------------------------
26
void
ufo_groundgnss_ropp_setup_f90
(
F90hop
&,
const
eckit::Configuration &);
27
void
ufo_groundgnss_ropp_delete_f90
(
F90hop
&);
28
void
ufo_groundgnss_ropp_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_GROUNDGNSS_ZENITHTOTALDELAYROPP_OBSGROUNDGNSSROPP_INTERFACE_H_
Fortran.h
ufo
Definition:
RunCRTM.h:27
ufo::ufo_groundgnss_ropp_simobs_f90
void ufo_groundgnss_ropp_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, double &)
ufo::F90goms
int F90goms
Definition:
Fortran.h:16
ufo::ufo_groundgnss_ropp_delete_f90
void ufo_groundgnss_ropp_delete_f90(F90hop &)
ufo::ufo_groundgnss_ropp_setup_f90
void ufo_groundgnss_ropp_setup_f90(F90hop &, const eckit::Configuration &)
Interface to Fortran UFO routines.
ufo::F90hop
int F90hop
Definition:
Fortran.h:18
mpas-bundle
ufo
src
ufo
groundgnss
ZenithTotalDelayROPP
ObsGroundgnssROPP.interface.h
Generated on Wed Sep 8 2021 16:37:37 for UFO by
1.9.1