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
cc4bde8f
Commit
cc4bde8f
authored
Dec 19, 2014
by
Uwe Schulzweida
Browse files
netCDF: renamed time bounds dimension from nb2 to bnds
parent
e31d53bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cc4bde8f
...
...
@@ -4,7 +4,8 @@
2014-12-19 Uwe Schulzweida
* netCDF: renamed bounds dimension from nv2 to bnds
* netCDF: renamed coordinate bounds dimension from nv2 to bnds
* netCDF: renamed time bounds dimension from nb2 to bnds
2014-12-11 Uwe Schulzweida
...
...
src/stream_cdf.c
View file @
cc4bde8f
...
...
@@ -867,8 +867,8 @@ int cdfDefTimeBounds(int fileID, int nctimevarid, int nctimedimid, char* taxis_n
/* fprintf(stderr, "time has bounds\n"); */
if
(
nc_inq_dimid
(
fileID
,
"
nb2
"
,
&
dims
[
1
])
!=
NC_NOERR
)
cdf_def_dim
(
fileID
,
"
nb2
"
,
2
,
&
dims
[
1
]);
if
(
nc_inq_dimid
(
fileID
,
"
bnds
"
,
&
dims
[
1
])
!=
NC_NOERR
)
cdf_def_dim
(
fileID
,
"
bnds
"
,
2
,
&
dims
[
1
]);
if
(
taxis
->
climatology
)
{
...
...
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