wrf-python
wrf-python copied to clipboard
Allow specifying time slices in getvar()
It would be useful if the wrf.getvar() argument timeidx could be a slice object. Currently, only int and None seem to be supported.
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.