The value is calculated properly without doubt. However and 'd T1' in the script won't show in your terminal as far as I know. You have to type 'd T1' 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"><<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>></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'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't show anything, but I think script works correctly because I didn't get any errors.<br>
<br>Regards,<br> <br>T.<br><div><div></div>><br>> <br>> Today's Topics:<br>> <br>> 1. Re: can not show my kml file in google map.!! (mehdi<br>> kebriaee) (mehdi kebriaee)<br>> 2. Re: Average in two different time and locations (T. haghroosta)<br>
> 3. Re: Average in two different time and locations<br>> (Muhammad Yunus Ahmad Mazuki)<br>> 4!
. Re: Average in two different time and locations<br>> (Muhammad Yunus Ahmad Mazuki)<br>> <br>> <br>> ----------------------------------------------------------------------<br>> <br>> Message: 1<br>
> Date: Tue, 5 Feb 2013 08:33:33 +0330<div class="im"><br>> From: mehdi kebriaee <<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>><br>> Subject: Re: [gradsusr] can not show my kml file in google map.!!<br>
>         (mehdi        kebriaee)<br>> To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>><br>> Message-ID:<br></div>>         <CAKd_bi9DiQWLiMnyY5JwNH09OQw4ZbAKOoV8OD=<a href="mailto:tt8xQcoKRuw@mail.gmail.com" target="_blank">tt8xQcoKRuw@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>> <br>> <?xml version="1.0" encoding="UTF-8"?><br>> <kml xmlns="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.net/kml/2.2</a>" xmlns:gx="<br>
> <a href="http://www.google.com/kml/ext/2.2" target="_blank">http://www.google.com/kml/ext/2.2</a>" ><br>> <GroundOverlay ><br>> <viewBoundScale>0.75</viewBoundScale><br>> <name>hs.kml (m)</name><br>
> <Icon><br>!
> <href>hshs.png</href><br>> </Icon>
<br>> <LatLonBox><br>> <west>46.975</west><br>> <east>59.025</east><br>> <south>22.975</south><br>> <north>31.025</north><br>
> <rotation>0.0</rotation><br>> </LatLonBox><br>> </GroundOverlay><br>> </kml><div class="im"><br>> -------------- next part --------------<br>> An HTML attachment was scrubbed...<br>
</div>> 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>
> <br>> ------------------------------<br>> <br>> Message: 2<br>> Date: Tue, 5 Feb 2013 05:29:00 +0000<br>> From: "T. haghroosta" <<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>><br>
> Subject: Re: [gradsusr] Average in two different time and locations<br>> To: <<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>><br>> Message-ID: <DUB121-W16DB3BA967E1663BF3E068DD000@phx.gbl><br>
> Content-Type: text/plain; charset="windows-1256"<div class="im"><br>> <u></u>> <br>> 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>
> <br>> <br>> > Hi T.,<br>> > <br>> > One thing you could do is to assign it to a variable<br>> > <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>> > <br>> > define aveT=(T1+T2)/2<br>> > d aveT<br>> > <br>> > I hope it helps.<br>> > <br>
> > Raymond<br>> > <br>> > On Mon, Feb 4, 2013 at 4:20 PM, T. haghroosta <<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>>wrote:<br>> > <br>> > > Dear All,<br>
> > ><br></div>> > >!
I would like to write a script for these aims, could you please lead
me.<br>> > > Of course I have written some, but I couldn't get a good result.<div class="im"><br>> > ><br>> > > open a file,<br>> > ><br>> > > set time in 1<br>> > ><br>
> > > Read a parameter like T in a special longitude a latitude for example<br>> > > lon=90, lat=35. (T1)<br>> > ><br>> > > Then set time to next step, I mean t=t+1<br>> > ><br>
> > > Read parameter T in another special location, like lon= 75, lat= 20. (T2)<br>> > ><br>> > > Then I would like to calculate average of T1 and T2. At the end I want to<br>> > > show the value of the average.<br>
> > ><br>> > > Could you please help me?<br>> > ><br>> > > Regards,<br>> > ><br>> > > T.<br>> > ><br>> > > _______________________________________________<br>
> > > gradsusr mailing list<br>> > > <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><u></u>> > > <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
> > ><br>> > ><br>> > <br>> > <br>> > -- <br>> > Raymond C. Ordinario<br></div><div class="im">> > MS Atmospheric Science<br>> > Ateneo De Manila University<br></div>> > Quezon City, Philippines<div class="im">
<br>> > <br>> > Weather Specialist I<br>> > Technique Application and Meteorological Satellite Section<br>> > Weather DIvision<br>> > Philippine Atmospheric, Geophysical and Astronomical Services Admistration<br>
> > Quezon City, Philippines<br>> > -------------- next part --------------<br>> > An HTML attachment was scrubbed...<br>> > 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>
> > <br>> > ------------------------------<br>> > <br>> > Message: 2<br>> > Date: Tue, 5 Feb 2013 08:27:18 +0330<br></div>> > From: mehdi kebriaee <<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>&g!
t;<br>> > Subject: Re: [gradsusr] can not show my kml file in go
ogle map.!!<div class="im"><br>> >         (mehdi        kebriaee)<br>> > To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>><br>> > Message-ID:<br>> >         <<a href="mailto:CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com" target="_blank">CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com</a>><br>
> > Content-Type: text/plain; charset="iso-8859-1"<br>> > <br></div>> > 1-Hi i cant show my kml file in google map<div class="im"><br>> > but i can see it in google earth!!!!<br>> > do i edit my kml file to show in google map?<br>
> > 2- Can i show animation in google map ?how?<br>> > plzz help<br>> > TNQ for All user grads<br>> > -------------- next part --------------<br>> > An HTML attachment was scrubbed...<br>> > 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>
> > -------------- next part --------------<br>> > A non-text attachment was scrubbed...<br>> > Name: ll.kml<br>> > Type: application/vnd.google-earth.kml+xml<br></div>> > Size: 463!
bytes<div class="im"><br>> > Desc: not available<br>> > 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>
> > -------------- next part --------------<br>> > A non-text attachment was scrubbed...<br>> > Name: hshs.png<br>> > Type: image/png<br>> > Size: 22352 bytes<br>> > Desc: not available<br>
</div>> > 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>
> > <br>> > ------------------------------<div class="im"><br>> > <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>> > <br>> > End of gradsusr Digest, Vol 36, Issue 19<br>> > ****************************************<br>
>                                            <br></div><div class="im">> -------------- next part --------------<br>> An HTML attachment was scrubbed...<br></div>&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>> <br>> ------------------------------<br>> <br>> Message: 3<br>> Date: Tue, 5 Feb 2013 15:11:06 +0800<br>> From: Muhammad Yunus Ahmad Mazuki <<a href="mailto:ukm.yunus@gmail.com" target="_blank">ukm.yunus@gmail.com</a>><br>
> Subject: Re: [gradsusr] Average in two different time and locations<div class="im"><br>> To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>><br>> Message-ID:<br>
</div>>         <<a href="mailto:CAKJBA6YyeN4g5o9wNFBqF%2Bv1NeXvtbKvf05AJhkNNVmR1XWUbw@mail.gmail.com" target="_blank">CAKJBA6YyeN4g5o9wNFBqF+v1NeXvtbKvf05AJhkNNVmR1XWUbw@mail.gmail.com</a>><br>> Content-Type: text/plain; charset="iso-8859-1"<div class="im">
<br>> <br>> I believe there's missing information in your request. For example, is T1<br>> is point value in all 4 dimension (x,y,z,t), or is it a 1D value (any one<br>> dimension of x,y,z,t varies e.g. from 1 to 99)? If its point value, it wont<br>
> show up in the display window, it will only show up i terminal, which wont<br>> show up if runned by script. You have to use display T1. If what you wanted<br></div>> was data at certain position of x,y,z or l!
ongitude, latitude and altitude,<div class="im"><br>> and t=1 until t=99, you have to set t as well<br>> <br>> 'set t 1 99'<br>> 'set x 10'<br>> 'set y 10'<br>> 'set z 10'<br>
> 'define T2=T'<br>> <br>> Then you will get a linear plot of value versus time.<br>> <br>> Yunus<br>> <br>> <br>> On Tue, Feb 5, 2013 at 1:29 PM, T. haghroosta <<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>>wrote:<br>
> <br>> > Dear Raymond,<br>> ><br>> > Thank you for your reply. It worked because I didn't get any errors, but<br>> > in the map window, I didn't also see anything. I would like to see the<br>
> > value of average in grads command page. I used command of say aveT, but it<br>> > wrote aveT, not the amount of aveT. Can you lead me what I shall do?<br>> ><br>> > Regards,<br>> ><br>> > T.<br>
> ><br>> ><br>> ><br>> > > Hi T.,<br>> > ><br></div>> > > One thing you could do is to assign!
it to a variable<div class="im"><br>> > ><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>> > ><br>> > > define aveT=(T1+T2)/2<br>
> > > d aveT<br>> > ><br>> > > I hope it helps.<br>> > ><br>> > > Raymond<br>> > ><br>> > > On Mon, Feb 4, 2013 at 4:20 PM, T. haghroosta <<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a><br>
> > >wrote:<br>> > ><br>> > > > Dear All,<br>> > > ><br>> > > > I would like to write a script for these aims, could you please lead<br>> > me.<br>> > > > Of cour! se I have written some, but I couldn't get a good result.<br>
> ><br>> > > ><br>> > > > open a file,<br>> > > ><br>> > > > set time in 1<br>> > > ><br></div>> > > > Read a parameter like T in a s!
pecial longitude a latitude for example<div class="im"><br>> > > > lon=90, lat=35. (T1)<br>> > > ><br>> > > > Then set time to next step, I mean t=t+1<br>> > > ><br>> > > > Read parameter T in another special location, like lon= 75, lat= 20.<br>
> > (T2)<br>> > > ><br>> > > > Then I would like to calculate average of T1 and T2. At the end I want<br>> > to<br>> > > > show the value of the average.<br>> > > ><br>
> > > > Could you please help me?<br>> > > ><br>> > > > Regards,<br>> > > ><br>> > > > T.<br>> > > ><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>> > > ><br>> > ><br></div>&!
gt; > ><br>> > > --<br>> > > Raymond C. Ordina
rio<div class="im"><br>> > &gt! ; MS Atmospheric Science<br>> > > Ateneo De Manila University<br>> > > Q uezon City, Philippines<br>> ><br>> > ><br>> > > Weather Specialist I<br>
> > > Technique Application and Meteorological Satellite Section<br>> > > Weather DIvision<br>> > > Philippine Atmospheric, Geophysical and Astronomical Services<br>> > Admistration<br>> > > Quezon City, Philippines<br>
> > > -------------- next part --------------<br>> > > An HTML attachment was scrubbed...<br>> > > URL:<br>> > <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>
> > ><br>> > > ------------------------------<br>> > ><br>> > > Message: 2<br>> > > Date: Tue, 5 Feb 2013 08:27:18 +0330<br>> > > From: mehdi kebriaee <<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>><br>
</div>> > > Subject: Re: [gradsus!
r] can not show my kml file in google map.!!<div class="im"><br>> > > (mehdi kebriaee)<br>> > > To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>><br>
> > > Message-ID:<br>> > > <<a href="mailto:CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com" target="_blank">CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com</a>><br>
> > > Content-Type: text/plain; charset="iso-8859-1"<br>> > ><br>> > > 1-Hi ! i cant show my kml file in google map<br>> > > but i can see it in google earth!!!!<br>> > > do i edit my kml file to show in google map?<br>
> > > 2- Can i show animation in google map ?how?<br>> > > plzz help<br>> > > TNQ for All user grads<br>> > > -------------- next part --------------<br>> > > An HTML attachment was scrubbed...<br>
> > > URL:<br>> > <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>
> > > -------------- next part --------------<br></div>> > > A non-text a!
ttachment was scrubbed...<div class="im"><br>> > > Name: ll.kml<br>> >
> Type: application/vnd.google-earth.kml+xml<br>> > > Size: 463 bytes<br>> > > Desc: not available<br>> > > Url :<br>> > <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>
> > > -------------- next part --------------<br>> > > A non-text attachment was scrubbed...<br>> > > Name: hshs.png<br>> > > Type: image/png<br>> > > Size: 22352 bytes<br>> > > Desc: not available<br>
> > > Url : <a href="http://gradsusr.org/pipermail/grads" target="_blank">http://gradsusr.org/pipermail/grads</a>!<br>> > usr/attachments/20130205/fc2d1e27/attachment.png<br>> > ><br>> > > --- ---------------------------<br>
> ><br>> > ><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>> > ><br></div>> > > End of !
gradsusr Digest, Vol 36, Issue 19<div class="im"><br>> > > ****************************************<br>> ><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>> ><br></div><div class="im">> -------------- next part --------------<br>> An HTML attachment was scrubbed...<br></div>> 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>
> <br>> ------------------------------<br>> <br>> Message: 4<br>> Date: Tue, 5 Feb 2013 15:19:07 +0800<br>> From: Muhammad Yunus Ahmad Mazuki <<a href="mailto:ukm.yunus@gmail.com" target="_blank">ukm.yunus@gmail.com</a>><br>
> Subject: Re: [gradsusr] Average in two different time and locations<div class="im"><br>> To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>><br>> Message-ID:<br>
</div>>         <<a href="mailto:CAKJBA6ZHVhPYzBkRtfHQinviWONr_eK_FzXsX7ZAYUViNrctmQ@mail.gmail.com" target="_blank">CAKJBA6ZHVhPYzBkRtfHQinviWONr_eK_FzXsX7ZAYUViNrctmQ@mail.gmail.com</a>><br>> Content-Type: text/plain; charse!
t="iso-8859-1"<br>> <br>> Actually you can output the point valu
e on the display window so that you<div class="im"><br>> print the image, but you need some workaround in your script.<br>> <br>> On Tue, Feb 5, 2013 at 3:11 PM, Muhammad Yunus Ahmad Mazuki <<br>> <a href="mailto:ukm.yunus@gmail.com" target="_blank">ukm.yunus@gmail.com</a>> wrote:<br>
> <br>> > I believe there's missing information in your request. For example, is T1<br>> > is point value in all 4 dimension (x,y,z,t), or is it a 1D value (any one<br>> > dimension of x,y,z,t varies e.g. from 1 to 99)? If its point value, it wont<br>
> > show up in the display window, it will only show up i terminal, which wont<br>> > show up if runned by script. You have to use display T1. If what you wanted<br>> > was data at certain position of x,y,z or longitude, latitude and altitude,<br>
> > and t=1 until t=99, you have to set t as well<br>> ><br>> > 'set t 1 99'<br>> > 'set x 10'<br>> > 'set y 10'<br>> > 'set z 10'<br>> > 'define T2=T'<br>
> ><br></div>> > Th!
en you will get a linear plot of value versus time.<div class="im"><br>> ><br>> > Yunus<br>> ><br>> ><br>> ><br>> > On Tue, Feb 5, 2013 at 1:29 PM, T. haghroosta <<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a>>wrote:<br>
> ><br>> >> Dear Raymond,<br>> >><br>> >> Thank you for your reply. It worked because I didn't get any errors, but<br>> >> in the map window, I didn't also see anything. I would like to see the<br>
> >> value of average in grads command page. I used command of say aveT, but it<br>> >> wrote aveT, not the amount of aveT. Can you lead me what I shall do?<br>> >><br>> >> Regards,<br>
> >><br>> >> T.<br>> >><br>> >><br>> >><br>> >> > Hi T.,<br>> >> ><br>> >> > One thing you could do is to assign it to a variable<br>> >> ><br>
> >> > set t 1<br>> >> > set lat 35<br></div>> &!
gt;> > set lon 90<br>> >> > define T1= T<br>> &gt
;> > set t 2<div class="im"><br>> >> > set lat 20<br>> >> > set lon 72<br>> >> > define T2=T<br>> >> ><br>> >> > define aveT=(T1+T2)/2<br>> >> > d aveT<br>
> >> ><br>> >> > I hope it helps.<br>> >> ><br>> >> > Raymond<br>> >> ><br>> >> > On Mon, Feb 4, 2013 at 4:20 PM, T. haghroosta <<a href="mailto:haghroosta@hotmail.com" target="_blank">haghroosta@hotmail.com</a><br>
> >> >wrote:<br>> >> ><br>> >> > > Dear All,<br>> >> > ><br>> >> > > I would like to write a script for these aims, could you please lead<br>> >> me.<br>
> >> > > Of cour! se I have written some, but I couldn't get a good result.<br>> >><br>> >> > ><br>> >> > > open a file,<br>> >> > ><br>> >> > > set time in 1<br>
> >> > ><br></div>> >> > > Read a paramet!
er like T in a special longitude a latitude for example<div class="im"><br>> >> > > lon=90, lat=35. (T1)<br>> >> > ><br>> >> > > Then set time to next step, I mean t=t+1<br>> >> > ><br>
> >> > > Read parameter T in another special location, like lon= 75, lat= 20.<br>> >> (T2)<br>> >> > ><br>> >> > > Then I would like to calculate average of T1 and T2. At the end I<br>
> >> want to<br>> >> > > show the value of the average.<br>> >> > ><br>> >> > > Could you please help me?<br>> >> > ><br>> >> > > Regards,<br>
> >> > ><br>> >> > > T.<br>> >> > ><br>> >> > > _______________________________________________<br>> >> > > gradsusr mailing list<br>> >> > > <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
</div>> >> > > <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>> >> > ><br>> &gt
;> > ><div class="im"><br>> >> ><br>> >> ><br>> >> > --<br>> >> > Raymond C. Ordinario<br>> >> &gt! ; MS Atmospheric Science<br>> >> > Ateneo De Manila University<br>
> >> > Q uezon City, Philippines<br>> >><br>> >> ><br>> >> > Weather Specialist I<br>> >> > Technique Application and Meteorological Satellite Section<br>> >> > Weather DIvision<br>
> >> > Philippine Atmospheric, Geophysical and Astronomical Services<br>> >> Admistration<br>> >> > Quezon City, Philippines<br>> >> > -------------- next part --------------<br>
> >> > An HTML attachment was scrubbed...<br>> >> > URL:<br>> >> <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>
> >> ><br>> >> > ------------------------------<br></div>> >> >!
<br><div class="im">> >> > Message: 2<br>> >> > Date: Tue, 5 Feb 2013 08:27:18 +0330<br>> >> > From: mehdi kebriaee <<a href="mailto:mehdy.kebriaee@gmail.com" target="_blank">mehdy.kebriaee@gmail.com</a>><br>
> >> > Subject: Re: [gradsusr] can not show my kml file in google map.!!<br>> >> > (mehdi kebriaee)<br>> >> > To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>><br>
> >> > Message-ID:<br>> >> > <<a href="mailto:CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com" target="_blank">CAKd_bi9LWaGTWkpVqfgp3AXuffPJPXcdfW9iarzsKGaWd_THSA@mail.gmail.com</a>><br>
> >> > Content-Type: text/plain; charset="iso-8859-1"<br>> >> ><br>> >> > 1-Hi ! i cant show my kml file in google map<br>> >> > but i can see it in google earth!!!!<br>
> >> > do i edit my kml file to show in google map?<br>> >> > 2- Can i show animation in google map ?how?<br>> >> > plzz help<br>> >> > TNQ for All user grads<br></div>> >> > -------------- next part -------------!
-<div class="im"><br>> >> > An HTML attachment was scrubbed...<br></div>> &gt
;> > URL:<div><div class="h5"><br>> >> <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>
> >> > -------------- next part --------------<br>> >> > A non-text attachment was scrubbed...<br>> >> > Name: ll.kml<br>> >> > Type: application/vnd.google-earth.kml+xml<br>
> >> > Size: 463 bytes<br>> >> > Desc: not available<br>> >> > Url :<br>> >> <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>
> >> > -------------- next part --------------<br>> >> > A non-text attachment was scrubbed...<br>> >> > Name: hshs.png<br>> >> > Type: image/png<br>> >> > Size: 22352 bytes<br>
> >> > Desc: not available<br>> >> > Url : <a href="http://gradsusr.org/pipermail/grads" target="_blank">http://gradsusr.org/pipermail/grads</a>!<br>> >> usr/attachments/20130205/fc2d1e27/attachment.png<br>
> >> ><br>> !
>> > --- ---------------------------<br>> >><br>> >> ><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>> >> ><br>> >> > End of gradsusr Digest, Vol 36, Issue 19<br>
> >> > ****************************************<br>> >><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>> >><br>> ><br></div></div><div class="im">> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br></div>> 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>
> <br>> ------------------------------!
<br>> <br>> _______________________________________________<br>&
gt; 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>> <br>> End of gradsusr Digest, Vol 36, Issue 20<br>> ****************************************<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>