Wendi,<br>Remove LITTLE_ENDIAN from your options line.  There&#39;s no such option.<br><br>Try displaying ref or vel upon first opening the file.  If your file names don&#39;t match the template strings you&#39;ve set in the DSET line of your control file, then you will get the &quot;Cannot contour grid&quot; error.  Other than that, your script looks okay.  Just make sure you can display all the base data first before trying to manipulate it.<br>
<br>Jeff<br><br><div class="gmail_quote">On Mon, Dec 17, 2012 at 5:13 AM, wendi harjupa <span dir="ltr">&lt;<a href="mailto:wendiharjupa@gmail.com" target="_blank">wendiharjupa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Mr. Jeff<div><br></div><div>I have tried the script that you sent but, still I could not do this</div><div>would you please help me more.</div><div><br></div><div>Here some question</div><div>1. Is my control file ok?</div>

<div>    I want to use single control file</div><div>2. base on my gs and control file below, I got error message</div><div>   &#39;Cannot contour grid - all undefined values&#39; </div><div>   &#39;Cannot plot color bar: No shading information&#39;</div>

<div>   &#39;No hardcopy metafile open&#39;</div><div>   what the meaning of error message??</div><div><br></div><div>below is control file (<b>try.ctl)</b> file</div><div><br></div><div><div>DSET /misc/home/wendi/data1/radar/kototabang/XDR/data/<b>%y4%m2%d2/%d2%h2.dat</b></div>

<div>TITLE  RADAR</div><div>OPTIONS  TEMPLATE LITTLE_ENDIAN</div><div>UNDEF  -1000</div><div>XDEF    321 LINEAR    99.688120996    0.004492369</div><div>YDEF    321 LINEAR    -1.083708891    0.004522556</div><div>ZDEF    39  LINEAR   1.0 0.5</div>

<div>TDEF    300 LINEAR 13:00Z10apr2004  4mn </div><div>VARS    2</div><div>ref 39  99  Reflectivity(dBZ)</div><div>vel 39  99  Doppler Velocity(m/s)</div><div>ENDVARS</div></div><div><br></div><div>this is my gs file (averaging for 2 days only)</div>

<div><br></div><div><div>&#39;reinit&#39;</div><div>&#39;open <b>try.ctl</b>&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set mproj latlon&#39;</div><div>&#39;set mpdset hires&#39;</div><div>&#39;set gxout shaded&#39;</div>

<div>&#39;set lon 100  100.82&#39;</div><div>&#39;set lat -0.7  0&#39;</div><div>&#39;set z 5&#39;</div><div>&#39;set parea 1 7.5 2.8 8.3&#39;</div><div>&#39;set clevs 0 5 10 15 20 25 30 35 40 45 50 55 60&#39;</div><div>
&#39;set ccols 9 14 4 11 5 13 3 10 7 12 8 2 6&#39;</div>
<div>&#39;set t 1 300&#39;</div><div>&#39;R=pow(10, ref/10)&#39;</div><div>&#39;R1=ave(R,time=13Z10apr2004,time=22Z10apr2004)+ave(R,time=13Z11apr2004,time=22Z11apr2004)&#39;</div></div><div><div>&#39;R2=R1/2&#39;</div><div>

&#39;R3=log10 (R2)&#39;</div><div>&#39;d 10*R3&#39;</div><div>&#39;run /misc/home/wendi/grads-2.0.1/cbarn 0.7 0.7 7.4 5.5&#39;</div><div>&#39;draw string  7.2 8.1 [dBz]&#39;</div><div>&#39;draw xlab longitude&#39;</div><div>

&#39;draw ylab latitude&#39;</div><div>&#39;set mproj latlon&#39;</div><div>&#39;set mpdset hires&#39;</div><div>&#39;set grid off&#39;</div><div><br></div><div>&#39;close 1&#39;</div><div><br></div><div>&#39;printim baru.gif white&#39;</div>

<div>&#39;disable print&#39;</div><div><br></div><div>&#39;close 1&#39;</div></div><div><br></div><div>Thank you very much for your help</div><div>best regards,</div><div>wendi</div><div><br></div><div><br></div><div><br>

