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
201077ed
Commit
201077ed
authored
Jun 04, 2014
by
Uwe Schulzweida
Browse files
netCDF: do not define attribute calendar for time bounds
parent
08589237
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
201077ed
...
...
@@ -1042,9 +1042,10 @@ void cdfDefTime(stream_t* streamptr)
if
(
taxis
->
calendar
!=
-
1
)
{
cdfDefCalendar
(
fileID
,
time_varid
,
taxis
->
calendar
);
/*
if ( taxis->has_bounds )
cdfDefCalendar(fileID, time_bndsid, taxis->calendar);
*/
}
if
(
taxis
->
type
==
TAXIS_FORECAST
)
...
...
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