<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Wendi,<div>Please see my comments inline...<div><br><div><div>On Dec 8, 2013, at 11:22 PM, wendi harjupa wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div><div><div><div><div><div><div>Dear Sir/Madam<br><br></div>I need help in my program...<br></div>I have one set data of radar.&nbsp; I made ctl file as follow :<br><br>DSET /media/HD-PVRU2/%y4%m2%d2/%d2%h2.dat<br>
TITLE&nbsp; RADAR<br>OPTIONS&nbsp; TEMPLATE LITTLE_ENDIAN<br>UNDEF&nbsp; -1000<br>XDEF&nbsp;&nbsp;&nbsp; 321 LINEAR&nbsp;&nbsp;&nbsp; 99.688120996&nbsp;&nbsp;&nbsp; 0.004492369<br>YDEF&nbsp;&nbsp;&nbsp; 321 LINEAR&nbsp;&nbsp;&nbsp; -1.083708891&nbsp;&nbsp;&nbsp; 0.004522556<br>ZDEF&nbsp;&nbsp;&nbsp; 39&nbsp; LINEAR&nbsp;&nbsp; 1.0 0.5<br>TDEF&nbsp;&nbsp;&nbsp; 15 LINEAR 13:00Z10apr2004&nbsp; 4mn <br>
VARS&nbsp;&nbsp;&nbsp; 2<br>ref 39&nbsp; 99&nbsp; Reflectivity(dBZ)<br>vel 39&nbsp; 99&nbsp; Doppler Velocity(m/s)<br>ENDVARS<br><br></div>As you see, one folder data contain 24 files of data (24 hours)<br></div></div></div></div></div></div></blockquote>Your TDEF entry has only 15 4-minute time steps, the equivalent of only one hour. Based on your template substitutions, it looks like there is one data file for each hour. If you have 24 files, then you need to change your TDEF size to 360.&nbsp;</div><div><br><blockquote type="cite"><div dir="ltr"><div><div><div><div><div><br></div>I made already script program to plot one hour data as follow :<br>
<br>### Reflectivity overlayed topography ###
<br>&nbsp;<br>## Open and Initiating data ##
<br>'reinit'
<br>'open karajo.ctl'
<br>'set grads off'
<br>'set mproj latlon'
<br>'set mpdset hires'
<br>'set gxout shaded'
<br>'set lon 99.65&nbsp; 101.2'
<br>'set lat -1.075&nbsp; 0.35'
<br>'set z 5'
<br>'set parea 1 7.5 2.8 8.3'
<br>'set clevs 0 5 10 15 20 25 30 35 40 45 50 55 60'
<br>'set ccols 0 9 14 4 11 5 13 3 10 7 12 8 2 6'
<br>&nbsp;<br>## average 60 minute ##
<br>'set t 1 15'&nbsp;<br></div></div></div></div></div></blockquote><blockquote type="cite"><div dir="ltr"><div><div><div><div>'R=pow(10, ref/10)'
<br>'R1=ave(R, t=1, t=15)'
<br></div></div></div></div></div></blockquote><blockquote type="cite"><div dir="ltr"><div><div><div><div>'set t 1'
<br>'R2=log10 (R1)'
<br></div></div></div></div></div></blockquote><div><br></div>This could all be combined into one expression:</div><div>'set t 1'</div><div>R2 = log10(ave(pow(10,ref/10),t=1,t=15))</div><div><br></div><div><br></div><div><blockquote type="cite"><div dir="ltr"><div><div><div><div>&nbsp;<br>## Plotting ##
<br>'d 10*R2'<br>'run /usr/local/lib/grads/cbarn 0.7 0.7 7.4 5.5'
<br>'draw string&nbsp; 7.2 8.1 [dBz]'
<br>'draw title CAPPI of Reflectivity at 3 km'
<br>'draw xlab longitude'
<br>'draw ylab latitude'
<br>'set mproj latlon'
<br>'set mpdset hires'
<br>'set grid off'
<br>&nbsp;<br>'close 1'&nbsp;
<br>&nbsp;<br><br>&nbsp;'printim 1013.jpg white'
<br>'disable print'
<br></div></div></div></div></div></blockquote>You are mixing up your printing commands here. If you want image output, remove the 'disable print' command. Please see&nbsp;<a href="http://iges.org/grads/gadoc/imageoutput.html">http://iges.org/grads/gadoc/imageoutput.html</a> for details.&nbsp;<br><blockquote type="cite"><div dir="ltr"><div><div><div><div>&nbsp;&nbsp;&nbsp;
<br>'close 1'&nbsp;
<br>&nbsp;<br><br></div><b>My question is, how to plot 24 hours data directly??<br></b></div><b>I mean. when I execute program, I can get 24 figures in one time…</b><br></div></div></div></blockquote><div><br></div><div>Well, I'm not entirely clear on what it is you want to do, but ...</div><div>If you change your TDEF as I mentioned above, then you build a loop like this:</div><div><br></div><div>t=1</div><div>day=1</div><div>while (t&lt;360)</div><div>&nbsp; 'set t 't</div><div>&nbsp; 'R2=log10(ave(pow(10,ref/10),t+0,t+15))</div><div>&nbsp; 'clear'</div><div>&nbsp; &lt;put your display commands for drawing R2 here&gt;</div><div>&nbsp; 'printim day'day'.png'</div><div>&nbsp; day=day+1</div><div>&nbsp; t=t+15</div><div>endwhile</div>'close 1'</div><div><br></div><div>Then you get 24 images named (day1.png, day2.png, day3.png…) each with an average for 15 successive time steps.&nbsp;</div><div>Hope that helps.</div><div>--Jennifer</div><div><br><blockquote type="cite"><div dir="ltr"><div><div><br></div>Thank you very much for your help...<br><br>
</div>Best regards,<br>wendi <br><div><div><div><div><div><div><div><br><div><div><br clear="all"><div><div><div><br>-- <br><span style="font-family:arial,helvetica,sans-serif;font-size:16px;background-color:rgb(255,255,255)">-------------</span><br style="font-family:arial,helvetica,sans-serif;font-size:16px;background-color:rgb(255,255,255)">
<span style="font-family:arial,helvetica,sans-serif;font-size:16px;background-color:rgb(255,255,255)">Wendi Harjupa. ST &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><br style="font-family:arial,helvetica,sans-serif;font-size:16px;background-color:rgb(255,255,255)">
<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)">&nbsp;</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)">&nbsp;</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)">&nbsp;</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)">&nbsp;</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)">&nbsp;</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)">&nbsp;</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)">&nbsp;</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)">&nbsp;</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>
</div></div></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030&nbsp;<br><br></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div></span></span><br class="Apple-interchange-newline">
</div>
<br></div></div></body></html>