The value is calculated properly without doubt. However and &#39;d T1&#39; in the script won&#39;t show in your terminal as far as I know. You have to type &#39;d T1&#39; in the terminal after the script if you want to see the result. One  of the thing you can do is output the value into a text file that you can open.<br>
<br><div class="gmail_quote">On Tue, Feb 5, 2013 at 8:19 PM, T. haghroosta <span dir="ltr">&lt;<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div><div dir="ltr">
Dear Muhammad,<br> <br>I don&#39;t want to draw variation of a parameter by time. Suppose I wrote this script as Raymond said, the output from this script must be a value or a number with maybe two decimal digits. How can I see this value at the end of running script? <br>
<div class="im"><br> set t 1<br> set lat 35<br> set lon 90<br>define T1= T<br>set t 2<br>set lat 20<br>set lon 72<br>define T2=T<br>define aveT=(T1+T2)/2<br>d aveT<br><br></div>The command displaye doesn&#39;t show anything, but I think script works correctly because I didn&#39;t get any errors.<br>
 <br>Regards,<br> <br>T.<br><div><div></div>&gt;<br>&gt; <br>&gt; Today&#39;s Topics:<br>&gt; <br>&gt;    1. Re: can not show my kml file in google map.!! (mehdi<br>&gt;       kebriaee) (mehdi kebriaee)<br>&gt;    2. Re: Average in two different time and locations (T. haghroosta)<br>
&gt;    3. Re: Average in two different time and locations<br>&gt;       (Muhammad Yunus Ahmad Mazuki)<br>&gt;    4!
 . Re: Average in two different time and locations<br>&gt;       (Muhammad Yunus Ahmad Mazuki)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>
&gt; Date: Tue, 5 Feb 2013 08:33:33 +0330<div class="im"><br>&gt; From: mehdi kebriaee &lt;<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>&gt;<br>&gt; Subject: Re: [gradsusr] can not show my kml file in google map.!!<br>
&gt;         (mehdi        kebriaee)<br>&gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>&gt; Message-ID:<br></div>&gt;         &lt;CAKd_bi9DiQWLiMnyY5JwNH09OQw4ZbAKOoV8OD=<a href="mailto:tt8xQcoKRuw@mail.gmail.com" target="_blank">tt8xQcoKRuw@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>&gt; <br>&gt; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&gt; &lt;kml xmlns=&quot;<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.net/kml/2.2</a>&quot; xmlns:gx=&quot;<br>
&gt; <a href="http://www.google.com/kml/ext/2.2" target="_blank">http://www.google.com/kml/ext/2.2</a>&quot; &gt;<br>&gt;   &lt;GroundOverlay &gt;<br>&gt; &lt;viewBoundScale&gt;0.75&lt;/viewBoundScale&gt;<br>&gt;     &lt;name&gt;hs.kml (m)&lt;/name&gt;<br>
&gt;     &lt;Icon&gt;<br>!
 &gt;       &lt;href&gt;hshs.png&lt;/href&gt;<br>&gt;     &lt;/Icon&gt;

