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