hyoga.open.mfdataset#
- hyoga.open.mfdataset(filename, **kwargs)#
Open a multi-file model output dataset.
- Parameters:
filename (
stror sequence) – Either a string containing wildcards ('path/to/*.nc') or an explicit list of files to open (seexarray.open_mfdataset()).**kwargs (optional) – Keyword arguments passed
xarray.open_mfdataset(). By default global attributes will be read from the last file (preserving history from a series of runs) and a'minimal'set of data variables (not including lon, lat, etc) will be concatenated across files.
- Returns:
ds (
Dataset) – Xarray dataset containing variables in the files.