Skip to content
Snippets Groups Projects
Commit 94e7be8f authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

added timestep types

parent 7716e2e6
No related branches found
No related tags found
No related merge requests found
......@@ -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)! */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment