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

CarbonPlan's downscaled climate datasets seems empty. #295

Open
YueZhang99 opened this issue Nov 18, 2022 · 2 comments
Open

CarbonPlan's downscaled climate datasets seems empty. #295

YueZhang99 opened this issue Nov 18, 2022 · 2 comments

Comments

@YueZhang99
Copy link

I am learning to access CarbonPlan's downscaled climate datasets.

But when I ran the example named "Accessing CarbonPlan CMIP6 downscaled climate datasets" in notebooks, I found that the datasets I got seemed empty.

Why is this? Thank you in advance!

@norlandrhagen
Copy link
Contributor

Hey there @YueZhang99, sorry you are having trouble accessing our downscaled datasets.

Just to confirm, is this the notebook you are trying to run? https://github.com/carbonplan/cmip6-downscaling/blob/main/notebooks/accessing_data_example.ipynb

Does this code run successfully for you?

!pip install intake
!pip install intake-esm

import intake 

cat = intake.open_esm_datastore(
    "https://cpdataeuwest.blob.core.windows.net/cp-cmip/version1/catalogs/global-downscaled-cmip6.json"
)

cat.df

Thanks for reporting an issue!

@YueZhang99
Copy link
Author

Thank you very much for your speedy attention on this matter @norlandrhagen . And I'm sorry that I didn't attach the link to the corresponding notebook.

The notebook you mentioned above is exactly what I am trying to run. The whole code runs successfully without no errors or warnings.

Here are my results for a clearer picture of this issue.https://github.com/YueZhang99/CarbonPlan-issues/blob/main/Accessing%20CarbonPlan%20CMIP6%20downscaled%20climate%20datasets%EF%BC%88Example%EF%BC%89.ipynb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants