Skip to the content.

NOAA High-Resolution Rapid Refresh (HRRR)

Overview

The NOAA HRRR is a real-time 3km resolution, hourly updated, cloud-resolving, convection-allowing atmospheric model, initialized by 3km grids with 3km radar assimilation. Radar data is assimilated in the HRRR every 15 min over a 1-hour period adding further detail to that provided by the hourly data assimilation from the 13km radar-enhanced Rapid Refresh (RAP) system.

This dataset is available on Azure thanks to the NOAA Big Data Program.

Storage resources

Data are stored in GRIB format; within each GRIB file are both data and Climate and Forecast v1.6 metadata.

GRIB files are stored as blobs in the East US Azure region, in the following blob container:

https://noaahrrr.blob.core.windows.net/hrrr

Within that container, files are named as:

HRRR.[year][month][day]/[region]/hrrr.t[CC]z.[variable]f[FH].grib2

For example, for the file:

hrrr.20141201/conus/hrrr.t18z.wrfsubhf15.grib2

Sample code

A complete Python example of accessing and plotting HRRR data is available in the accompanying sample notebook.

Region information

Large-scale processing is best performed in the East US Azure region, where the data are stored.

Mounting the container

We also provide an API to get read-only SAS (shared access signature) tokens to allow access via, e.g., BlobFuse, which allows you to mount blob containers as drives:

https://planetarycomputer.microsoft.com/api/sas/v1/token/noaahrrr/hrrr

API documentation is at https://planetarycomputer.microsoft.com/api/sas/v1/docs. Mounting instructions for Linux are here.

Contact

For questions, please contact the NOAA Big Data Program Team at noaa.bdp@noaa.gov.

Notices

Microsoft provides this dataset on an “as is” basis. Microsoft makes no warranties (express or implied), guarantees, or conditions with respect to your use of the dataset. To the extent permitted under your local law, Microsoft disclaims all liability for any damages or losses - including direct, consequential, special, indirect, incidental, or punitive - resulting from your use of this dataset. This dataset is provided under the original terms that Microsoft received source data.