wrf-python icon indicating copy to clipboard operation
wrf-python copied to clipboard

Allow specifying time slices in getvar()

Open andreas-h opened this issue 8 years ago • 1 comments

It would be useful if the wrf.getvar() argument timeidx could be a slice object. Currently, only int and None seem to be supported.

andreas-h avatar Mar 21 '17 14:03 andreas-h

I also plan on adding support for iterables as a time index as well, but it's going to be quite a bit of rework. This will most likely happen when parallel support is added, but possibly before.

bladwig1 avatar Mar 21 '17 20:03 bladwig1