<div dir="ltr"><div>This question is being forwarded to <a href="mailto:wrfhelp@ucar.edu">wrfhelp@ucar.edu</a><br><br>---<br></div>Good Luck<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 1, 2015 at 5:32 AM, Raja Sivaranjan <span dir="ltr"><<a href="mailto:rajasivaranjan92@gmail.com" target="_blank">rajasivaranjan92@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Dear Madam,<br><br></div>I need to convert wrf 6 hrs outputs to daily ouputs. Is there any ncl code to convert wrf 6hrs data to daily data which consider Bucket Option. Major variables required are Max and min Temperature( Tmax, Tmin), Rainfall, Swdown and Wind Speed.<br><br></div><div>Below is the description for wrf bucket option<br><br><p><span style="background-color:rgb(255,255,153)"><strong>Buckets in the namelist.input</strong></span></p>
<p>The other suggestion is the use of
buckets in the &physics section of the namelist.input file. Let me
explain what that is: if you do not use buckets, then the precipitation
field keeps accumulating at each timestep. This is fine for weather
simulations. But if you run WRF for several months or several years,
then you will end up with a large number for the precipitation. So,
let's suppose that you need to add 1 mm of rainfall to a very large
number. Due to rounding errors in computer systems, this 1 mm may end up
not being added at all. This is where the idea of buckets come to
place.</p>
<p>When you use buckets, for example
of size 100 mm, every time your bucket is full, it empties and starts
from zero. WRF keeps a count of how many buckets you have. It also uses a
bucket per grid point. </p>
<p>How do you use buckets in your namelist.input file? Well, in the <strong>&physics</strong> section, you should add these options:</p>
<p style="margin-left:30px"><em>bucket_mm = 100,</em></p>
<p style="margin-left:30px"><em>bucket_J = 1.e9,</em></p>
<p>Now, remember that when you finish
your simulation and you want to estimate the precipitation, you will
need to multiply the number of buckets you have by 100 mm. You will need
to perform the following calculations, using the variables WRF has
separated when you activated the bucket system:</p>
<p style="margin-left:30px"><strong> RAINC + 100.*I_RAINC</strong></p>
<p style="margin-left:30px"><strong>RAINNC + 100.*I_RAINNC</strong></p></div><div>Need your help<br><br></div>Thanks in advance<br></div>Rajasivaranjan<br></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>