Notebook
year = '1984' combined_json = f's3://esip-qhub/noaa/nwm/grid1km/combined_{year}.json' s_opts = {'requester_pays':True, 'skip_instance_cache':True} r_opts = {'anon':True} fs = fsspec.filesystem("reference", fo=combined_json, ref_storage_args=s_opts, remote_protocol='s3', remote_options=r_opts) m = fs.get_mapper("") ds = xr.open_dataset(m, engine="zarr", chunks={'time':1, 'y':3840, 'x':4608}, backend_kwargs=dict(consolidated=False))