What is the HRRR file naming convention? #4
Unanswered
blaylockbk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Answered this in an email...
HRRR files are named as follows
<hour>
is the model initialization hour, [00-23]<field>
is the fields type,sfc
,prs
, ornat
for variables on surface level, pressure levels, and native levels files<forecast>
is the forecast hour, [00-18] or [00-48] depending on the hourExample 1
For
hrrr.t00z.sfcf06.grib2
, t00 is the model run at 0000 UTC, and F06 would be the six-hour forecast, and is valid at 0600 UTC.At F06, there are two precipitation fields,
Example 2
For
hrrr.t03z.sfcf12.grib2
, t03 is the model run at 0300 UTC, and F12 would be the twelve-hour forecast, and is valid at 1500 UTC.At F12, there are two precipitation fields,
From the GRIB fields, you can eke out both the model initialization time and the valid time (the time the data represents).
Another thing to keep straight is that the F00 zero-hour forecast is called the model analysis or initial state after all the observation data have been assimilated. There is no useful accumulated precipitation data in the model analysis (precipitation accumulated from 00-00 is NaN).
Beta Was this translation helpful? Give feedback.
All reactions