Error when trying to open CMIP6-GLADE datastore #590
Answered
by
andersy005
PaulScemama
asked this question in
Q&A
-
Hi! I'm trying to access the CMIP6-GLADE datastore via the url in the FAQ. However, when I run cat = intake.open_esm_datasource("/glade/collections/cmip/catalog/intake-esm-datastore/catalogs/glade-cmip6.json") I get
Any idea what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
andersy005
Mar 29, 2023
Replies: 2 comments 3 replies
-
use cat = intake.open_esm_datastore("/glade/collections/cmip/catalog/intake-esm-datastore/catalogs/glade-cmip6.json") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andersy005
-
you bet!
are you running this from your local computer? if so, this will not work. That file is only accessible if you have access to NCAR's GLADE filesystem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PaulScemama,
use
open_esm_datastore()
instead ofopen_esm_datasource()