MPAS-JEDI
GetValues.interface.h
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2020 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
#pragma once
9
10
#include "
mpasjedi/Fortran.h
"
11
12
namespace
eckit
{
13
class
Configuration;
14
}
15
16
namespace
util
{
17
class
DateTime;
18
}
19
20
namespace
ufo
{
21
class
Locations;
22
}
23
24
namespace
mpas
{
25
26
extern
"C"
{
27
28
void
mpas_getvalues_create_f90
(
F90getvalues
&,
const
F90geom
&,
29
const
ufo::Locations &,
const
eckit::Configuration &);
30
31
void
mpas_getvalues_delete_f90
(
F90getvalues
&);
32
33
void
mpas_getvalues_fill_geovals_f90
(
34
const
F90getvalues
&,
const
F90geom
&,
const
F90state
&,
35
const
util::DateTime &,
const
util::DateTime &,
36
const
ufo::Locations &,
const
F90goms
&);
37
38
};
// extern "C"
39
40
// -------------------------------------------------------------------------------------------------
41
42
}
// namespace mpas
43
Fortran.h
eckit
Definition:
Fortran.h:17
mpas
Definition:
ErrorCovarianceMPAS.cc:20
mpas::mpas_getvalues_delete_f90
void mpas_getvalues_delete_f90(F90getvalues &)
mpas::F90state
int F90state
Definition:
Fortran.h:42
mpas::F90goms
int F90goms
Definition:
Fortran.h:40
mpas::mpas_getvalues_fill_geovals_f90
void mpas_getvalues_fill_geovals_f90(const F90getvalues &, const F90geom &, const F90state &, const util::DateTime &, const util::DateTime &, const ufo::Locations &, const F90goms &)
mpas::F90getvalues
int F90getvalues
Definition:
Fortran.h:56
mpas::F90geom
int F90geom
Definition:
Fortran.h:32
mpas::mpas_getvalues_create_f90
void mpas_getvalues_create_f90(F90getvalues &, const F90geom &, const ufo::Locations &, const eckit::Configuration &)
ufo
Definition:
GetValues.h:35
util
Definition:
Fortran.h:24
mpas-bundle
mpas-jedi
src
mpasjedi
getvalues
GetValues.interface.h
Generated on Thu Sep 9 2021 12:56:27 for MPAS-JEDI by
1.9.1