ACCESS-NRI / access-nri-intake-catalog

Tools and configuration info used to manage ACCESS-NRI's intake catalogue
https://access-nri-intake-catalog.rtfd.io
Apache License 2.0
7 stars 0 forks source link

Update chunking quickstart for recent xarray chunking changes #132

Closed dougiesquire closed 8 months ago

dougiesquire commented 8 months ago

With xarray >= v2023.09.0 the behaviour of xarray.open_dataset(..., chunks={}) has changed. This chunking strategy is used by default by Intake-ESM. The PR updates the chunking quickstart tutorial in the documentation to include information about this change.

Closes #126

codecov[bot] commented 8 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1a1dbcd) 97.20% compared to head (67be2a2) 97.20%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #132 +/- ## ======================================= Coverage 97.20% 97.20% ======================================= Files 9 9 Lines 573 573 ======================================= Hits 557 557 Misses 16 16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.