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
be870182
Commit
be870182
authored
May 06, 2010
by
Uwe Schulzweida
Browse files
stream_cdf: changed warning message for gaussian reduced grid
parent
e274088f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
be870182
...
...
@@ -1697,8 +1697,8 @@ void cdfDefRgrid(int streamID, int gridID)
{
if
(
lwarn
)
{
Warning
(
func
,
"
Wri
ting a netCDF file with data on a gaussian reduced grid."
);
Warning
(
func
,
"The
reading of this grid
is unsupported!"
);
Warning
(
func
,
"
Crea
ting a netCDF file with data on a gaussian reduced grid."
);
Warning
(
func
,
"The
further processing of the resulting file
is unsupported!"
);
lwarn
=
FALSE
;
}
...
...
Write
Preview
Supports
Markdown
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