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",
)