UFO
Fortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017-2018 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_FORTRAN_H_
9 #define UFO_FORTRAN_H_
10 
11 namespace ufo {
12 
13 // Locations key type
14 typedef int F90locs;
15 // GeoVaLs key type
16 typedef int F90goms;
17 // Obs operator key type
18 typedef int F90hop;
19 // Observation bias key type
20 typedef int F90obias;
21 // Observation filter key type
22 typedef int F90obfilter;
23 
24 } // namespace ufo
25 #endif // UFO_FORTRAN_H_
Definition: RunCRTM.h:27
int F90obias
Definition: Fortran.h:20
int F90goms
Definition: Fortran.h:16
int F90locs
Definition: Fortran.h:14
int F90hop
Definition: Fortran.h:18
int F90obfilter
Definition: Fortran.h:22