<br>&gt;     &lt;LatLonBox&gt;<br>&gt;       &lt;west&gt;46.975&lt;/west&gt;<br>&gt;       &lt;east&gt;59.025&lt;/east&gt;<br>&gt;       &lt;south&gt;22.975&lt;/south&gt;<br>&gt;       &lt;north&gt;31.025&lt;/north&gt;<br>
&gt;       &lt;rotation&gt;0.0&lt;/rotation&gt;<br>&gt;     &lt;/LatLonBox&gt;<br>&gt;   &lt;/GroundOverlay&gt;<br>&gt; &lt;/kml&gt;<div class="im"><br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>
</div>&gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/9ba2258b/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/9ba2258b/attachment-0001.html</a> <br>
&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Tue, 5 Feb 2013 05:29:00 +0000<br>&gt; From: &quot;T. haghroosta&quot; &lt;<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>&gt;<br>
&gt; Subject: Re: [gradsusr] Average in two different time and locations<br>&gt; To: &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>&gt; Message-ID: &lt;DUB121-W16DB3BA967E1663BF3E068DD000@phx.gbl&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;windows-1256&quot;<div class="im"><br>&gt; <u></u>&gt; <br>&gt; Dear Raymond, Thank you for your reply. It worked because I didn&#39;t get any errors, but in the map window, I didn&#39;t also see anything. I would like to see the value of average in grads command page. I used command of say aveT, but it wrote aveT, not the amount of aveT. Can you lead me what I shall do? Regards, T.<br>
&gt;  <br>&gt; <br>&gt; &gt; Hi T.,<br>&gt; &gt; <br>&gt; &gt; One thing you could do is to assign it to a variable<br>&gt; &gt; <br>&gt; &gt; set t 1<br>&gt; &gt; set lat 35<br>&gt; &gt; set lon 90<br>&gt; &gt; define T1= T<br>
&gt; &gt; set t 2<br>&gt; &gt; set lat 20<br>&gt; &gt; set lon 72<br>&gt; &gt; define T2=T<br>&gt; &gt; <br>&gt; &gt; define aveT=(T1+T2)/2<br>&gt; &gt; d aveT<br>&gt; &gt; <br>&gt; &gt; I hope it helps.<br>&gt; &gt; <br>
&gt; &gt; Raymond<br>&gt; &gt; <br>&gt; &gt; On Mon, Feb 4, 2013 at 4:20 PM, T. haghroosta &lt;<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>&gt;wrote:<br>&gt; &gt; <br>&gt; &gt; &gt;  Dear All,<br>
&gt; &gt; &gt;<br></div>&gt; &gt; &gt;!
  I would like to write a script for these aims, could you please lead 

me.<br>&gt; &gt; &gt; Of course I have written some, but I couldn&#39;t get a good result.<div class="im"><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; open a file,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; set time in 1<br>&gt; &gt; &gt;<br>
&gt; &gt; &gt; Read a parameter like T in a special longitude a latitude for example<br>&gt; &gt; &gt; lon=90, lat=35. (T1)<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Then set time to next step, I mean t=t+1<br>&gt; &gt; &gt;<br>
&gt; &gt; &gt; Read parameter T in another special location, like lon= 75, lat= 20. (T2)<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Then I would like to calculate average of T1 and T2. At the end I want to<br>&gt; &gt; &gt; show the value of the average.<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; Could you please help me?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Regards,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; T.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; gradsusr mailing list<br>&gt; &gt; &gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><u></u>&gt; &gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; -- <br>&gt; &gt; Raymond C. Ordinario<br></div><div class="im">&gt; &gt; MS Atmospheric Science<br>&gt; &gt; Ateneo De Manila University<br></div>&gt; &gt; Quezon City, Philippines<div class="im">
<br>&gt; &gt; <br>&gt; &gt; Weather Specialist I<br>&gt; &gt; Technique Application and Meteorological Satellite Section<br>&gt; &gt; Weather DIvision<br>&gt; &gt; Philippine Atmospheric, Geophysical and Astronomical Services Admistration<br>
&gt; &gt; Quezon City, Philippines<br>&gt; &gt; -------------- next part --------------<br>&gt; &gt; An HTML attachment was scrubbed...<br>&gt; &gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html</a> <br>
&gt; &gt; <br>&gt; &gt; ------------------------------<br>&gt; &gt; <br>&gt; &gt; Message: 2<br>&gt; &gt; Date: Tue, 5 Feb 2013 08:27:18 +0330<br></div>&gt; &gt; From: mehdi kebriaee &lt;<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>&amp;g!
 t;<br>&gt; &gt; Subject: Re: [gradsusr] can not show my kml file in go

ogle map.!!<div class="im"><br>&gt; &gt;         (mehdi        kebriaee)<br>&gt; &gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>&gt; &gt; Message-ID:<br>&gt; &gt;         &lt;<a href="mailto:CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com" target="_blank">CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com</a>&gt;<br>
&gt; &gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>&gt; &gt; <br></div>&gt; &gt; 1-Hi i cant show my kml file in google map<div class="im"><br>&gt; &gt; but i can see it in google earth!!!!<br>&gt; &gt; do i edit my kml file to show in google map?<br>
&gt; &gt; 2- Can i show animation in google map ?how?<br>&gt; &gt; plzz help<br>&gt; &gt; TNQ for All user grads<br>&gt; &gt; -------------- next part --------------<br>&gt; &gt; An HTML attachment was scrubbed...<br>&gt; &gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html</a> <br>
&gt; &gt; -------------- next part --------------<br>&gt; &gt; A non-text attachment was scrubbed...<br>&gt; &gt; Name: ll.kml<br>&gt; &gt; Type: application/vnd.google-earth.kml+xml<br></div>&gt; &gt; Size: 463!
  bytes<div class="im"><br>&gt; &gt; Desc: not available<br>&gt; &gt; Url : <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin</a> <br>
&gt; &gt; -------------- next part --------------<br>&gt; &gt; A non-text attachment was scrubbed...<br>&gt; &gt; Name: hshs.png<br>&gt; &gt; Type: image/png<br>&gt; &gt; Size: 22352 bytes<br>&gt; &gt; Desc: not available<br>
</div>&gt; &gt; Url : <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.png" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.png</a> <br>
&gt; &gt; <br>&gt; &gt; ------------------------------<div class="im"><br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; End of gradsusr Digest, Vol 36, Issue 19<br>&gt; &gt; ****************************************<br>
&gt;                                                <br></div><div class="im">&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br></div>&amp;g!
 t; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/</a><a href="tel:20130205%2F21" value="+12013020521" target="_blank">20130205/21</a>

0087ae/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Tue, 5 Feb 2013 15:11:06 +0800<br>&gt; From: Muhammad Yunus Ahmad Mazuki &lt;<a href="mailto:ukm.yunus@gmail.com" target="_blank">ukm.yunus@gmail.com</a>&gt;<br>
&gt; Subject: Re: [gradsusr] Average in two different time and locations<div class="im"><br>&gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>&gt; Message-ID:<br>
</div>&gt;         &lt;<a href="mailto:CAKJBA6YyeN4g5o9wNFBqF%2Bv1NeXvtbKvf05AJhkNNVmR1XWUbw@mail.gmail.com" target="_blank">CAKJBA6YyeN4g5o9wNFBqF+v1NeXvtbKvf05AJhkNNVmR1XWUbw@mail.gmail.com</a>&gt;<br>&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<div class="im">
<br>&gt; <br>&gt; I believe there&#39;s missing information in your request. For example, is T1<br>&gt; is point value in all 4 dimension (x,y,z,t), or is it a 1D value (any one<br>&gt; dimension of x,y,z,t varies e.g. from 1 to 99)? If its point value, it wont<br>
&gt; show up in the display window, it will only show up i terminal, which wont<br>&gt; show up if runned by script. You have to use display T1. If what you wanted<br></div>&gt; was data at certain position of x,y,z or l!
 ongitude, latitude and altitude,<div class="im"><br>&gt; and t=1 until t=99, you have to set t as well<br>&gt; <br>&gt; &#39;set t 1 99&#39;<br>&gt; &#39;set x 10&#39;<br>&gt; &#39;set y 10&#39;<br>&gt; &#39;set z 10&#39;<br>
&gt; &#39;define T2=T&#39;<br>&gt; <br>&gt; Then you will get a linear plot of value versus time.<br>&gt; <br>&gt; Yunus<br>&gt; <br>&gt; <br>&gt; On Tue, Feb 5, 2013 at 1:29 PM, T. haghroosta &lt;<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>&gt;wrote:<br>
&gt; <br>&gt; &gt;  Dear Raymond,<br>&gt; &gt;<br>&gt; &gt; Thank you for your reply. It worked because I didn&#39;t get any errors, but<br>&gt; &gt; in the map window, I didn&#39;t also see anything. I would like to see the<br>
&gt; &gt; value of average in grads command page. I used command of say aveT, but it<br>&gt; &gt; wrote aveT, not the amount of aveT. Can you lead me what I shall do?<br>&gt; &gt;<br>&gt; &gt; Regards,<br>&gt; &gt;<br>&gt; &gt; T.<br>
&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; &gt; Hi T.,<br>&gt; &gt; &gt;<br></div>&gt; &gt; &gt; One thing you could do is to assign!
  it to a variable<div class="im"><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; set t 1<br>&gt; 

&gt; &gt; set lat 35<br>&gt; &gt; &gt; set lon 90<br>&gt; &gt; &gt; define T1= T<br>&gt; &gt; &gt; set t 2<br>&gt; &gt; &gt; set lat 20<br>&gt; &gt; &gt; set lon 72<br>&gt; &gt; &gt; define T2=T<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; define aveT=(T1+T2)/2<br>
&gt; &gt; &gt; d aveT<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I hope it helps.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Raymond<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On Mon, Feb 4, 2013 at 4:20 PM, T. haghroosta &lt;<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a><br>
&gt; &gt; &gt;wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Dear All,<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; I would like to write a script for these aims, could you please lead<br>&gt; &gt; me.<br>&gt; &gt; &gt; &gt; Of cour! se I have written some, but I couldn&#39;t get a good result.<br>
&gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; open a file,<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; set time in 1<br>&gt; &gt; &gt; &gt;<br></div>&gt; &gt; &gt; &gt; Read a parameter like T in a s!
 pecial longitude a latitude for example<div class="im"><br>&gt; &gt; &gt; &gt; lon=90, lat=35. (T1)<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Then set time to next step, I mean t=t+1<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Read parameter T in another special location, like lon= 75, lat= 20.<br>
&gt; &gt; (T2)<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Then I would like to calculate average of T1 and T2. At the end I want<br>&gt; &gt; to<br>&gt; &gt; &gt; &gt; show the value of the average.<br>&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Could you please help me?<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Regards,<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; T.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; gradsusr mailing list<br>&gt; &gt; &gt; &gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>&gt; &gt; &gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br></div>&amp;!
 gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Raymond C. Ordina

rio<div class="im"><br>&gt; &gt; &amp;gt! ; MS Atmospheric Science<br>&gt; &gt; &gt; Ateneo De Manila University<br>&gt; &gt; &gt; Q uezon City, Philippines<br>&gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Weather Specialist I<br>
&gt; &gt; &gt; Technique Application and Meteorological Satellite Section<br>&gt; &gt; &gt; Weather DIvision<br>&gt; &gt; &gt; Philippine Atmospheric, Geophysical and Astronomical Services<br>&gt; &gt; Admistration<br>&gt; &gt; &gt; Quezon City, Philippines<br>
&gt; &gt; &gt; -------------- next part --------------<br>&gt; &gt; &gt; An HTML attachment was scrubbed...<br>&gt; &gt; &gt; URL:<br>&gt; &gt; <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html</a><br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; ------------------------------<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Message: 2<br>&gt; &gt; &gt; Date: Tue, 5 Feb 2013 08:27:18 +0330<br>&gt; &gt; &gt; From: mehdi kebriaee &lt;<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>&gt;<br>
</div>&gt; &gt; &gt; Subject: Re: [gradsus!
 r] can not show my kml file in google map.!!<div class="im"><br>&gt; &gt; &gt; (mehdi kebriaee)<br>&gt; &gt; &gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt; &gt; &gt; Message-ID:<br>&gt; &gt; &gt; &lt;<a href="mailto:CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com" target="_blank">CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com</a>&gt;<br>
&gt; &gt; &gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; 1-Hi ! i cant show my kml file in google map<br>&gt; &gt; &gt; but i can see it in google earth!!!!<br>&gt; &gt; &gt; do i edit my kml file to show in google map?<br>
&gt; &gt; &gt; 2- Can i show animation in google map ?how?<br>&gt; &gt; &gt; plzz help<br>&gt; &gt; &gt; TNQ for All user grads<br>&gt; &gt; &gt; -------------- next part --------------<br>&gt; &gt; &gt; An HTML attachment was scrubbed...<br>
&gt; &gt; &gt; URL:<br>&gt; &gt; <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html</a><br>
&gt; &gt; &gt; -------------- next part --------------<br></div>&gt; &gt; &gt; A non-text a!
 ttachment was scrubbed...<div class="im"><br>&gt; &gt; &gt; Name: ll.kml<br>&gt; &gt; 

&gt; Type: application/vnd.google-earth.kml+xml<br>&gt; &gt; &gt; Size: 463 bytes<br>&gt; &gt; &gt; Desc: not available<br>&gt; &gt; &gt; Url :<br>&gt; &gt; <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin</a><br>
&gt; &gt; &gt; -------------- next part --------------<br>&gt; &gt; &gt; A non-text attachment was scrubbed...<br>&gt; &gt; &gt; Name: hshs.png<br>&gt; &gt; &gt; Type: image/png<br>&gt; &gt; &gt; Size: 22352 bytes<br>&gt; &gt; &gt; Desc: not available<br>
&gt; &gt; &gt; Url : <a href="http://gradsusr.org/pipermail/grads" target="_blank">http://gradsusr.org/pipermail/grads</a>!<br>&gt; &gt; usr/attachments/20130205/fc2d1e27/attachment.png<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --- ---------------------------<br>
&gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; gradsusr mailing list<br>&gt; &gt; &gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt; &gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br></div>&gt; &gt; &gt; End of !
 gradsusr Digest, Vol 36, Issue 19<div class="im"><br>&gt; &gt; &gt; ****************************************<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>
&gt; &gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>&gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt; &gt;<br>&gt; &gt;<br></div><div class="im">&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br></div>&gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/a0123e74/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/a0123e74/attachment-0001.html</a> <br>
&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 4<br>&gt; Date: Tue, 5 Feb 2013 15:19:07 +0800<br>&gt; From: Muhammad Yunus Ahmad Mazuki &lt;<a href="mailto:ukm.yunus@gmail.com" target="_blank">ukm.yunus@gmail.com</a>&gt;<br>
&gt; Subject: Re: [gradsusr] Average in two different time and locations<div class="im"><br>&gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>&gt; Message-ID:<br>
</div>&gt;         &lt;<a href="mailto:CAKJBA6ZHVhPYzBkRtfHQinviWONr_eK_FzXsX7ZAYUViNrctmQ@mail.gmail.com" target="_blank">CAKJBA6ZHVhPYzBkRtfHQinviWONr_eK_FzXsX7ZAYUViNrctmQ@mail.gmail.com</a>&gt;<br>&gt; Content-Type: text/plain; charse!
 t=&quot;iso-8859-1&quot;<br>&gt; <br>&gt; Actually you can output the point valu

e on the display window so that you<div class="im"><br>&gt; print the image, but you need some workaround in your script.<br>&gt; <br>&gt; On Tue, Feb 5, 2013 at 3:11 PM, Muhammad Yunus Ahmad Mazuki &lt;<br>&gt; <a href="mailto:ukm.yunus@gmail.com" target="_blank">ukm.yunus@gmail.com</a>&gt; wrote:<br>
&gt; <br>&gt; &gt; I believe there&#39;s missing information in your request. For example, is T1<br>&gt; &gt; is point value in all 4 dimension (x,y,z,t), or is it a 1D value (any one<br>&gt; &gt; dimension of x,y,z,t varies e.g. from 1 to 99)? If its point value, it wont<br>
&gt; &gt; show up in the display window, it will only show up i terminal, which wont<br>&gt; &gt; show up if runned by script. You have to use display T1. If what you wanted<br>&gt; &gt; was data at certain position of x,y,z or longitude, latitude and altitude,<br>
&gt; &gt; and t=1 until t=99, you have to set t as well<br>&gt; &gt;<br>&gt; &gt; &#39;set t 1 99&#39;<br>&gt; &gt; &#39;set x 10&#39;<br>&gt; &gt; &#39;set y 10&#39;<br>&gt; &gt; &#39;set z 10&#39;<br>&gt; &gt; &#39;define T2=T&#39;<br>
&gt; &gt;<br></div>&gt; &gt; Th!
 en you will get a linear plot of value versus time.<div class="im"><br>&gt; &gt;<br>&gt; &gt; Yunus<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Tue, Feb 5, 2013 at 1:29 PM, T. haghroosta &lt;<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>&gt;wrote:<br>
&gt; &gt;<br>&gt; &gt;&gt;  Dear Raymond,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Thank you for your reply. It worked because I didn&#39;t get any errors, but<br>&gt; &gt;&gt; in the map window, I didn&#39;t also see anything. I would like to see the<br>
&gt; &gt;&gt; value of average in grads command page. I used command of say aveT, but it<br>&gt; &gt;&gt; wrote aveT, not the amount of aveT. Can you lead me what I shall do?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Regards,<br>
&gt; &gt;&gt;<br>&gt; &gt;&gt; T.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt; Hi T.,<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; One thing you could do is to assign it to a variable<br>&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; set t 1<br>&gt; &gt;&gt; &gt; set lat 35<br></div>&gt; &amp;!
 gt;&gt; &gt; set lon 90<br>&gt; &gt;&gt; &gt; define T1= T<br>&gt; &amp;gt

;&gt; &gt; set t 2<div class="im"><br>&gt; &gt;&gt; &gt; set lat 20<br>&gt; &gt;&gt; &gt; set lon 72<br>&gt; &gt;&gt; &gt; define T2=T<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; define aveT=(T1+T2)/2<br>&gt; &gt;&gt; &gt; d aveT<br>
&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; I hope it helps.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Raymond<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; On Mon, Feb 4, 2013 at 4:20 PM, T. haghroosta &lt;<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a><br>
&gt; &gt;&gt; &gt;wrote:<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; Dear All,<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; I would like to write a script for these aims, could you please lead<br>&gt; &gt;&gt; me.<br>
&gt; &gt;&gt; &gt; &gt; Of cour! se I have written some, but I couldn&#39;t get a good result.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; open a file,<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; set time in 1<br>
&gt; &gt;&gt; &gt; &gt;<br></div>&gt; &gt;&gt; &gt; &gt; Read a paramet!
 er like T in a special longitude a latitude for example<div class="im"><br>&gt; &gt;&gt; &gt; &gt; lon=90, lat=35. (T1)<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; Then set time to next step, I mean t=t+1<br>&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Read parameter T in another special location, like lon= 75, lat= 20.<br>&gt; &gt;&gt; (T2)<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; Then I would like to calculate average of T1 and T2. At the end I<br>
&gt; &gt;&gt; want to<br>&gt; &gt;&gt; &gt; &gt; show the value of the average.<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; Could you please help me?<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; Regards,<br>
&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; T.<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt;&gt; &gt; &gt; _______________________________________________<br>&gt; &gt;&gt; &gt; &gt; gradsusr mailing list<br>&gt; &gt;&gt; &gt; &gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
</div>&gt; &gt;&gt; &gt; &gt; <a href="http://gradsus" target="_blank">http://gradsus</a>!
 <a href="http://r.org/mailman/listinfo/gradsusr" target="_blank">r.org/mailman/listinfo/gradsusr</a><br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &amp;gt

;&gt; &gt; &gt;<div class="im"><br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; --<br>&gt; &gt;&gt; &gt; Raymond C. Ordinario<br>&gt; &gt;&gt; &amp;gt! ; MS Atmospheric Science<br>&gt; &gt;&gt; &gt; Ateneo De Manila University<br>
&gt; &gt;&gt; &gt; Q uezon City, Philippines<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Weather Specialist I<br>&gt; &gt;&gt; &gt; Technique Application and Meteorological Satellite Section<br>&gt; &gt;&gt; &gt; Weather DIvision<br>
&gt; &gt;&gt; &gt; Philippine Atmospheric, Geophysical and Astronomical Services<br>&gt; &gt;&gt; Admistration<br>&gt; &gt;&gt; &gt; Quezon City, Philippines<br>&gt; &gt;&gt; &gt; -------------- next part --------------<br>
&gt; &gt;&gt; &gt; An HTML attachment was scrubbed...<br>&gt; &gt;&gt; &gt; URL:<br>&gt; &gt;&gt; <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html</a><br>
&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ------------------------------<br></div>&gt; &gt;&gt; &gt;!
 <br><div class="im">&gt; &gt;&gt; &gt; Message: 2<br>&gt; &gt;&gt; &gt; Date: Tue, 5 Feb 2013 08:27:18 +0330<br>&gt; &gt;&gt; &gt; From: mehdi kebriaee &lt;<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>&gt;<br>
&gt; &gt;&gt; &gt; Subject: Re: [gradsusr] can not show my kml file in google map.!!<br>&gt; &gt;&gt; &gt; (mehdi kebriaee)<br>&gt; &gt;&gt; &gt; To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>
&gt; &gt;&gt; &gt; Message-ID:<br>&gt; &gt;&gt; &gt; &lt;<a href="mailto:CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com" target="_blank">CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com</a>&gt;<br>
&gt; &gt;&gt; &gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; 1-Hi ! i cant show my kml file in google map<br>&gt; &gt;&gt; &gt; but i can see it in google earth!!!!<br>
&gt; &gt;&gt; &gt; do i edit my kml file to show in google map?<br>&gt; &gt;&gt; &gt; 2- Can i show animation in google map ?how?<br>&gt; &gt;&gt; &gt; plzz help<br>&gt; &gt;&gt; &gt; TNQ for All user grads<br></div>&gt; &gt;&gt; &gt; -------------- next part -------------!
 -<div class="im"><br>&gt; &gt;&gt; &gt; An HTML attachment was scrubbed...<br></div>&gt; &amp;gt

;&gt; &gt; URL:<div><div class="h5"><br>&gt; &gt;&gt; <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html</a><br>
&gt; &gt;&gt; &gt; -------------- next part --------------<br>&gt; &gt;&gt; &gt; A non-text attachment was scrubbed...<br>&gt; &gt;&gt; &gt; Name: ll.kml<br>&gt; &gt;&gt; &gt; Type: application/vnd.google-earth.kml+xml<br>
&gt; &gt;&gt; &gt; Size: 463 bytes<br>&gt; &gt;&gt; &gt; Desc: not available<br>&gt; &gt;&gt; &gt; Url :<br>&gt; &gt;&gt; <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin</a><br>
&gt; &gt;&gt; &gt; -------------- next part --------------<br>&gt; &gt;&gt; &gt; A non-text attachment was scrubbed...<br>&gt; &gt;&gt; &gt; Name: hshs.png<br>&gt; &gt;&gt; &gt; Type: image/png<br>&gt; &gt;&gt; &gt; Size: 22352 bytes<br>
&gt; &gt;&gt; &gt; Desc: not available<br>&gt; &gt;&gt; &gt; Url : <a href="http://gradsusr.org/pipermail/grads" target="_blank">http://gradsusr.org/pipermail/grads</a>!<br>&gt; &gt;&gt; usr/attachments/20130205/fc2d1e27/attachment.png<br>
&gt; &gt;&gt; &gt;<br>&gt; !
 &gt;&gt; &gt; --- ---------------------------<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; _______________________________________________<br>&gt; &gt;&gt; &gt; gradsusr mailing list<br>&gt; &gt;&gt; &gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt; &gt;&gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; End of gradsusr Digest, Vol 36, Issue 19<br>
&gt; &gt;&gt; &gt; ****************************************<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; gradsusr mailing list<br>&gt; &gt;&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
&gt; &gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;<br></div></div><div class="im">&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br></div>&gt; URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20130205/0c06c546/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20130205/0c06c546/attachment.html</a> <br>
&gt; <br>&gt; ------------------------------!
 <br>&gt; <br>&gt; _______________________________________________<br>&amp;

gt; gradsusr mailing list<br>&gt; <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt; <br>&gt; <br>&gt; End of gradsusr Digest, Vol 36, Issue 20<br>&gt; ****************************************<br></div>                                               </div></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>