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.