</div><div><br><br><div class="gmail_quote">On Sun, Dec 16, 2012 at 7:03 PM, wendi harjupa <span dir="ltr">&lt;<a href="mailto:wendiharjupa@gmail.com" target="_blank">wendiharjupa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Dear Mr. Jeff<div><br></div><div>Thank you very much for your detail explanation</div><div>I will try it.</div><div><br></div><div>Best regards,</div><div>wendi<div><div><br><br><div class="gmail_quote">On Sat, Dec 15, 2012 at 2:24 AM, Jeff Duda <span dir="ltr">&lt;<a href="mailto:jeffduda319@gmail.com" target="_blank">jeffduda319@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Wendi,<br>Assuming your radar data are available at the same time every day, create an overall average and add daily averages to it.  Then take the average of the averages at the end.  If you have differing numbers of radar valid times each day, you should take a weighted average based on the number of data slices available each day.<br>



<br>Do you plan to access each day&#39;s radar data using a separate control file or using a single control file?  This distinction makes a difference in how best to code your script.  You could either do it one day at a time, or sum all days in one line.  That is, you could do it like this:<br>



<br><div>&#39;reinit&#39;<br>&#39;sumaverage = 0&#39;<br>dd = 1<br>while (dd &lt;= 10)<br></div><div>&#39;open [DAY dd CONTROL FILE]&#39;</div><div><div>&#39;set grads off&#39;</div><div>&#39;set mproj latlon&#39;</div>
<div>&#39;set mpdset hires&#39;</div>
<div>&#39;set gxout shaded&#39;</div>


<div>&#39;set lon 100  100.82&#39;</div><div>&#39;set lat -0.7  0&#39;</div><div>&#39;set z 3600&#39;</div><div>&#39;set parea 1 7.5 2.8 8.3&#39;</div><div>&#39;set clevs 0 5 10 15 20 25 30 35 40 45 50 55 60&#39;</div><div>






&#39;set ccols 9 14 4 11 5 13 3 10 7 12 8 2 6&#39;</div><div>&#39;set t 1 3600&#39;</div><div>&#39;R=pow(10, ref/10)&#39;</div></div><div><br>day = dd + 9<br></div><div>&#39;R1=ave(R,time=13Z&#39;dd&#39;APR2004,time=22Z&#39;dd&#39;APR2004)&#39;<br>



&#39;sumaverage = sumaverage + R1&#39;<br></div>dd = dd + 1<br>endwhile<br><div>&#39;average = sumaverage / 10&#39;<br></div><div>...color table options...<br>...map options...<br>&#39;d average&#39;<br>&#39;printim try.gif white&#39;</div>



<br>OR like this<br><br><div>&#39;reinit&#39;<br></div><div>&#39;open [ALL INCLUSIVE CONTROL FILE]&#39;</div><div><div>&#39;set grads off&#39;</div><div>&#39;set mproj latlon&#39;</div><div>&#39;set mpdset hires&#39;</div>


<div>
&#39;set gxout shaded&#39;</div>


<div>&#39;set lon 100  100.82&#39;</div><div>&#39;set lat -0.7  0&#39;</div><div>&#39;set z 3600&#39;</div><div>&#39;set parea 1 7.5 2.8 8.3&#39;</div><div>&#39;set clevs 0 5 10 15 20 25 30 35 40 45 50 55 60&#39;</div><div>






&#39;set ccols 9 14 4 11 5 13 3 10 7 12 8 2 6&#39;</div><div>&#39;set t 1 3600&#39;</div><div>&#39;R=pow(10, ref/10)&#39;</div></div><div>&#39;R1=ave(R,time=13Z10APR2004,time=22Z10APR2004)+ave(R,time=13Z11APR2004,time=22Z11APR2004)+ave(R,time=13Z12APR2004,time=22Z12APR2004)+ave(R,time=13Z13APR2004,time=22Z13APR2004)+ave(R,time=13Z14APR2004,time=22Z14APR2004)+ave(R,time=13Z15APR2004,time=22Z15APR2004)+ave(R,time=13Z16APR2004,time=22Z16APR2004)+ave(R,time=13Z17APR2004,time=22Z17APR2004)+ave(R,time=13Z18APR2004,time=22Z18APR2004)+ave(R,time=13Z19APR2004,time=22Z19APR2004)&#39;<br>



