Why is HRRR's precipitation at F00 always zero? #10
Replies: 2 comments 2 replies
-
Alternative Precipitation AnalysesIf you are looking for a gridded accumulated precipitation product, you might consider the following: RTMA/URMA
Muli-Radar/Multi-SensorThe Multi-Radar/Multi-Sensor system provides a radar estimate of 1-hr accumulated precipitation. Archived MRMS products beginning September 2019 are available at IEM, for example |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the explanation. I am a ocean modeler wishing to use HRRR precipitation rate output as surface forcing. Does it mean I should use F01 output to estimate of the precipitation of that hour? Or I should use the F01 output with model cycle time at one hour before? Or that doesn't matter? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of users have asked why the precipitation accumulation fields are all zero for the model analysis (F00). This is because precipitation is an accumulation variable over a period of time. At the model analysis time, there has been no precipitation accumulation because no time has passed. This is also true for the precipitation rate, PRATE, field--the diagnostic variable requires some time to have passed.
For the accumulation precipitation fields:
F00analyis, only has a 0-0 hour accumulation (always zero)F011-h forecast only has a 0-1 hour accumulationF022-h forecast has a 0-2 hour accumulation and a 1-2 hour accumulation.F033-h forecast has a 0-3 hour accumulation and a 2-3 hour accumulation.Accumulated precipitation for model analysis (F00) is always zero
Accumulated precipitation for 6-h forecasts (F06)
If retrieving a subset of the HRRR file with HRRR-B, set the searchString argument to
searchString="APCP:surface:0-3 hour acc fcst"orsearchString="APCP:surface:2-3 hour acc fcst"to get the correct GRIB message you are interested in.The closest to a "analysis" accumulated precipitation would be
searchString="APCP:surface:0-1 hour acc fcst"from the F01 1-h forecast product.Composite reflectivity, however, does not require the time integration, because it is based on the type and amount of hydrometeors in the atmosphere. Thus, there is a valid composite reflectivity field at F00.

Beta Was this translation helpful? Give feedback.
All reactions