<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 Ramaphane,<BR>
&nbsp;<BR>
I did it and finally all items&nbsp;were&nbsp;appeared in the map.<BR>
&nbsp;<BR>
Thank you&nbsp;very much for your help.<BR>
&nbsp;<BR>
Tahereh<BR>&nbsp;<BR>
<DIV>
<DIV id=SkyDrivePlaceholder></DIV>&gt; From: gradsusr-request@gradsusr.org<BR>&gt; Subject: gradsusr Digest, Vol 30, Issue 30<BR>&gt; To: gradsusr@gradsusr.org<BR>&gt; Date: Mon, 13 Aug 2012 02:53:49 -0400<BR>&gt; <BR>&gt; Send gradsusr mailing list submissions to<BR>&gt; gradsusr@gradsusr.org<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; gradsusr-request@gradsusr.org<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; gradsusr-owner@gradsusr.org<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of gradsusr digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. Re: Drawing something (line, point,...) over the map<BR>&gt; (Galebonwe Ramaphane)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Mon, 13 Aug 2012 08:52:10 +0200<BR>&gt; From: "Galebonwe Ramaphane" &lt;GRamaphane@gov.bw&gt;<BR>&gt; Subject: Re: [gradsusr] Drawing something (line, point,...) over the<BR>&gt; map<BR>&gt; To: "GrADS Users Forum" &lt;gradsusr@gradsusr.org&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;C29C568A454A0849982F608873BBC01D016B678F@imsnt001.meteo.gov.bw&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Tahereh,<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; You can now draw the line by adding the following at the end of your<BR>&gt; script;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; 'draw line' x1' 'y1' 'x2' 'y2<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; You also have to give the string name at the draw string command, say;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; 'draw string' x1+0.1' 'y1' 'Point1<BR>&gt; <BR>&gt; From: gradsusr-bounces@gradsusr.org<BR>&gt; [mailto:gradsusr-bounces@gradsusr.org] On Behalf Of T. haghroosta<BR>&gt; Sent: Monday, August 13, 2012 5:36 AM<BR>&g
t; To: gradsusr@gradsusr.org<BR>&gt; Subject: Re: [gradsusr] Drawing something (line, point,...) over the map<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Dear Ricardo, <BR>&gt; <BR>&gt; <BR>&gt; This is the part of my script that must creat 2 points and a line<BR>&gt; between them. With these commands, 2 points are drawn but not a line<BR>&gt; between them and I get this error: <BR>&gt; draw error: syntax is draw string x y string<BR>&gt; <BR>&gt; 'set line 8'<BR>&gt; 'Set string 4 l 4'<BR>&gt; 'set strsiz 0.18'<BR>&gt; 'set string 0'<BR>&gt; lon1= 118.7<BR>&gt; lat1= 7.7<BR>&gt; 'q w2xy 'lon1' 'lat1<BR>&gt; say result<BR>&gt; x1 = subwrd(result,3)<BR>&gt; y1 = subwrd(result,6)<BR>&gt; 'draw mark '3' 'x1' 'y1' '0.12<BR>&gt; 'draw string 'x1+0.1' 'y1<BR>&gt; lon2= 120.6<BR>&gt; lat2= 8.3<BR>&gt; 'q w2xy 'lon2' 'lat2<BR>&gt; say result<BR>&gt; x2 = subwrd(result,3)<BR>&gt; y2 = subwrd(result,6)<BR>&gt; 'draw mark '3' 'x2' 'y2' '0.12<BR>&gt; 'draw string 'x2+0.1' 'y2<BR>&gt; <BR>&gt; Regards,<BR>&gt; <BR>&gt; Tahereh<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; &gt; From: gradsusr-request@gradsusr.org<BR>&gt; &gt; Subject: gradsusr Digest, Vol 30, Issue 28<BR>&gt; &gt; To: gradsusr@gradsusr.org<BR>&gt; &gt; Date: Sun, 12 Aug 2012 22:50:24 -0400<BR>&gt; &gt; <BR>&gt; &gt; Send gradsusr mailing list submissions to<BR>&gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; <BR>&gt; &gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; or, via email, send a message with subject or body 'help' to<BR>&gt; &gt; gradsusr-request@gradsusr.org<BR>&gt; &gt; <BR>&gt; &gt; You can reach the person managing the list at<BR>&gt; &gt; gradsusr-owner@gradsusr.org<BR>&gt; &gt; <BR>&gt; &gt; When replying, please edit your Subject line so it is more specific<BR>&gt; &gt; than "Re: Contents of gradsusr digest..."<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Today's Topics:<BR>&gt; &gt; <BR>&gt; &gt; 1. Re: Drawing something (line, point,...) over the map<BR>&gt; &gt; (Ricardo Hallak)<BR>&g
t; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ----------------------------------------------------------------------<BR>&gt; &gt; <BR>&gt; &gt;! Message: 1<BR>&gt; &gt; Date: Mon, 13 Aug 2012 00:13:28 -0200<BR>&gt; &gt; From: "Ricardo Hallak" &lt;hallak@model.iag.usp.br&gt;<BR>&gt; &gt; Subject: Re: [gradsusr] Drawing something (line, point,...) over the<BR>&gt; &gt; map<BR>&gt; &gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<BR>&gt; &gt; Message-ID: &lt;20120813020839.M46542@model.iag.usp.br&gt;<BR>&gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; &gt; <BR>&gt; &gt; Dear Tahereh,<BR>&gt; &gt; <BR>&gt; &gt; could you please reproduce here your piece of script where you are<BR>&gt; trying to draw the line in a plot?<BR>&gt; &gt; <BR>&gt; &gt; Drawing a line in the plot is a relatively simple task in GrADS. <BR>&gt; &gt; Maybe your script has some little mistake and we could help you with<BR>&gt; that if we could see your sequence of commands in the script.<BR>&gt; &gt; <BR>&gt; &gt; Regards,<BR>&gt; &gt; Ricardo<BR>&gt; &gt; <BR>&gt; &gt; On Sun, 12 Aug 2012 18:44:25 +0000, T. haghroosta wrote<BR>&gt; &gt; &gt; Dear Hersala and all other helpers,<BR>&gt; &gt; &gt; ?<BR>&gt; &gt; &gt; I did it. Although?I couldn't dr! aw line between two points<BR>&gt; fortunately I drew points.<BR>&gt; &gt; &gt; ?&gt; &gt; Thank you for your help.<BR>&gt; &gt; &gt; ?<BR>&gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; ?<BR>&gt; &gt; &gt; Tahereh<BR>&gt; &gt; &gt; ?<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; ?<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; From: gradsusr-request@gradsusr.org<BR>&gt; &gt; &gt; &gt; Subject: gradsusr Digest, Vol 30, Issue 26<BR>&gt; &gt; &gt; &gt; To: gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; Date: Sat, 11 Aug 2012 09:28:30 -0400<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Send gradsusr mailing list submissions to<BR>&gt; &gt; &gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; &gt; &gt; &gt; http://gradsu
sr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; or, via email, send a message with subject or body 'help' to<BR>&gt; &gt; &gt; &gt; gradsusr-request@gradsusr.org<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; You can reach the person managing the list at<BR>&gt; &gt; &gt; &gt; gradsusr-owner@gradsusr.org<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; When replying, please edit your Sub! ject line so it is more<BR>&gt; specific<BR>&gt; &gt; &gt; &gt; than "Re: Contents of gradsusr digest..."<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Today's Topics:<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; 1. Re: Saving GrADS variable data to a text file (hersala)<BR>&gt; &gt; &gt; &gt; 2. Re: Drawing something (line, point,...) over the map (hersala)<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt;<BR>&gt; ------!----------------------------------------------------------------<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Message: 1<BR>&gt; &gt; &gt; &gt; Date: Sat, 11 Aug 2012 10:21:07 -0300<BR>&gt; &gt; &gt; &gt; From: hersala &lt;hersala@gmail.com&gt;<BR>&gt; &gt; &gt; &gt; Subject: Re: [gradsusr] Saving GrADS variable data to a text file<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;<BR>&gt; &lt;CA+0GtdsGboQZFCOeUQ5Kq4Loe1OFocFpwqTogvLS_CSEc5di=w@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; Dear Kishore,<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; ; &gt; To save (or export) data in a different format you can use the<BR>&gt; following<BR>&gt; &gt; &gt; &gt; script or "recipe":<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt;<BR>&gt; http://cookbooks.opengrads.org/index.php?title=Recipe-002:_Saving_GrADS_<BR>&gt; variable_data_to_a_text_file<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; I hope this will help you.<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Cheers,<BR>&gt; &gt; &gt; &gt;
 <BR>&gt; &gt; &gt; &gt; Hern?n<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; El 11/08/2012 07:10, "Kishore Babu" &lt;kishoreragi@gmail.com&gt;<BR>&gt; escribi?:<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; Sushant,<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; !&gt; &gt; I want to have is grads data file in other application, not<BR>&gt; just to open<BR>&gt; &gt; &gt; &gt; &gt; it in grads. My netcdf file contains many variables and I need<BR>&gt; is a<BR>&gt; &gt; &gt; &gt; &gt; customized .dat file, not netcdf file, which can not be accepted<BR>&gt; there.<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Anyway, thank you for trying to help me,<BR>&gt; &amp;! gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Sincerely,<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Kishore<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; On Sat, Aug 11, 2012 at 5:59 AM, sushant puranik<BR>&gt; &lt;sushantpuranik@gmail.com<BR>&gt; &gt; &gt; &gt; &gt; &gt; wrote:<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; Kishore<BR>&gt; &gt; &gt; &gt; &gt;&gt; You have netcdf file which can directly open in grads with<BR>&gt; sdfopen<BR>&gt; &gt; &gt; &gt; &gt;&gt; command.<BR>&gt; &gt; &gt; &gt; &gt;&gt; For clarification you can visit<BR>&gt; &gt; &gt; &gt; &gt;&gt; http://www.iges.org/grads/gadoc/gradcomdsdfopen.html<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; Regards<BR>&gt; &gt; &gt; &gt; &gt;&gt; Sushant<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; On Sat, Aug 11, 2012 at 2:34 PM, Kishore Babu<BR>&gt; &lt;kishoreragi@gmail.com&gt;wrote:<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; Dear Grads users,<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;!&gt; I am quit new to grads ! programming. Could anyone help me<BR>&gt; with the grads<BR>&gt; &gt; &gt; &gt; &gt; ;&gt;&gt; code to create grads data file? I have a netcdf file with<BR>&gt; all the required<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; vari
