Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
08ea94c0
Commit
08ea94c0
authored
11 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Docu update
parent
6009b95c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/tex/variable.tex
+5
-5
5 additions, 5 deletions
doc/tex/variable.tex
src/cdi.h
+14
-14
14 additions, 14 deletions
src/cdi.h
with
19 additions
and
19 deletions
doc/tex/variable.tex
+
5
−
5
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
}
...
...
This diff is collapsed.
Click to expand it.
src/cdi.h
+
14
−
14
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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment