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
ESMDataSourceError: Failed to load dataset with key='CMIP6.NOAA-GFDL.GFDL-ESM4.historical.Amon'
You can use cat['CMIP6.NOAA-GFDL.GFDL-ESM4.historical.Amon'].df to inspect the assets/files for this key.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. With an older version ( version 2020.12.18 ) of intake-esm, it seems fine. This is related to an issue I raised here intake/intake-esm#606. There is a suggested fix merged with the main branch of intake-esm now.
With the newer release of intake-esm, the advice from intake-esm dev is to use the following:
@aradhakrishnanGFDL and @anantharajvg - We cut a new release of intake-esm today (v2023.6.14). Please try updating via conda-forge or pip, which should resolve this issue.
https://github.com/aradhakrishnanGFDL/gfdl-aws-analysis/blob/community/examples/intake-esm-s3-nc-simple-access.ipynb
Fails at Line 19 with the error:
ESMDataSourceError: Failed to load dataset with key='CMIP6.NOAA-GFDL.GFDL-ESM4.historical.Amon'
You can use
cat['CMIP6.NOAA-GFDL.GFDL-ESM4.historical.Amon'].df
to inspect the assets/files for this key.The text was updated successfully, but these errors were encountered: