You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weirdly enough I can load the data without problems, when I do not use intake-esm....
importgcsfsimportxarrayasxr# Connect to Google Cloud Storagefs=gcsfs.GCSFileSystem(token='anon', access='read_only')
# create a MutableMapping from a store URLmapper=fs.get_mapper('gs://cmip6/CMIP6/ScenarioMIP/CCCma/CanESM5/ssp585/r9i1p1f1/Omon/tos/gn/v20190429/')
# loading the raw zarr does not add `member_id`ds_raw=xr.open_zarr(mapper)
ds_raw.load()
I am not really sure how to diagnose further what is going on here? Any thoughts?
Also cc'ing @naomi-henderson (Is there a way to interrogate this single store further?)
Version information: output of intake_esm.show_versions()
'2021.1.15'
The text was updated successfully, but these errors were encountered:
Description
I am running into some obscure problem with a single zarr store in the pangeo CMIP6 archive.
The data in question is
CanESM.ssp585.r9i1p1f1.Omon.tos
.I basically follow the standard instructions on how to load the data with intake-esm here
Most of the datasets (there are several members for this model experiment) work as expected
But there is a single one that fails to load
Weirdly enough I can load the data without problems, when I do not use intake-esm....
I am not really sure how to diagnose further what is going on here? Any thoughts?
Also cc'ing @naomi-henderson (Is there a way to interrogate this single store further?)
Version information: output of
intake_esm.show_versions()
'2021.1.15'
The text was updated successfully, but these errors were encountered: