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
94e7be8f
Commit
94e7be8f
authored
Jan 22, 2010
by
Uwe Schulzweida
Browse files
added timestep types
parent
7716e2e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
94e7be8f
...
...
@@ -156,6 +156,15 @@ extern "C" {
#define TUNIT_YEAR 6
#define TUNIT_QUARTER 7
/* 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
/* CALENDAR types */
#define CALENDAR_STANDARD 0
/* don't change this value (used also in griblib)! */
...
...
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