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
f441a6cd
Commit
f441a6cd
authored
May 24, 2018
by
Uwe Schulzweida
Browse files
cgribexDefTime: deactivate warning if time axis type changes.
parent
4ea1ffc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
f441a6cd
...
...
@@ -1570,14 +1570,14 @@ void cgribexDefTime(int *isec1, int vdate, int vtime, int tsteptype, int numavg,
if
(
ip1
<
0
||
ip1
>
0xFF
)
timetype
=
TAXIS_ABSOLUTE
;
if
(
ip2
<
0
||
ip2
>
0xFF
)
timetype
=
TAXIS_ABSOLUTE
;
}
/*
static bool lwarn = true;
if ( lwarn && timetype == TAXIS_ABSOLUTE )
{
lwarn = false;
Warning("Can't store forecast time %ld %d relative to %ld %d, converted to absolute time!", (long)vdate, vtime, (long)rdate, rtime);
}
*/
ISEC1_TimeRange
=
timerange
;
ISEC1_TimePeriod1
=
ip1
;
ISEC1_TimePeriod2
=
ip2
;
...
...
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