You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
)
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: