<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear Muhammad,<BR>&nbsp;<BR>I don'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><br>&nbsp;set t 1<br>&nbsp;set lat 35<br>&nbsp;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>The command displaye doesn't show anything, but I think script works correctly because I didn't get any errors.<BR>&nbsp;<BR>Regards,<BR>&nbsp;<BR>T.<BR><div><div id="SkyDrivePlaceholder"></div>&gt;<br>&gt; <br>&gt; Today'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<br>&gt; From: mehdi kebriaee &lt;mehdy.kebriaee@gmail.com&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;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAKd_bi9DiQWLiMnyY5JwNH09OQw4ZbAKOoV8OD=tt8xQcoKRuw@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; &lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>&gt; &lt;kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="<br>&gt; http://www.google.com/kml/ext/2.2" &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;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20130205/9ba2258b/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Tue, 5 Feb 2013 05:29:00 +0000<br>&gt; From: "T. haghroosta" &lt;haghroosta@hotmail.com&gt;<br>&gt; Subject: Re: [gradsusr] Average in two different time and locations<br>&gt; To: &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;DUB121-W16DB3BA967E1663BF3E068DD000@phx.gbl&gt;<br>&gt; Content-Type: text/plain; charset="windows-1256"<br>&gt; <br>&gt; <br>&gt; Dear Raymond, Thank you for your reply. It worked because I didn't get any errors, but in the map window, I didn'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;haghroosta@hotmail.com&gt;wrote:<br>&gt; &gt; <br>&gt; &gt; &gt;  Dear All,<br>&gt; &gt; &gt;<br>&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't get a good result.<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; gradsusr@gradsusr.org<br>&gt; &gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; -- <br>&gt; &gt; Raymond C. Ordinario<br>&gt; &gt; MS Atmospheric Science<br>&gt; &gt; Ateneo De Manila University<br>&gt; &gt; Quezon City, Philippines<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: http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html <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>&gt; &gt; From: mehdi kebriaee &lt;mehdy.kebriaee@gmail.com&gt;<br>&gt; &gt; Subject: Re: [gradsusr] can not show my kml file in go
ogle map.!!<br>&gt; &gt;         (mehdi        kebriaee)<br>&gt; &gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; &gt; Message-ID:<br>&gt; &gt;         &lt;CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com&gt;<br>&gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; &gt; <br>&gt; &gt; 1-Hi i cant show my kml file in google map<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: http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html <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>&gt; &gt; Size: 463 bytes<br>&gt; &gt; Desc: not available<br>&gt; &gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin <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>&gt; &gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.png <br>&gt; &gt; <br>&gt; &gt; ------------------------------<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; End of gradsusr Digest, Vol 36, Issue 19<br>&gt; &gt; ****************************************<br>&gt;                                                <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20130205/21
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;ukm.yunus@gmail.com&gt;<br>&gt; Subject: Re: [gradsusr] Average in two different time and locations<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAKJBA6YyeN4g5o9wNFBqF+v1NeXvtbKvf05AJhkNNVmR1XWUbw@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; I believe there'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>&gt; was data at certain position of x,y,z or longitude, latitude and altitude,<br>&gt; and t=1 until t=99, you have to set t as well<br>&gt; <br>&gt; 'set t 1 99'<br>&gt; 'set x 10'<br>&gt; 'set y 10'<br>&gt; 'set z 10'<br>&gt; 'define T2=T'<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;haghroosta@hotmail.com&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't get any errors, but<br>&gt; &gt; in the map window, I didn'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>&gt; &gt; &gt; One thing you could do is to assign it to a variable<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;haghroosta@hotmail.com<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'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>&gt; &gt; &gt; &gt; Read a parameter like T in a special longitude a latitude for example<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; gradsusr@gradsusr.org<br>&gt; &gt; &gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Raymond C. Ordina
rio<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; http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html<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;mehdy.kebriaee@gmail.com&gt;<br>&gt; &gt; &gt; Subject: Re: [gradsusr] can not show my kml file in google map.!!<br>&gt; &gt; &gt; (mehdi kebriaee)<br>&gt; &gt; &gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; &gt; &gt; Message-ID:<br>&gt; &gt; &gt; &lt;CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com&gt;<br>&gt; &gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<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; http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html<br>&gt; &gt; &gt; -------------- next part --------------<br>&gt; &gt; &gt; A non-text attachment was scrubbed...<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; http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin<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 : http://gradsusr.org/pipermail/grads!<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; gradsusr@gradsusr.org<br>&gt; &gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; End of gradsusr Digest, Vol 36, Issue 19<br>&gt; &gt; &gt; ****************************************<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;<br>&gt; &gt;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20130205/a0123e74/attachment-0001.html <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;ukm.yunus@gmail.com&gt;<br>&gt; Subject: Re: [gradsusr] Average in two different time and locations<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;CAKJBA6ZHVhPYzBkRtfHQinviWONr_eK_FzXsX7ZAYUViNrctmQ@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Actually you can output the point valu
e on the display window so that you<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; ukm.yunus@gmail.com&gt; wrote:<br>&gt; <br>&gt; &gt; I believe there'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; 'set t 1 99'<br>&gt; &gt; 'set x 10'<br>&gt; &gt; 'set y 10'<br>&gt; &gt; 'set z 10'<br>&gt; &gt; 'define T2=T'<br>&gt; &gt;<br>&gt; &gt; Then you will get a linear plot of value versus time.<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;haghroosta@hotmail.com&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't get any errors, but<br>&gt; &gt;&gt; in the map window, I didn'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>&gt; &gt;&gt; &gt; set lon 90<br>&gt; &gt;&gt; &gt; define T1= T<br>&gt; &gt
;&gt; &gt; set t 2<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;haghroosta@hotmail.com<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'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>&gt; &gt;&gt; &gt; &gt; Read a parameter like T in a special longitude a latitude for example<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; gradsusr@gradsusr.org<br>&gt; &gt;&gt; &gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;&gt; &gt; &gt;<br>&gt; &gt
;&gt; &gt; &gt;<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; http://gradsusr.org/pipermail/gradsusr/attachments/20130205/04a64bc2/attachment-0001.html<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ------------------------------<br>&gt; &gt;&gt; &gt;<br>&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;mehdy.kebriaee@gmail.com&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;gradsusr@gradsusr.org&gt;<br>&gt; &gt;&gt; &gt; Message-ID:<br>&gt; &gt;&gt; &gt; &lt;CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com&gt;<br>&gt; &gt;&gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<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>&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; http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.html<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; http://gradsusr.org/pipermail/gradsusr/attachments/20130205/fc2d1e27/attachment.bin<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 : http://gradsusr.org/pipermail/grads!<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; gradsusr@gradsusr.org<br>&gt; &gt;&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<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; gradsusr@gradsusr.org<br>&gt; &gt;&gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20130205/0c06c546/attachment.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&
gt; gradsusr mailing list<br>&gt; gradsusr@gradsusr.org<br>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; <br>&gt; <br>&gt; End of gradsusr Digest, Vol 36, Issue 20<br>&gt; ****************************************<br></div>                                               </div></body>
</html>