hi John-
There are indeed 3 time accumulation periods for RUC precipitation.
In a nutshell, we have 1-hr, 3-hr, and run total, but they're not quite
that simple.
The simplest thing to note is that we generate at each forecast
hour the precip that has fallen within the past 1 hour.
Also,the model "dumps" its precip bucket every 3 hours.
As a result, we start by producing the fraction of the 3-hr bucket that
has been accumulated. In other words, if you are at a forecast hour
divisible by 3 (03,06,09...), you get a 3-hr accumulation. If you're
at a forecast hour 02,05,08.. you get a 2-hr accumulation since that's
what is in the bucket. If you're at 01,04,07... you would get a 1-hr
accumulation since that's what is in the bucket, but you already get 1-hr
accums, so we don't repeat it. It's this feature that probably causes the
most confusion, since it looks so different from hour to hour.
Finally, you always get a "run total" which is how much precip has
fallen
since the start of the model. So, at forecast hour 8, you get an 8-hr
accumulation and so on.
This is probably confusing, but we have users who want different
things.
Perhaps the 1-hr totals are the most logical records to save, since a user
can always add them up on his/her own as needed. Some users are
concerned with hourly details about where precipitation will initiate
and move, while others are only concerned about how much falls over
a longer time period.
-Geoff
---- Forwarded message ----
Subject: Re: [DATAFLOW #KCY-33448-726] NCEP model GRIB records may
have errors
From: John Caron<address@hidden>
Date: Tue, 08 Jun 2010 12:33:16 -0600
To: "Patrick OReilly, NCEP Support"<address@hidden>
Hi Patrick:
Thanks much for your reply. I have figured out that these are all
the
same model parameter, differing by the time interval that they
cover.
The problem is that Im trying to turn the collection of 2D GRIB
records
into 3D (or 4D if there are vertical levels) "variables" (in netCDF
lingo), where the 3rd dimension is time, usually forecast hour. Im
looking for help on how to do that grouping.
So perhaps another way to ask my question is: how are these
different
time intervals used? Why are those particular ones output?
thanks again for any help,
John