You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1: Allow the function to take as input a tuple of indices, e.g. (:, :, 1:5)
and only load this part, and correctly and instantly make it a ClimArray, which
can solve "large memory" or "large data" problems. This funcionality
must be sure to load the correct ranges of dimensions as well though!
2: Allow reading multiple variables at once. This has the performance benefit of not re-creating dimensions all the time.
The text was updated successfully, but these errors were encountered:
1: Allow the function to take as input a tuple of indices, e.g. (:, :, 1:5)
and only load this part, and correctly and instantly make it a ClimArray, which
can solve "large memory" or "large data" problems. This funcionality
must be sure to load the correct ranges of dimensions as well though!
2: Allow reading multiple variables at once. This has the performance benefit of not re-creating dimensions all the time.
The text was updated successfully, but these errors were encountered: