Open SorooshMani-NOAA opened 1 month ago
Shouldn't the catalog define mapping of T
to multiple time variables so that it goes through this part of the code?
Although I'm not sure if that's the best solution, in GOFS the times are different:
> p ds.time.shape
(129,)
> p ds.time2.shape
(409,)
> p ds.time1.shape
(521,)
> p ds.time3.shape
(129,)
Due to having multiple times coordinates in GOFS metadata, it fails to read the dataset using the defined catalog, the metadata:
The error is:
Is there any way to ask for specific variables so that there's only one time? e.g. only ask for
surf_el
.