HRRR Zarr Variable List
Notes & Errata
Smoke Variables
The smoke variables often have misleading official names. The notes section of the table explains what they actually are.
Missing data due to iris-grib #265
Sometimes you'll see a variable that has zarr array metadata generated for a given date/time, but is missing any actual data. In many cases this is caused by processing erroring out, most commonly due to an issue in an underlying library documented at iris-grib #265
For analysis files, this does not represent a loss of data, since the issue only affects grids where NCEP provided a constant value in the original HRRR GRIB2 files instead of providing a grid of data. So you can assume all the data is that constant value (zero for most but not all affected variables). For example, there may be no hail or snow in the CONUS at a particular time.
Unfortunately, meaningful forecast data is missing in some instances because if one forecast hour is set to a constant, the entire forecast zarr will be missing. As a result, you must go to the GRIB2 files to get the data for the hours where it does exist. Solar radiation is always affected by this bug at night and thus all forecasts for these variables are missing in the Zarr archive.
General Variable Info
The variables in HRRR Zarr are ultimately copied directly from the HRRR GRIB2 files. The metadata and documenetation of those files may help answer questions about the corresponding variables in Zarr.For more info see NCEP Product Inventory:
https://www.nco.ncep.noaa.gov/pmb/products/hrrr/hrrr.t00z.wrfsfcf00.grib2.shtml
https://www.nco.ncep.noaa.gov/pmb/products/hrrr/hrrr.t00z.wrfsfcf02.grib2.shtml
Table of Variables
Click on a specific column header to sort the table by that specific cloumn
Structure of Bucket
- Each day in archive is a folder. Each of these daily folders contain 48 Zarr files:
- Two Zarr files for each model run (analysis and forecast) hrrrzarr/sfc/YYYYMMDD/YYYYMMDD_HHz_fcst.zarr/ hrrrzarr/sfc/YYYYMMDD/YYYYMMDD_HHz_anl.zarr/
Each Zarr file contains all HRRR 2-D variables,
- They are grouped by their corresponding vertical level /YYYYMMDD_HHz_fcst.zarr/LEVEL/VARIABLE/LEVEL/VARIABLE/ /YYYYMMDD_HHz_anl.zarr/LEVEL/VARIABLE/LEVEL/VARIABLE/
Each variable is then encoded and compressed into 96 chunks (time,x,y)
- Analysis chunk dimensions (1,150,150)
- Forecast chunk dimensions (HRRRv3 Only); Runs 00, 06, 12, 18 UTC (36,150,150)
- Forecast chunk dimensions (18,150,150)
- Chunks are numbered corresponding to their position in the domain
- Example: 0.4.7 /YYYYMMDD_HHz_fcst.zarr/LEVEL/VARIABLE/LEVEL/VARIABLE/0.4.7