Closed johnomotani closed 4 years ago
Glob the whole relative path, so any wildcard, not just '*' is supported.
Allows doing something like
ds = open_boutdataset('run[2-5]/BOUT.dmp.*.nc')
to open a subset of the run directories.
Glob the whole relative path, so any wildcard, not just '*' is supported.
Allows doing something like
to open a subset of the run directories.