FV3 Bundle
fv3-jedi/src/Utilities/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 SRC_UTILITIES_FORTRAN_H_
9
#define SRC_UTILITIES_FORTRAN_H_
10
11
// Forward declarations
12
namespace
eckit
{
13
class
Configuration;
14
}
15
16
namespace
util
{
17
class
DateTime;
18
class
Duration;
19
}
20
21
namespace
fv3jedi
{
22
23
// Geometry key type
24
typedef
int
F90geom
;
25
// Model key type
26
typedef
int
F90model
;
27
// Tlm key type
28
typedef
int
F90tlm
;
29
// Locations key type
30
typedef
int
F90locs
;
31
// Goms key type
32
typedef
int
F90goms
;
33
// Trajectory key type
34
typedef
int
F90traj
;
35
// Background error covariance key type
36
typedef
int
F90bmat
;
37
// Localization matrix
38
typedef
int
F90lclz
;
39
// ObOp trajectory
40
typedef
int
F90ootrj
;
41
// VarChange key
42
typedef
int
F90vcc2m
;
43
// State key
44
typedef
int
F90state
;
45
// Increment key
46
typedef
int
F90inc
;
47
48
}
// namespace fv3jedi
49
#endif // SRC_UTILITIES_FORTRAN_H_
fv3jedi::F90tlm
int F90tlm
Definition:
fv3-jedi/src/Utilities/Fortran.h:28
util
Definition:
ErrorCovarianceFV3JEDIFortran.h:18
fv3jedi::F90inc
int F90inc
Definition:
fv3-jedi/src/Utilities/Fortran.h:46
fv3jedi::F90lclz
int F90lclz
Definition:
fv3-jedi/src/Utilities/Fortran.h:38
fv3jedi::F90ootrj
int F90ootrj
Definition:
fv3-jedi/src/Utilities/Fortran.h:40
fv3jedi::F90bmat
int F90bmat
Definition:
fv3-jedi/src/Utilities/Fortran.h:36
fv3jedi::F90model
int F90model
Definition:
fv3-jedi/src/Utilities/Fortran.h:26
eckit
Definition:
ErrorCovarianceFV3JEDIFortran.h:14
fv3jedi::F90geom
int F90geom
Definition:
fv3-jedi/src/Utilities/Fortran.h:24
fv3jedi::F90vcc2m
int F90vcc2m
Definition:
fv3-jedi/src/Utilities/Fortran.h:42
fv3jedi::F90state
int F90state
Definition:
fv3-jedi/src/Utilities/Fortran.h:44
fv3jedi
Definition:
ErrorCovarianceFV3JEDI.cc:23
fv3jedi::F90goms
int F90goms
Definition:
fv3-jedi/src/Utilities/Fortran.h:32
fv3jedi::F90locs
int F90locs
Definition:
fv3-jedi/src/Utilities/Fortran.h:30
fv3jedi::F90traj
int F90traj
Definition:
fv3-jedi/src/Utilities/Fortran.h:34
src
fv3-bundle
fv3-jedi
src
Utilities
Fortran.h
Generated on Tue Nov 6 2018 11:38:22 for FV3 Bundle by
1.8.14