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

Unexpected time periods for certain model scenarios #40

Open
nenb opened this issue Apr 26, 2022 · 2 comments
Open

Unexpected time periods for certain model scenarios #40

nenb opened this issue Apr 26, 2022 · 2 comments

Comments

@nenb
Copy link

nenb commented Apr 26, 2022

I've noticed some unusual features of the ACCESS-CM2 data on S3. For certain variables and scenarios, the time period is for 2200-2300. I wasn't expecting this, and I guess that it's a bug. Potentially a similar issue to #32. Documenting here just in case it's not already known.

Minimal example:

import xarray as xr

xr.open_dataset(
    "s3://cmip6-pds/CMIP6/ScenarioMIP/CSIRO-ARCCSS/ACCESS-CM2/ssp585/r1i1p1f1/day/tas/gn/v20210317/",
    storage_options={"anon": True},
    engine="zarr",
)
@jbusecke
Copy link
Collaborator

Thanks for flagging this. We are working on a way to automate the processing and upload of new datasets, and I will check this issue once the machinery is ready.

@jbusecke
Copy link
Collaborator

Dear @nenb could you check if this issue persists with the new zarr data on GCS? If is should be the same would you mind raising an issue over there?

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