Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a5d8d2b5
Commit
a5d8d2b5
authored
Jun 05, 2012
by
Uwe Schulzweida
Browse files
cdi.h cleanup
parent
8c86ece0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a5d8d2b5
2012-06-01 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* stream_gribapi: added support for level type HYBRID_HALF
* stream_gribapi: added support for level type HYBRID_HALF
[request: Drte Liermann]
2012-05-18 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
...
...
src/cdi.h
View file @
a5d8d2b5
...
...
@@ -152,16 +152,28 @@ extern "C" {
#define ZAXIS_ATMOSPHERE 15
/* Entire atmosphere */
#define ZAXIS_REFERENCE 16
/* zaxis reference number */
/* TAXIS types */
#define TAXIS_ABSOLUTE 1
#define TAXIS_RELATIVE 2
/* TIME types */
#define TIME_CONSTANT 1
#define TIME_VARIABLE 2
/* TSTEP types */
#define TSTEP_INSTANT 1
#define TSTEP_AVG 2
#define TSTEP_ACCUM 3
#define TSTEP_MAX 4
#define TSTEP_MIN 5
#define TSTEP_DIFF 6
#define TSTEP_RANGE 7
#define TSTEP_INSTANT2 8
#define TSTEP_INSTANT3 9
/* TAXIS types */
#define TAXIS_ABSOLUTE 1
#define TAXIS_RELATIVE 2
/* TUNIT types */
#define TUNIT_SECOND 1
...
...
@@ -175,18 +187,6 @@ extern "C" {
#define TUNIT_6HOURS 9
#define TUNIT_12HOURS 10
/* TSTEP types */
#define TSTEP_INSTANT 1
#define TSTEP_AVG 2
#define TSTEP_ACCUM 3
#define TSTEP_MAX 4
#define TSTEP_MIN 5
#define TSTEP_DIFF 6
#define TSTEP_RANGE 7
#define TSTEP_INSTANT2 8
#define TSTEP_INSTANT3 9
/* CALENDAR types */
#define CALENDAR_STANDARD 0
/* don't change this value (used also in cgribexlib)! */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment