Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove explicit setting of chunksizes #45

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

micaeljtoliveira
Copy link
Contributor

@micaeljtoliveira micaeljtoliveira commented Dec 4, 2024

Closes #44

@micaeljtoliveira
Copy link
Contributor Author

@anton-seaice Thanks! Missed those ones.... Fixed now.

Copy link

@anton-seaice anton-seaice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good.

I built this and ran

topogtools mask

The resulting file had

dimensions:
        nx = 1440 ;
        ny = 1142 ;
variables:
        float geolon_t(ny, nx) ;
                geolon_t:long_name = "tracer longitude" ;
                geolon_t:units = "degrees_E" ;
                geolon_t:_Storage = "chunked" ;
                geolon_t:_ChunkSizes = 571, 720 ;
...

And this seems like a reasonable chunksize.

@micaeljtoliveira micaeljtoliveira merged commit 8ba438b into master Dec 4, 2024
4 checks passed
@micaeljtoliveira micaeljtoliveira deleted the remove_chunksize branch December 6, 2024 00:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chunksizes too small
2 participants