hyoga.open.dataset#
- hyoga.open.dataset(filename, **kwargs)#
Open a single-file model output dataset.
- Parameters:
filename (
str
,Path
, file-like orDataStore
) – Path to a model input or output file containing the data to open. Variables should in principle contain a'standard_name'
attribute following the Climate and Forecast conventions. Some standard names will be filled according to PISM variable short names if missing. This mechanism is not yet implemented for other models.**kwargs (optional) – Keyword arguments passed
xarray.open_dataset()
.
- Returns:
ds (
Dataset
) – Xarray dataset containing variables in the file.