Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chunking time coordinate #164

Closed
taylor13 opened this issue Apr 27, 2017 · 3 comments
Closed

chunking time coordinate #164

taylor13 opened this issue Apr 27, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@taylor13
Copy link
Collaborator

It appears that CMOR compresses the time coordinate (but not other coordinates). Since users might write one time sample at a time, we should check that the chunks are not wasting a lot of space (since the chunk size for each write of the coordinate value is in only 1 double precision variable). If a full chunk (of say 512 bytes) is written, that's a lot of wasted space.

This is not particularly high priority.

@durack1
Copy link
Contributor

durack1 commented Apr 27, 2017

@dnadeau4 this is linked to the same deflation issue #158 - a resolution will solve both of these issues, both with time and lat/lon/depth/height coordinate deflation (and chunking)

@dnadeau4 dnadeau4 added this to the 3.2.5 milestone Jun 16, 2017
@dnadeau4 dnadeau4 added the bug label Jun 16, 2017
@dnadeau4 dnadeau4 self-assigned this Jun 16, 2017
@dnadeau4
Copy link
Collaborator

@taylor13 I set the "coordinate_variable" the CONTINUOUS, time is UNLIMITED and need to be CHUNKED, so I default to 1.

@dnadeau4
Copy link
Collaborator

Solved in 3.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants