Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]: Issue opening up ESGF datasets hosted on LLNL servers via OPeNDAP #675

Open
tomvothecoder opened this issue Jul 2, 2024 · 2 comments
Labels
type: docs Updates to documentation

Comments

@tomvothecoder
Copy link
Collaborator

tomvothecoder commented Jul 2, 2024

Describe your documentation update

There is an issue opening up ESGF datasets from LLNL nodes that is probably affecting all of our gallery documentation.

I think this might have to do with the THREDDS catalog being disabled? Although it was working fine recently until today, and HTTP downloads still work fine.

MVCE

import xcdat as xc

dpath = "https://esgf-data1.llnl.gov/thredds/dodsC/css03_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r10i1p1f1/Amon/tas/gn/v20200605/tas_Amon_ACCESS-ESM1-5_historical_r10i1p1f1_gn_185001-201412.nc"

xc.open_dataset(dpath)

Log

syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR
context: 404^ page not found

...

OSError: [Errno -90] NetCDF: file not found: 'https://esgf-data1.llnl.gov/thredds/dodsC/css03_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r10i1p1f1/Amon/tas/gn/v20200605/tas_Amon_ACCESS-ESM1-5_historical_r10i1p1f1_gn_185001-201412.nc'

Workaround

Use replica datasets hosted at other sites with OPeNDAP support.

@tomvothecoder tomvothecoder added the type: docs Updates to documentation label Jul 2, 2024
@tomvothecoder
Copy link
Collaborator Author

Any ideas @xCDAT/core-developers? I can reach out to Sasha too.

@pochedls
Copy link
Collaborator

pochedls commented Jul 2, 2024

I think Sasha is probably the best bet for quickly figuring this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Updates to documentation
Projects
Status: Todo
Development

No branches or pull requests

2 participants