</div><div>...color table options...<br>...map options...<br>&#39;d R1/10&#39;<br>&#39;printim try.gif white&#39;</div><span><font color="#888888"><br>Jeff</font></span><div><div>
<br><br><div class="gmail_quote">On Fri, Dec 14, 2012 at 12:20 AM, wendi harjupa <span dir="ltr">&lt;<a href="mailto:wendiharjupa@gmail.com" target="_blank">wendiharjupa@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Jeff<div><br></div><div>Thank you very much for your solution,</div><div><br></div><div>I need to make average for 10 days, how to make loop for the next day (same time/13-22)??</div>



<div><br></div><div>Best regards,</div>
<div><div class="gmail_quote">On Fri, Dec 14, 2012 at 1:06 PM, Jeff Duda <span dir="ltr">&lt;<a href="mailto:jeffduda319@gmail.com" target="_blank">jeffduda319@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




Change the line<div><div>&#39;R1=ave(R, t=1, t=3600)&#39;</div><div><br></div><div>to </div><div><br></div><div>&#39;R1=ave(R,time=13Z10APR2004,time=22Z10APR2004)&#39;</div><div><br></div><div>Jeff Duda</div><br><div class="gmail_quote">




<div><div>
On Thu, Dec 13, 2012 at 8:42 PM, wendi harjupa <span dir="ltr">&lt;<a href="mailto:wendiharjupa@gmail.com" target="_blank">wendiharjupa@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div><div>
Dear Sir/Madam<div><br></div><div>Please I need your help. </div><div>I have one set data (10 days data)</div><div><br></div><div>How to make looping to make reflectivity average for only 10 hours on every day (13hrs-22hrs only)??</div>






<div><br></div><div>Below is my ctl and gs script</div><div><br></div><div><div>try.ctl</div><div><br></div><div>DSET /misc/home/wendi/data1/radar/kototabang/XDR/data/%y4%m2%d2/%d2%h2.dat</div><div>TITLE  RADAR</div><div>






OPTIONS  TEMPLATE LITTLE_ENDIAN</div><div>UNDEF  -1000</div><div>XDEF    321 LINEAR    99.688120996    0.004492369</div><div>YDEF    321 LINEAR    -1.083708891    0.004522556</div><div>ZDEF    39  LINEAR   1.0 0.5</div><div>






TDEF    3600 LINEAR 00:00Z10apr2004  4mn </div><div>VARS    2</div><div>ref 39  99  Reflectivity(dBZ)</div><div>vel 39  99  Doppler Velocity(m/s)</div><div>ENDVARS</div></div><div><br></div><div><br></div><div><a href="http://script.gs" target="_blank">script.gs</a></div>






<div><br></div><div><div>&#39;reinit&#39;</div><div>&#39;open try.ctl&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set mproj latlon&#39;</div><div>&#39;set mpdset hires&#39;</div><div>&#39;set gxout shaded&#39;</div>






<div>&#39;set lon 100  100.82&#39;</div><div>&#39;set lat -0.7  0&#39;</div><div>&#39;set z 3600&#39;</div><div>&#39;set parea 1 7.5 2.8 8.3&#39;</div><div>&#39;set clevs 0 5 10 15 20 25 30 35 40 45 50 55 60&#39;</div><div>






&#39;set ccols 9 14 4 11 5 13 3 10 7 12 8 2 6&#39;</div><div>&#39;set t 1 3600&#39;</div><div>&#39;R=pow(10, ref/10)&#39;</div><div><br></div><div>&#39;R1=ave(R, t=1, t=3600)&#39;</div><div>&#39;set t 1&#39;</div><div>&#39;R2=log10 (R1)&#39;</div>






<div>&#39;d 10*R2&#39;</div><div>&#39;run /misc/home/wendi/grads-2.0.1/cbarn 0.7 0.7 7.4 5.5&#39;</div><div>&#39;draw string  7.2 8.1 [dBz]&#39;</div><div>&#39;draw xlab longitude&#39;</div><div>&#39;draw ylab latitude&#39;</div>






<div>&#39;set mproj latlon&#39;</div><div>&#39;set mpdset hires&#39;</div><div>&#39;set grid off&#39;</div><div><br></div><div>&#39;close 1&#39;</div><div><br></div><div>&#39;printim try.gif white&#39;</div><div>&#39;disable print&#39;</div>






<div>   </div><div>&#39;close 1&#39; </div><div><br></div><div>Thank you very much for your help</div><div><br></div><div>Best regards,</div><div>wendi</div><span><font color="#888888"><div><br></div></font></span></div>





