<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: Summing grids for radar
data</title></head><body>
<div>If you have already filtered out all the reflectivities below 50
DBZ you can now use 'const' to set all nonmissing values to 1.0 and
then use 'sum' to get a count of how many occur.</div>
<div><br></div>
<div>Mike Timlin</div>
<div><br></div>
<div><br></div>
<div>Hello GrADS users,<br>
<br>
I am working on severe weather radar climatologies of parameters such
as the frequency of 50+ DBZ over an area.&nbsp; I have downloaded
radar data from NCDC and converted it to GrADS Binary format.&nbsp;
Then, I&nbsp; changed the descriptor file for one day and made it a
template so that it would aggregate all radar files for one day.&nbsp;
For each day, I can filter out any values less than 50 dBZ and define
it as its own variable.&nbsp;<br>
<br>
I want to take all of these filtered out images and sum them up for
the day, and for each year between the months of May and August&nbsp;
for all days in which severe weather was reported.&nbsp;&nbsp; In this
way, the frequency of 50+ DBZ over a certain area over the course of a
summer season or a series of summer seasons can be calculated.&nbsp;
Is there a way to loop through .ctl aggregate files for each day in
order to accomplish this&nbsp; or can a loop be created in which each
data file is opened, then the filter is applied, and then the file is
closed?&nbsp; The only problem is that the time intervals between
successive radar images are not evenly spaced apart; sometimes there
would be 4 minutes in between and sometimes there would be 10
minutes.&nbsp; I have tried to apply the filtering over one day to an
aggregate file and an error comes up regarding the inability to
allocate enough memory to complete the operation.<br>
<br>
<br>
John M<br>
</div>
<hr>
<div><a
href=
"http://pr.atwola.com/promoclk/1615326657x4311227241x4298082137/aol?redir=http%3A%2F%2Fwww%2Eaol%2Ecom%2Fnewaol"><b><span
></span>Check out the new AOL</b></a>. Most comprehensive set of free
safety and security tools, free access to millions of high-quality
videos from across the web, free AOL Mail and more.</div>
<div><br></div>
</body>
</html>