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
08ea94c0
Commit
08ea94c0
authored
Feb 12, 2014
by
Uwe Schulzweida
Browse files
Docu update
parent
6009b95c
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/variable.tex
View file @
08ea94c0
...
...
@@ -5,15 +5,15 @@ one of the following time types must be specified:
\vspace*
{
3mm
}
\hspace*
{
8mm
}
\begin{minipage}
{
15cm
}
\begin{deflist}
{{
\large\tt
T
IME
\_
CONSTANT
\ \
}}
\item
[{\large\tt T
IME
\_CONSTANT }]
For time constant variables
\item
[{\large\tt T
IME\_VARIABLE
}]
For time varying variables
\begin{deflist}
{{
\large\tt
T
STEP
\_
CONSTANT
\ \
}}
\item
[{\large\tt T
STEP
\_CONSTANT }]
For time constant variables
\item
[{\large\tt T
STEP\_INSTANT
}]
For time varying variables
\end{deflist}
\end{minipage}
\vspace*
{
3mm
}
The default data type is 16 bit for GRIB and 32 bit for all other
file
format types. To change the data type use one of the following
The default data type is 16 bit for GRIB and 32 bit for all other
file
format types. To change the data type use one of the following
predefined constants:
\vspace*
{
3mm
}
...
...
src/cdi.h
View file @
08ea94c0
...
...
@@ -172,20 +172,20 @@ extern "C" {
/* TSTEP types */
#define TSTEP_CONSTANT
0
#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_RMS
7
#define TSTEP_SD
8
#define TSTEP_COV
9
#define TSTEP_RATIO
10
#define TSTEP_RANGE 11
#define TSTEP_INSTANT2 12
#define TSTEP_INSTANT3 13
#define TSTEP_CONSTANT
0
/* Constant */
#define TSTEP_INSTANT
1
/* Instant */
#define TSTEP_AVG
2
/* Average */
#define TSTEP_ACCUM
3
/* Accumulation */
#define TSTEP_MAX
4
/* Maximum */
#define TSTEP_MIN
5
/* Minimum */
#define TSTEP_DIFF
6
/* Difference */
#define TSTEP_RMS
7
/* Root mean square */
#define TSTEP_SD
8
/* Standard deviation */
#define TSTEP_COV
9
/* Covariance */
#define TSTEP_RATIO
10
/* Ratio */
#define TSTEP_RANGE
11
#define TSTEP_INSTANT2
12
#define TSTEP_INSTANT3
13
/* TAXIS types */
...
...
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