import s3fs
import xarray
s3 = s3fs.S3FileSystem(anon=True)
def lookup(path):
return s3fs.S3Map(path, s3=s3)
path = "hrrrzarr/sfc/20210101/20210101_00z_anl.zarr/surface/TMP"
ds = xarray.open_mfdataset([lookup(path), lookup(f"{path}/surface")],
engine="zarr")
ds.TMP.plot()
<matplotlib.collections.QuadMesh at 0x166fde580>
Model questions?
Contact NOAA:
eric.james@noaa.gov
ravan.ahmadov@noaa.gov
HRRR Version | Sfc Analysis Files | Sfc Forecast Files | Prs Analysis Files | Prs Forecast Files |
V4 Near Real Time | Available | Available | Available | Unknown |
V4 (12/02/20-Current) | Available | Available | Available | Unknown |
V3 (07/12/18-12/01/20) | Available | Available | Available | Not Planned |
V2 (08/23/16-07/11/18) | Available | Not Planned | Not Planned | Not Planned |
V1 (09/30/14-08/23/16) | Not Planned | Not Planned | Not Planned | Not Planned |