Skip to content
GitLab
Menu
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
acd4b207
Commit
acd4b207
authored
Oct 21, 2009
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
4b238d2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/formats.tex
View file @
acd4b207
...
...
@@ -166,14 +166,9 @@ The meaning of the variables are:
\section
{
IEG
}
IEG is the standard binary output format of the regional model
\htmlref
{
REMO
}{
REMO
}
.
It is simple an unpacked GRIB format. The product and grid
It is simple an unpacked GRIB
edition 1
format. The product and grid
description section are coded with 4 byte integer values and the
data section can have 4 or 8 byte IEEE floating point values.
The header and the data section have the standard Fortran blocking
for binary data records.
{
\CDI
}
supports only data on an rotated grid for the IEG format.
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
{
\CDI
}
supports only data on Gaussian and LonLat grids for the IEG format.
src/stream_cdf.c
View file @
acd4b207
...
...
@@ -4610,9 +4610,11 @@ int cdfInqContents(int streamID)
{
modelID
=
modelInq
(
-
1
,
0
,
attstring
);
}
/*
else if ( strcmp(attname, "Conventions") == 0 )
{
}
*/
else
if
(
strcmp
(
attname
,
"CDI"
)
==
0
)
{
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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