<span><font color="#888888"><div><br></div><div><br></div><div><br></div>
<div><br></div><div><br></div><div><br clear="all"><div><br></div>-- <br><span style="font-size:16px;font-family:arial,helvetica,sans-serif">-------------</span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">






<span style="font-size:16px;font-family:arial,helvetica,sans-serif">Wendi Harjupa. ST                                            </span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">
<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Shimane</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">University</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Graduate</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">School of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Engineering Sciences</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">






<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Department of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Electronic Control</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Systems</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">






<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Remote</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Sensing</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Laboratory</span><div>






<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">s119447</span></div><div><font color="#333333" face="arial, sans-serif" size="3">Cellphone : <a href="tel:%2B81-080-4268-6676" value="+818042686676" target="_blank">+81-080-4268-6676</a></font></div>






<div><font color="#333333" face="arial, sans-serif" size="3">email : <a href="mailto:wendi@rslab.riko.shimane-u.ac.jp" target="_blank">wendi@rslab.riko.shimane-u.ac.jp</a></font></div><br>
</div>
</font></span><br></div></div>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><span><font color="#888888"><div><br></div>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>
Center for Analysis and Prediction of Storms<br>
<br>
</font></span></font></span></div><span><font color="#888888">
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></font></span></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br><span style="font-size:16px;font-family:arial,helvetica,sans-serif">-------------</span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">




<span style="font-size:16px;font-family:arial,helvetica,sans-serif">Wendi Harjupa. ST                                            </span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">
<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Shimane</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">University</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Graduate</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">School of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Engineering Sciences</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">




<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Department of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Electronic Control</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Systems</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">




<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Remote</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Sensing</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Laboratory</span><div>




<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">s119447</span></div><div><font color="#333333" face="arial, sans-serif" size="3">Cellphone : <a href="tel:%2B81-080-4268-6676" value="+818042686676" target="_blank">+81-080-4268-6676</a></font></div>




<div><font color="#333333" face="arial, sans-serif" size="3">email : <a href="mailto:wendi@rslab.riko.shimane-u.ac.jp" target="_blank">wendi@rslab.riko.shimane-u.ac.jp</a></font></div><br>
</font></span></div>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br><br>
</div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><span style="font-size:16px;font-family:arial,helvetica,sans-serif">-------------</span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">

<span style="font-size:16px;font-family:arial,helvetica,sans-serif">Wendi Harjupa. ST                                            </span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">
<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Shimane</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">University</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Graduate</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">School of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Engineering Sciences</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">


<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Department of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Electronic Control</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Systems</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">


<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Remote</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Sensing</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Laboratory</span><div>


<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">s119447</span></div><div><font color="#333333" face="arial, sans-serif" size="3">Cellphone : <a href="tel:%2B81-080-4268-6676" value="+818042686676" target="_blank">+81-080-4268-6676</a></font></div>


<div><font color="#333333" face="arial, sans-serif" size="3">email : <a href="mailto:wendi@rslab.riko.shimane-u.ac.jp" target="_blank">wendi@rslab.riko.shimane-u.ac.jp</a></font></div><br>
</font></span></div></div></div><span class="HOEnZb"><font color="#888888">
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><span style="font-size:16px;font-family:arial,helvetica,sans-serif">-------------</span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">

<span style="font-size:16px;font-family:arial,helvetica,sans-serif">Wendi Harjupa. ST                                            </span><br style="font-size:16px;font-family:arial,helvetica,sans-serif">
<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Shimane</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">University</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Graduate</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">School of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Engineering Sciences</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">

<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Department of</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Electronic Control</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Systems</span><br style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">

<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Remote</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Sensing</span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)"> </span><span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">Laboratory</span><div>

<span style="color:rgb(51,51,51);font-family:arial,sans-serif;font-size:16px;background-color:rgb(245,245,245)">s119447</span></div><div><font color="#333333" face="arial, sans-serif" size="3">Cellphone : +81-080-4268-6676</font></div>

<div><font color="#333333" face="arial, sans-serif" size="3">email : <a href="mailto:wendi@rslab.riko.shimane-u.ac.jp" target="_blank">wendi@rslab.riko.shimane-u.ac.jp</a></font></div><br>
</font></span></div>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br><br>