-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Calling emsarray.open_dataset() on an ACCESS file results in
`/tools/Anaconda3/2022.10/lib/python3.9/site-packages/emsarray/accessors.py in ems_accessor(dataset)
18 format_class = get_file_format(dataset)
19 if format_class is None:
---> 20 raise RuntimeError("Could not determine format of dataset")
21 return format_class(dataset)
RuntimeError: Could not determine format of dataset
`
Looking at the code, seems like it should be CFGrid1D - what's tripping it up? netCDF header attached
Metadata
Metadata
Assignees
Labels
No labels