pangeo-data / pangeo-cmip6-cloud

Documentation for Pangeo CMIP6 data stored in GCP/AWS cloud
https://pangeo-data.github.io/pangeo-cmip6-cloud/
17 stars 9 forks source link

Unexpected time periods for certain model scenarios #40

Open nenb opened 2 years ago

nenb commented 2 years ago

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 commented 2 years ago

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 commented 7 months ago

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?