Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libcdi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mpim-sw
libcdi
Commits
fc7f40d4
Commit
fc7f40d4
authored
Sep 21, 2020
by
Uwe Schulzweida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore netCDF attribute _NCProperties.
parent
12daf8ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ChangeLog
ChangeLog
+4
-0
src/stream_cdf_i.c
src/stream_cdf_i.c
+3
-0
No files found.
ChangeLog
View file @
fc7f40d4
...
...
@@ -3,6 +3,10 @@
* using CGRIBEX library version 1.9.5
* Version 1.9.9 released
2020-09-21 Uwe Schulzweida
* Ignore netCDF attribute _NCProperties
2020-08-28 Uwe Schulzweida
* getAvailabilityOfRelativeTimes: added PDT 57 and 58 [patch: Jochen Foerstner]
...
...
src/stream_cdf_i.c
View file @
fc7f40d4
...
...
@@ -3472,6 +3472,9 @@ void cdf_scan_global_attr(int fileID, int vlistID, int ngatts, int *instID, int
{
}
*/
else
if
(
strIsEqual
(
attname
,
"_NCProperties"
)
)
{
}
else
if
(
strIsEqual
(
attname
,
"CDI"
)
)
{
}
...
...
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