ables in all dimensions. The control file of the data file<BR>&gt; must be like<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; the following.<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; DSET ^T421994JUN.ctl<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; TITLE XXXXX 6-hourly analysis data<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; UNDEF -9999.00<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; options big_endian<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; XDEF 128 LINEAR 0.000 2.8125<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; YDEF 64 levels -87.8638 -85.0965 -82.3129 -79.5256 -76.7369<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; -73.9475<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; -71.1578 -68.3678 -65.5776 -62.7874 -59.9970 -57.2066<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; -54.4162<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; -51.6257 -48.8352 -46.0447 -43.2542 -40.4636 -37.6731<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; -34.8825<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; -32.0919 -29.3014 -26.5108 -23.720! 2 -20.9296 -18.1390<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; -15.3484<BR>&gt; &gt; &gt; &gt; &gt;!;&gt;&gt; -12.5578 -9.76715 -6.97653 -4.18592 -1.39531 1.39531<BR>&gt; &gt; &gt; &gt;&gt;&gt;&gt; 4.18592<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 6.97653 9.76715 12.5578 15.3484 18.1390 20.9296<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 23.7202<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 26.5108 29.3014 32.0919 34.8825 37.6731 40.4636<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 43.2542<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 46.0447 48.8352 51.6257 54.4162 57.2066 59.9970<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 62.7874<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 65.5776 68.3678 71.1578 73.9475 76.7369 79.5256<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 82.3129<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; 85.0965 87.8638<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; ZDEF 15 levels 1000 925 850 700 500 400 300 250 200 150 100 70<BR>&gt; 50 30 10<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; TDEF 120 LINEAR 00Z01jun1994 6hr<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; VARS 7<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; ps 0 99 surface pressure, Pa<BR>&gt; &gt; &gt; &gt; &amp;g! t;&gt;&gt; 
z 15 0 geopotential height, m<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; ; t 15 0 air temperature, K<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; u 15 0 zonal wind, m/s<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; v 15 0 meridional wind, m/s<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; w 15 0 vertical velocity, Pa/s<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; q 15 0 water vapour, kg/kg<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; E!NDVARS<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; I have been struggling to get solved for weeks. Your help will<BR>&gt; save much<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; of my future...<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; Thank you in advance,<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; Yours sincerely,<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; Kishore<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt;&gt;! &gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt;&gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt;&gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt;&gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt;&gt;<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; -------------- next part --------------<BR>&gt; &gt; &gt; &gt; An HTML attachment was scrubbed...<BR>&gt; &gt; &gt; &gt; URL: http://gradsusr.org/pipermail/gra!<BR>&gt; dsusr/attachments/20120811/fd0c0dcb/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: Sat, 11 Aug 2012 10:28:28 -0300<BR>&gt; &gt; &gt; &gt; From: hersala &lt;hersala@gmail.com&gt;<BR>&gt; &gt; &gt; &gt; Subject: Re: [gradsusr] Drawing something (line, point,...) over<BR>&gt; the<BR>&gt; &gt; &gt; &gt; map<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;<BR>&gt; &lt;CA+0GtdufZKNhiaQVRXJvKEaz6jPchj6eEc1qWVBKnQWeCW8sGg@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; Dear Tahereh,<BR>&gt; &gt; &gt; &gt; Perhaps this example is useful to you:<BR>&gt; &gt; &gt; &gt;<BR>&gt; http://cookbooks.opengrads.org/index.php?title=Recipe-026:_Using_World_C<BR>&gt; oordinates_to_Annotate_your_Plots<BR>&gt; &gt; &gt; &gt; !<BR>&gt; &gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; &gt; Hern?n<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; On 11 August 2012 00:25, T. haghroosta &lt;h! aghroosta@hotmail.com&gt;<BR>&gt; wrote:<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; Dear Galebonwe,<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; I did it, but unfortunately it didn't work. I got these errors:<BR>&gt; &gt; &gt; &gt; &gt; 1- query error : syntax is query w2xy lon lat<BR>&gt; &gt; &gt; &gt; &gt; 2- draw error : invalid line coordinate<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Now what should I do?<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; &gt; &gt; Tahereh<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; From: 
gradsusr-request@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; Subject: gradsusr Digest, Vol 30, Issue 21<BR>&gt; &gt; &gt; &gt; &gt; &gt; To: gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; Date: Fri, 10 Aug 2012 10:08:42 -0400<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Send gradsusr mailing list submissions to<BR>&gt; &gt; &gt; &gt; &gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; To subscribe or uns! ubscribe via the World Wide Web, visit<BR>&gt; &gt; &gt; &gt; &gt; &gt; htt p://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &amp;!gt; &gt; &gt; or, via email, send a message with subject or body 'help'<BR>&gt; to<BR>&gt; &gt; &gt; &gt; &gt; &gt; gradsusr-request@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; You can reach the person managing the list at<BR>&gt; &gt; &gt; &gt; &gt; &gt; gradsusr-owner@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; When replying, please edit your Subject line so it is more<BR>&gt; specific<BR>&gt; &gt; &gt; &gt; &gt; &gt; than "Re: Contents of gradsusr digest..."<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Today's Topics:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 1. Re: How to calculate the pressure gradient? (Djordje<BR>&gt; Romanic)<BR>&gt; &gt; &gt; &gt; &gt; &gt; 2. (no subject) (Kouakou Kouadio)<BR>&gt; &gt; &gt; &gt; &gt; &gt; 3. Re: Drawing something (line, point,...) over th! e map<BR>&gt; &gt; &gt; &gt; &gt; &gt; (Galebonwe Ramaphane)<BR>&gt; &gt; &gt; &gt; &gt; ! &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; ----------------------------------------------------------------------<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Message: 1<BR>&gt; &gt; &gt; &gt; &gt; &gt; Date: Fri, 10 Aug 2012 14:09:17 +0200<BR>&gt; &gt; &gt; &gt; &gt; &gt; From: Djordje Romanic &lt;djordje8@gmail.com&gt;<BR>&g
t; &gt; &gt; &gt; &amp;g!t; &gt; Subject: Re: [gradsusr] How to calculate the pressure<BR>&gt; gradient?<BR>&gt; &gt; &gt; &gt; &gt; &gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Message-ID:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &lt;CACWmqDdvhR7XwaN-PVDfWrpf8MhRtjt9PFT8KP-adveg9S7XjQ@mail.gmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Thanks Jeff...<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Cheers,<BR>&gt; &gt; &gt; &gt; &gt; &gt; Djordje<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &amp;! gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; On Thu, Aug 9, 2012 at 6:30 PM, Jeff D uda<BR>&gt; &lt;jeffduda319@gmail.com&gt; wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Djordje,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Since cdiff performs a centered difference, if you use the<BR>&gt; expressions<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; suggested by another Grads user on this thread, you would<BR>&gt; only want to<BR>&gt; &gt; &gt; &gt; &gt; use<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; dx since 2*dx is already implie! d in the definition.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Jeff<BR>&gt; &gt; &gt; !&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &amp;g t; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;On Thu, Aug 9, 2012 at 1:50 AM, Djordje Romanic<BR>&gt; &lt;djordje8@gmail.com<BR>&gt; &gt; &gt; &gt; &gt; &gt;wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Thanks,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Since I only need the pressure gradient, and not the<BR>&gt; pressure gradient<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; force, I should ! exclude 1/rho. Just one clarification.<BR>&gt; When I use<BR>&gt; &gt; &gt; &gt; &gt; cdiff<BR>&gt; &gt; &gt; &gt; &gt; &gt; &g
t;&gt; function for pressure (e.g. in LON direction), should I<BR>&gt; divide it<BR>&gt; &gt; &gt; &gt; &gt; with dx<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; or 2*dx. I believe that 2*dx would be correct.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Regards,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Djordje<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; On Wed, Aug 8, 2012 at 7:08 PM, Jeff Duda<BR>&gt; &lt;jeffduda319@gmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; The pressure gradient is simply 1/rho * del(p), where<BR>&gt; del(p) is the<BR>&gt; &gt; &gt; &gt; &gt; !&gt; &gt;&gt;&gt; gradient operator, which can be displayed in Grads using<BR>&gt; the<BR>&gt; &gt; &gt; &gt; &gt; mathematical<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; decomposition of the gra! dient operator (i.e.,<BR>&gt; derivatives in the x-<BR>&gt; &gt; &gt; &gt; &gt; and <BR>&gt; &gt; &gt; &gt; &gt; &gt; ! &gt;&gt;&gt; y-directions). Use cdiff for those derivatives. Note,<BR>&gt; you'll have<BR>&gt; &gt; &gt; &gt; &gt; to<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; define your x- and y- grid spacing values as well. See the<BR>&gt; examples<BR>&gt; &gt; &gt; &gt; &gt; on the cdiff<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; help page<BR>&gt; &lt;http://www.iges.org/grads/gadoc/gradfunccdiff.html&gt; for<BR>&gt; &gt; &gt; &gt; &gt; how<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; to do that.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; Jeff Duda<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; On Wed, Aug 8, 2012 at 5:48 AM, Djordje Romanic<BR>&gt; &lt;djordje8@gmail.com<BR>&gt; &gt; &gt; &gt; &gt; &gt;wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Dear Users,<BR>&gt; &gt; &gt; &gt; &gt
; &gt; &gt;&gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;!;&gt;&gt;&gt; I have to calculate the pressure gradient in ! a given<BR>&gt; area (Southeast<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Europe) and I have a pressure date at 2.5 x 2.5 degrees<BR>&gt; (reanalysis<BR>&gt; &gt; &gt; &gt; &gt; data).<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Does anyone know how to calculate it in GrADS and how to<BR>&gt; show the<BR>&gt; &gt; &gt; &gt; &gt; results<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; in the vector form?<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Thanks in advance.<BR>&gt; &gt; &gt; &gt; &gt; &gt; ! &gt;&gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Regards,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&amp;gt ;&gt; Djordje Romanic<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; M.Sc. in Meteorology<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; Cell: +38164 254 3539<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; www.linkedin.com (Djordje Romanic profile)<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;! &gt;&gt;&gt;&gt; _______________________________________________<BR>&gt; &amp; gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; gradsusr@grads!usr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; --<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; Jeff Duda<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; Graduate research assistant<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; University of Oklahoma School of Meteorology<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; Center for 
Analysis and Prediction of Storms<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt; &amp;g! t; &gt;&gt;&gt; gradsusr@gradsu! sr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; _______________________________________!________<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt;&gt; &gt;&gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; --<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Jeff Duda<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Graduate research assistant<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; University of Oklahoma School of Meteorology<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Center for Analysis and Prediction of Storms<BR>&gt; &gt; &gt; &gt; &amp;g! t; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &amp; gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; -------------- next part --------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; An HTML attachment was scrubbed...<BR>&gt; &gt; &gt; &gt; &gt; &gt; URL: http://gradsusr.org/pipermail/gradsusr
/attachme!<BR>&gt; &gt; &gt; &gt; &gt; nts/20120810/f6!a44bc1/attachment-0001.html<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; --------- ---------------------<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Message: 2<BR>&gt; &gt; &gt; &gt; &gt; &gt; Date: Fri, 10 Aug 2012 13:29:28 +0000<BR>&gt; &gt; &gt; &gt; &gt; &gt; From: Kouakou Kouadio &lt;kouekkd@gmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Subject: [gradsusr] (no subject)<BR>&gt; &gt; &gt; &gt; &gt; &gt; To: gradsus! r@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; Message-ID:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &lt;CACjBvToO5W70-76DpQq3QfPNa1dQwuP-qHMABPgmr-0MjAE+Lg@mail.gmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Dear Users,<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; I'm trying to install grads-2.0.a8.oga.1 on my laptop.<BR>&gt; &gt; &gt; &gt; &gt; &gt; I respect the different instructions. I use suse 12.1.<BR>&gt; &gt; &gt; &gt; &gt; &gt; When i execute grads i met the following message:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; grads: missing required directory<BR>&gt; &gt; &gt; &gt; &gt; &gt; &lt;/opt/opengrads/Linux/i686&gt; ---&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; at /opt/open!grads/grads line 157.<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; In the /opt/opengrads/Linux/ directory i can't found the file<BR>&gt; i686 but i<BR>&gt; &gt; &gt; &gt; &gt; &gt; met x86_64\@..<BR>&gt; &gt; &gt; &gt; &amp;g! t; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; I don't now what i can do.<BR>&gt; &gt; &gt; &gt; &gt; &gt; Please give me any proposition to resolve this problem.<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; **&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Thanks in advance.<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Kouadio Kouakou<BR>&gt; &gt; &gt; &gt; &gt; &gt;<
BR>&gt; &gt; &gt; &gt; &gt; &gt; Doctorant au Laboratoire Lapa-MF (Universit? de Cocody<BR>&gt; Abidjan)<BR>&gt; &gt; &gt; &gt; &gt; &gt; C?te d'Ivoire.<BR>&gt; &gt; &gt; &gt; &gt; &gt; -------------- next part --------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; An HTML attachment was scrubbed...<BR>&gt; &gt; &gt; &gt; &gt; &gt; URL:<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; http://gradsusr.org/pipermail/gradsusr/attachments/20120810/0b9a4599/att<BR>&gt; achment-0001.html<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; ------------------------------<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Message: 3<BR>&gt; &gt; &gt; &gt; &gt; &gt; Date: Fri, 10 Aug 2012 16:08:22 +0200<BR>&gt; &gt; &gt; &gt; &gt; &gt; From: "Galebon! we Ramaphane" &lt;GRamaphane@gov.bw&amp;!gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Subject: Re: [gradsusr] Drawing something (line, point,...)<BR>&gt; over the<BR>&gt; &gt; &gt; &gt; &gt; &gt; map<BR>&gt; &gt; &gt; &gt; &gt; &gt; To: "GrADS Users Forum" &lt;gradsusr@gradsusr.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Message-ID:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &lt;C29C568A454A0849982F608873BBC01D016B6746@imsnt001.meteo.gov.bw&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Tahereh,<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Try this:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Set line 2 1 6<BR>&gt; &gt; &gt; &gt; &gt; ! &gt; lon1= 120.6<BR>&gt; &gt; &gt; &gt; &gt; &gt; lat1= 8.3<BR>&gt; &gt; &gt; &gt; &gt; &gt; q w2xy lon1 lat1<BR>&gt; &gt; &gt; &gt; &gt; &gt; x1 = subwrd(result,3)<BR>&gt; &gt; &gt; &gt; &gt; &gt; y1 ! = subwrd(result,6)<BR>&gt; &gt; &gt; &gt; &gt; &gt; lon2= 119.3<BR>&gt; &gt; &gt; ; &gt; &gt; &gt; lat2= 9<BR>&gt; &gt; &gt; &gt; &gt; &gt; q w2xy lon2 'lat2<BR>&gt; &gt; &gt;
 &gt; &gt; &gt; x2 = subwrd(result,3)<BR>&gt; &gt; &gt; &gt; &gt; &gt; y2 = subwrd(result,6)<BR>&gt; &gt; &gt; &gt; &gt; &gt; draw line x1 y1 x2 y2<BR>&gt; &gt; &gt; &gt; &gt; &gt;&gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Hope it helps.<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Galebonwe Ramaphane<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Department of Meteorological Services<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; P.O. BOX 10100<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Gaborone<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Botswana<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Tel: +267 3612200<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Mobile: +267 74435261<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &amp;g! t; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; From: gradsusr-bounces@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; [mailto:gradsusr-bounces@gradsusr.org] On Behalf Of T.<BR>&gt; haghroosta<BR>&gt; &gt; &gt; &gt; &gt; &gt; Sent: Thursday, August 09, 2012 7:58 PM<BR>&gt; &gt; &gt; &gt; &gt; &gt; To: gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; Subject: Re: [gradsusr] Drawing something (line, point,...)<BR>&gt; over the map<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Dear Jennifer,<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; I did it but it didn't work. Maybe I didn't do that correctly.<BR>&gt; Co!uld you<BR>&gt; &gt; &gt; &gt; &gt; &gt; please explai! n more. As an example here is my work : I would<BR>&gt; like to<BR>&gt; &gt; &gt; &gt; &gt; &gt; show points (8.3 120.6) and (9 119.3) and also the line<BR>&gt; between them<BR>&gt; &gt; &gt; &gt; &gt; &gt; over my maps.<BR>&gt; &gt; &gt; &gt
; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Latitude<BR>&gt; &gt; &gt;! ; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; longitude<BR>&gt; &gt; &gt; &amp;g t; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 8.3<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 120.6<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 9<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 119.3<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Tahereh<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; From: gradsusr-request@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: gradsusr Digest, Vol 30, Issue 19<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; To: gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Date: Thu, 9 Aug 2012 12:00:01 -0400<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Send gradsusr mailing list submissions to&gt; &gt; &gt; &gt;<BR>&gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; To subscr! ibe or unsubscribe via the World Wide Web, visit<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; or, via email, send a message with subject or body 'help' to<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr-request@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; You! can reach the person managing the list at<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr-owner @gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; When replying, please edit your Subject line so it is more<BR>&gt; specific<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; than "Re: Contents of gradsusr digest..."<BR>&gt; &gt; &g
t; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Today's Topics:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 1. Drawing something (line, point,...) over the map (T.<BR>&gt; haghroosta)<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 2. Re: How to calculate the pressure ! gradient? (Djordje<BR>&gt; Romanic)<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 3. Re: Dr awing so! mething (line, point,...) over the map<BR>&gt; &gt; &gt; &gt; &gt;!&gt; &gt; (Jennifer Adams)<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; ----------------------------------------------------------------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Message: 1<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Date: Thu, 9 Aug 2012 06:29:08 +0000<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; From: "T. haghroosta" &lt;haghroosta@hotmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: [gradsusr] Drawing something (line, point,...) over<BR>&gt; the map<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; To: &lt;gradsusr@gradsusr.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Message-ID: &lt;SNT104-W2403A6A7F39D90ECA64A85DDCC0@phx.gbl&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Content-T! ype: text/plain; charset="windows-1256"<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Dear All,<BR>&gt; &gt; &gt; &gt; &gt; &gt; ! &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; I have to repeat my question, Is it possible to draw a path<BR>&gt; with<BR>&gt; &gt; &gt; &gt; &gt; &gt; specific coordinates? For example I would like to show the<BR>&gt; position or<BR>&gt; &gt; &gt; &gt; &gt; &gt; the track (moving pa!th) of a typhoon on a map. Is it possible<BR>&gt; to put<BR>&gt; &gt; &gt; &gt; &gt; &gt; some points (with specific coordinates) or lines on a map<BR>&gt; seperate from<BR>&gt; &gt; &gt; &gt; &gt; &gt; contours?<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;
<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Tahereh<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; -------------- next part --------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; &amp;g! t; An HTML attachment was scrubbed...<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; URL: http://gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; /pipermail/gradsusr/attachments/20120809/31e826ca/attachment-0001.html<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; ------------------------------&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Mess age: 2<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Date: Thu, 9 Aug 2012 08:50:25 +0200<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; From: Djordje Romanic &lt;djordje8@gmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: Re: [gradsusr] How to ca! lculate the pressure<BR>&gt; gradient?<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; To: GrADS Users Forum &lt; gradsusr@gradsusr.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Message-ID:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &lt;CACWmqDci6TS4nRbjv=RRU3bvv!GPW=Q-zRTmGoNTETK+=k3MsYw@mail.gmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Since I only need the pressure gradient, and not the<BR>&gt; pressure gradient<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; force, I should exclude 1/rho. Just one clarification. When<BR>&gt; I use<BR>&gt; &gt; &gt; &gt; &gt; &gt; cdiff<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; function for pressure (e.g. in LON! direction), should I<BR>&gt; divide it with<BR>&gt; &gt; &gt; &gt; &gt; &gt; dx<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; or 2*dx. I believe that 2*dx would be correct.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Djordje<BR>&gt; &gt; &g
t; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; On Wed, Aug 8, 2012 at 7:08 PM, Jeff Duda &lt;jeffd!<BR>&gt; uda319@gmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; The pressure gradient is simply 1/rho * del(p), where<BR>&gt; del(p) is the<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; gra!dient operator, which can be displayed in Grads using<BR>&gt; the<BR>&gt; &gt; &gt; &gt; &gt;&gt; mathematical<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; deco! mposition of the gradient operator (i.e.,<BR>&gt; derivatives in the x-<BR>&gt; &gt; &gt; &gt; &gt; &gt; and<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; y-directions). Use cdiff for those derivatives. Note,<BR>&gt; you'l! l have to<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; define your x- and y- grid spacing values as well. See the<BR>&gt; examples<BR>&gt; &gt; &gt; &gt; &gt; &gt; on the cdiff<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; help page<BR>&gt; &lt;http://www.iges.org/grads/gadoc/gradfunccdiff.html&gt; for<BR>&gt; &gt; &gt; &gt; &gt; &gt; how to<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; do that.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Jeff Duda<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Wed, Aug 8, 2012 at 5:48 AM, Djordje Romanic<BR>&gt; &gt; &gt; &gt; &gt; &gt; &lt;djordje8@gmail.com&gt;wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Dear Users,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; I have to calculate the pressure gradient in a given area<BR>&gt; &gt; &gt; &gt; &gt; &gt; (Southeast<BR>&gt; &gt; &gt; &gt; &gt; &gt; &amp;!gt; &gt;&gt; Europe) and I have a pressure date at 2.5 x 2.5<BR>&gt; degrees (reanalysis<BR>&gt; &gt; &gt; &gt; &gt; &gt; data).<BR>&gt; &gt; &gt; &amp;g! t; &gt; &gt; &gt; &gt;&gt; Does anyon! e know how to calculate
 it in GrADS and<BR>&gt; how to show the<BR>&gt; &gt; &gt; &gt; &gt; &gt; results<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; ; &gt;&gt; in the! vector form?<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Thanks in ad vance.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Regards,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Djordje Romanic<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; M.Sc. in Meteorology<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; Cell: +38164 254 3539<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; www.linkedin.com (Djordje Romanic profile)<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; ! &gt; &gt; &gt;&gt; http://gradsusr.org/mailman/li!stinfo/gradsusr<BR>&gt; &amp; gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; --<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Jeff Duda<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Graduate research assistant<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; University of Oklahoma School of Meteorology<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Center for Analysis and Prediction of Storms<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr! @gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; http://gradsusr.org/mailma! n/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &g
t; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; -------------- next part ---------! -----<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; An HTML attachment was scrubbed...<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; URL:<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; http://gradsusr.org/pipermail/gradsusr/attachments/20120809/55f3fca3/att<BR>&gt; &gt; &gt; &gt; &gt; &gt; achment-0001.html<BR>&gt; &gt; &gt; &gt; &amp;g!t; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; ------------------------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Message: 3<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Date: Thu, 9 Aug 2012 06:56:13 -0400<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; From: Jennifer Adams &lt;jma@cola.iges.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: Re: [gradsusr] Drawing something (line, point,...)<BR>&gt; over the<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; map<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Message-ID:<BR>&gt; &lt;50D53664-74F9-4A5D-9998-DE85D9E72D7A@cola.iges.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Content-Type: text/plain; charset="us-a! scii"<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; ; Yes. Use 'qw2xy' to convert world coordinates to x,y<BR>&gt; coordinates on<BR>&gt; &gt; &gt; &gt; &gt; &gt; the page. Then use 'draw line'! to connect the points.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; --Jennifer<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; On Aug 9, 2012, at 2:29 AM, T. haghroosta wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;!; &gt; &gt; Dear All,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &amp;gt; &amp;g! t; I have to repeat my question, Is it possible to<BR>&gt; draw a path<BR>&gt; &gt; &gt; &gt; &gt; &gt; with sp ecific coordinates? For example I would like to show<BR>&gt; the<BR>&gt; &g
t; &gt; &gt; &gt; &gt; position or the track (moving path) of a typhoon on a map. Is<BR>&gt; it<BR>&gt; &gt; &gt; &gt; &gt; &gt; possible to put some points (with specific coordinates) or<BR>&gt; lines on a<BR>&gt; &gt; &gt; &gt; &gt; &gt; map seperate from contours?<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;! Regards,<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Tahereh<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr mailing list<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; --<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Jennifer M. Adams<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; IGES/COLA<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 4041 Powder Mill Road, Suite 302<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; Calverton, MD 20705<BR>&gt; &gt; &gt; &gt; &gt; &amp;!gt; &gt; jma@cola.iges.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &amp;gt! ; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; -------------- next part --------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; An HTML attachment was scrubbed...<BR>&gt; &gt; &gt; &gt; &amp;g! t; &gt; &gt; URL:<BR>&gt; &gt; &gt; &gt; &gt; &gt; http://gradsusr.org/pipe<BR>&gt; rmail/gradsusr/attachments/20120809/20c6500c/att<BR>&gt; &gt; &gt; &gt; &gt; &gt; achment-0001.html<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; ------------------------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsu! sr mailing list<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; http://gradsusr.org/mailman/l
istinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; End of gradsusr Digest, Vol 30, Issue 19<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; ****************************************<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; -------------- next part --------------<BR>&gt; &gt; &gt; &gt; &gt; &gt; An HTML at!tachment was scrubbed...<BR>&gt; &gt; &gt; &gt; &gt; &gt; URL:<BR>&gt; &gt; &gt; &gt; &gt; http://gradsusr.org/pipermail/gradsusr/attachments/20120810/77!<BR>&gt; 394017/attachment.html<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; ------------------------------<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; gradsusr mailing li! st<BR>&gt; &gt; &gt; &gt; &gt; &gt; gradsusr@gradsusr.org<BR>&gt; &gt; &gt; &gt; &gt; &gt; http://gradsusr.org/mailman/l istinfo/gradsusr<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; End of gradsusr Digest, Vol 30, Issue 21<BR>&gt; &gt; &gt; &gt; &gt; &gt; ****************************************<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; -------------- next part --------------<BR>&gt; &gt; &gt; &gt; An HTML attachment was scrub! bed...<BR>&gt; &gt; &gt; &gt; URL: http://gradsusr.org/pipermail/gradsusr/a<BR>&gt; ttachments/20120811/35de0e7f/attachment.html <BR>&gt; &gt; &gt; &gt; <BR>&gt; &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 30, Issue 26<BR>&gt; &gt; &gt; &gt; ****************************************<BR>&gt; &gt; <BR>&gt; &gt; Ricardo Hallak<BR>&gt; &gt; <BR>&gt; &gt; Departamento de Ci?ncias Atmosf?ricas (ACA) <BR>&gt; &gt; Instituto de Astronomia, Geof?sica e Ci?ncias Atmosf?ricas (IAG) <BR>&gt; &gt; Universidade de S?o Paulo (USP) <BR>&gt; &gt; Rua do Mat?o, 1226 - Cidade Universit?ria - S?o Paulo SP 05508-900 <BR>&gt; &gt; Phone.: +55 (11) 3091-2850; 3091-4703 <BR>&gt; &gt; Fax: +55 (11) 3091-4714<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; -------------- next part --------------<BR>&gt; &gt; An HTML attachment was scrubbed...<BR>&gt; &gt; URL: htt!<BR>&gt; p://gradsusr.org/pipermail/gradsusr/attachments/20120813/c20fa3f0/attach<BR>&gt; ment.html <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 30, Issue 28<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/20120813/a0f1abf0/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 30, Issue 30<BR>&gt; ****************************************<BR></DIV>                                               </div></body>
</html>