<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi Jeff, <br>thank you. It is working for the dp= constant (50) in my case.<br><br>Can you tell me how to go about doing it if I have the pressure levels where dp is not constant. <br>Thanks again<br>geeta<br><br><br><br>&gt; From: gradsusr-request@gradsusr.org<br>&gt; Subject: gradsusr Digest, Vol 8, Issue 42<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Date: Mon, 25 Oct 2010 10:02:52 -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. Query Reg Extracting the data in Vertical Levels (Geeta Geeta)<br>&gt;    2. correlation at each grid poing (dhaval.prajapati@iccsir.org)<br>&gt;    3. Re: Query Reg Extracting the data in Vertical Levels<br>&gt;       (Jeffrey Duda)<br>&gt;    4. Creating "Lines" Shapefiles (Stephen McMillan)<br>&gt;    5. (no subject) (SRAVANI A)<br>&gt;    6. Re: Max Value Coordinates (Charles Seman)<br>&gt;    7. (no subject) (Javier G. Corripio)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Mon, 25 Oct 2010 08:53:09 +0000<br>&gt; From: Geeta Geeta &lt;geeta124@hotmail.com&gt;<br>&gt; Subject: [gradsusr] Query Reg Extracting the data in Vertical Levels<br>&gt; To: grads grads &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;BLU152-w18DEC934AD8300BC78E01D8A410@phx.gbl&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; <br>&gt; Dear All, <br>&gt; I am trying to extract the SPECIFIC HUMIDITY for all the levels in vertical (19 Levels from 1000 to 100hPa) from the Model. <br>&gt; So I am Using tvrh2q function of Grads. Following is the ctl file. <br>&gt; <br>&gt; 'open test.ctl'<br>&gt; *'set lev 1000 100'<br>&gt; 'set t 1'<br>&gt;  * while (lev&lt; 100)<br>&gt; *zlev=1000<br>&gt; 'set gxout fwrite'<br>&gt; 'set fwrite test.dat'<br>&gt;  zlev =1000<br>&gt; 'define tvk=tk(lev='zlev')+0.61*QVAPOR(lev='zlev')*tk(lev='zlev')'<br>&gt; 'd tvrh2q(tvk(lev='zlev'),rh(lev='zlev'))'<br>&gt; ************<br>&gt;  zlev =950<br>&gt; 'define tvk=tk(lev='zlev')+0.61*QVAPOR(lev='zlev')*tk(lev='zlev')'<br>&gt; 'd tvrh2q(tvk(lev='zlev'),rh(lev='zlev'))' <br>&gt; *'disable fwrite'<br>&gt; *****************<br>&gt;  zlev =900<br>&gt; 'define tvk=tk(lev='zlev')+0.61*QVAPOR(lev='zlev')*tk(lev='zlev')'<br>&gt; 'd tvrh2q(tvk(lev='zlev'),rh(lev='zlev'))' <br>&gt; 'disable fwrite'<br>&gt; ***********************<br>&gt; <br>&gt; * endwhile<br>&gt; <br>&gt; I am Unable to Extract the data Using the While Statement in Grads, so I am defining the Zlev separately . <br>&gt; <br>&gt; Kindly Suggest. <br>&gt; geeta<br>&gt; <br>&gt;                                                <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20101025/86067578/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Mon, 25 Oct 2010 10:00:47 +0000<br>&gt; From: dhaval.prajapati@iccsir.org<br>&gt; Subject: [gradsusr] correlation at each grid poing<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Message-ID: &lt;W58022227159441288000847@webmail25&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; <br>&gt;  Hi,<br>&gt; <br>&gt; I have IMD rainfall data for India ( 1 deg. by 1 deg. Resolution) for 1951 to 2007 in binary format . I have Global Climate Index for the same peiode in text format. Now I want to do correlation analysis at each grid point for rainfall and Climate index and want to plot it in grads.<br>&gt; How to do it ?<br>&gt; <br>&gt; Thanks in Advance,<br>&gt; <br>&gt; DhavalP. Prajapati<br>&gt; Indian Centre for Climate and Societal Impacts Research (ICCSIR)<br>&gt; Ahmedabad Education Society compound,<br>&gt; Opp. H.L. Commerce College,<br>&gt; Navrangpura,<br>&gt; Ahmedabad 380 009,<br>&gt; Gujarat,<br>&gt; India<br>&gt; Contact No. : +91(079)40045462<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20101025/2132346d/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Mon, 25 Oct 2010 09:03:19 -0500<br>&gt; From: Jeffrey Duda &lt;jdduda@iastate.edu&gt;<br>&gt; Subject: Re: [gradsusr] Query Reg Extracting the data in Vertical<br>&gt;         Levels<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;AANLkTik3A7wrCTsc0HhZJT72xtdu4T+j+3FHfaDTCcFh@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; Geeta,<br>&gt; The documentation on the tvrh2q function says that it will assume it is at<br>&gt; the pressure level of the current dimension environment.  I don't see any<br>&gt; "set lev" commands that are uncommented, so one of the reasons you are not<br>&gt; getting the data is probably because your pressure level is not set<br>&gt; correctly.  Nonetheless, I should think the while loop should work just<br>&gt; fine, but you need to be careful how you set your limits.  If you want to go<br>&gt; from low levels to upper levels, your while statement should look something<br>&gt; like<br>&gt; <br>&gt; i = 1 ; zlev = 1000<br>&gt; while (zlev &gt; 100)<br>&gt; ...<br>&gt; ...<br>&gt; ...<br>&gt; zlev = zlev - dp*i    (where dp is your pressure change between<br>&gt; levels...hopefully it is constant.  If it isn't there's another way to do<br>&gt; this)<br>&gt; i = i + 1<br>&gt; endwhile<br>&gt; <br>&gt; Try that and see if it works.<br>&gt; <br>&gt; Jeff Duda<br>&gt; <br>&gt; On Mon, Oct 25, 2010 at 3:53 AM, Geeta Geeta &lt;geeta124@hotmail.com&gt; wrote:<br>&gt; <br>&gt; &gt;  Dear All,<br>&gt; &gt; I am trying to extract the SPECIFIC HUMIDITY for all the levels in vertical<br>&gt; &gt; (19 Levels from 1000 to 100hPa) from the Model.<br>&gt; &gt; So I am Using tvrh2q function of Grads. Following is the ctl file.<br>&gt; &gt;<br>&gt; &gt; 'open test.ctl'<br>&gt; &gt; *'set lev 1000 100'<br>&gt; &gt; 'set t 1'<br>&gt; &gt;  * while (lev&lt; 100)<br>&gt; &gt; *zlev=1000<br>&gt; &gt; 'set gxout fwrite'<br>&gt; &gt; 'set fwrite test.dat'<br>&gt; &gt;  zlev =1000<br>&gt; &gt; 'define tvk=tk(lev='zlev')+0.61*QVAPOR(lev='zlev')*tk(lev='zlev')'<br>&gt; &gt; 'd tvrh2q(tvk(lev='zlev'),rh(lev='zlev'))'<br>&gt; &gt; ************<br>&gt; &gt;  zlev =950<br>&gt; &gt; 'define tvk=tk(lev='zlev')+0.61*QVAPOR(lev='zlev')*tk(lev='zlev')'<br>&gt; &gt; 'd tvrh2q(tvk(lev='zlev'),rh(lev='zlev'))'<br>&gt; &gt; *'disable fwrite'<br>&gt; &gt; *****************<br>&gt; &gt;  zlev =900<br>&gt; &gt; 'define tvk=tk(lev='zlev')+0.61*QVAPOR(lev='zlev')*tk(lev='zlev')'<br>&gt; &gt; 'd tvrh2q(tvk(lev='zlev'),rh(lev='zlev'))'<br>&gt; &gt; 'disable fwrite'<br>&gt; &gt; ***********************<br>&gt; &gt;<br>&gt; &gt; * endwhile<br>&gt; &gt;<br>&gt; &gt; I am Unable to Extract the data Using the While Statement in Grads, so I am<br>&gt; &gt; defining the Zlev separately .<br>&gt; &gt;<br>&gt; &gt; Kindly Suggest.<br>&gt; &gt; geeta<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; <br>&gt; <br>&gt; -- <br>&gt; Jeff Duda<br>&gt; Iowa State University<br>&gt; Meteorology Graduate Student<br>&gt; 3134 Agronomy Hall<br>&gt; www.meteor.iastate.edu/~jdduda<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20101025/d800f45c/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 4<br>&gt; Date: Mon, 25 Oct 2010 11:04:04 -0400<br>&gt; From: Stephen McMillan &lt;smcmillan@planalytics.com&gt;<br>&gt; Subject: [gradsusr] Creating "Lines" Shapefiles<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID:<br>&gt;         &lt;AANLkTinzsXXMzdhj3XaFmpEEtjeRiJ9-JLETbRYV_zQq@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; I think it's a great addition to have both the draw- and create-shapefiles<br>&gt; capabilities in GrADS now, and have successfully done both from the latest<br>&gt; release.<br>&gt; <br>&gt; As I understand the online documentation, shapefiles can be created using<br>&gt; only the "display" command, and that "the shape types currently supported<br>&gt; are points and lines...."  with lines being contour lines.  Are there any<br>&gt; plans to support shapefile creation using the "draw" command, such as for<br>&gt; creating straight line segments or polygons, as it does for drawing<br>&gt; shapefiles?<br>&gt; <br>&gt; Perhaps the developers or another user knows of a way to write shapefiles<br>&gt; derived from drawn (not displayed) map features.  The only way I can think<br>&gt; of is to somehow incorporate the desired line/polygon features within a<br>&gt; gridded file, perhaps similar to the way "lat" and "lon" are done, except<br>&gt; crossing lat/lon lines.<br>&gt; <br>&gt; I am using the OpenGrADS version 2.0.a9.oga.1 on a Windows XP.<br>&gt; <br>&gt; Thanks<br>&gt; Stephen McMillan<br>&gt; <br>&gt; ***************************************************<br>&gt; The information contained in this e-mail message <br>&gt; is intended only for the use of the recipient(s) <br>&gt; named above and may contain information that is <br>&gt; privileged, confidential, and/or proprietary. <br>&gt; If you are not the intended recipient, you may not<br>&gt; review, copy or distribute this message. If you have<br>&gt; received this communication in error, please notify <br>&gt; the sender immediately by e-mail, and delete the original message.<br>&gt; ***************************************************<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20101025/847cf9c4/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 5<br>&gt; Date: Mon, 25 Oct 2010 21:30:10 +0530<br>&gt; From: SRAVANI A &lt;srisravani.a@gmail.com&gt;<br>&gt; Subject: [gradsusr] (no subject)<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Message-ID:<br>&gt;         &lt;AANLkTimzkFgLdkb=BZK_V+x197YzMXdF4tv_7YpD2mt2@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; HI<br>&gt;  grads user i had one problem i m using .nc wind files to find the psi and<br>&gt; khi . now i want to partial diffrention wth respective to time so plese<br>&gt; kindly help me<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; A.Sravani<br>&gt; Research Scholar<br>&gt; Department of Meteorology &amp; Oceanography<br>&gt; Andhra university<br>&gt; Visakhapatnam<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20101025/3d6e3b8c/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 6<br>&gt; Date: Mon, 25 Oct 2010 12:43:51 -0400<br>&gt; From: Charles Seman &lt;Charles.Seman@noaa.gov&gt;<br>&gt; Subject: Re: [gradsusr] Max Value Coordinates<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;4CC5B3C7.9080106@noaa.gov&gt;<br>&gt; Content-Type: text/plain; charset="windows-1252"<br>&gt; <br>&gt; Andrew and Jeff and GrADS Users,<br>&gt; <br>&gt; Kun-Hsuan Chou provided the reference code for this technique (which can <br>&gt; be found in the attached file hurricane_tracking.txt, taken from an <br>&gt; email exchange posted to the GrADS Listserv by Kun-Hsuan Chou and Arturo <br>&gt; Caracas Uribe in Oct, 2004).<br>&gt; <br>&gt; Chuck<br>&gt; <br>&gt; Jeffrey Duda wrote:<br>&gt; &gt; Andrew,<br>&gt; &gt; I had posted a request on this forum about this exact question in <br>&gt; &gt; August.  I believe it was Charles Seaman who provided the answer.  The <br>&gt; &gt; meat of the code is<br>&gt; &gt;<br>&gt; &gt; 'd maxloc(max('ans',x='x1',x='x2'),y='y1',y='y2')'<br>&gt; &gt;  yline = sublin(result,2)<br>&gt; &gt;  ymax = subwrd(yline,4)<br>&gt; &gt; 'd maxloc(max('ans',y='y1',y='y2'),x='x1',x='x2')'<br>&gt; &gt;  xline = sublin(result,2)<br>&gt; &gt;  xmax = subwrd(xline,4)<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; where "ans" refers to the field for which you want to find the <br>&gt; &gt; max/min, and x1, x2 refer to x-grid values or longitude points and y1, <br>&gt; &gt; y2 refer to y-grid values or latitude points.  xmax, ymax are the <br>&gt; &gt; coordinates of the maximum value.  To find the minimum, just replace <br>&gt; &gt; maxloc and max with minloc and min.<br>&gt; &gt;<br>&gt; &gt; Jeff Duda<br>&gt; &gt;<br>&gt; &gt; On Fri, Oct 22, 2010 at 7:43 PM, Andrew Revering &lt;andy@f5data.com <br>&gt; &gt; &lt;mailto:andy@f5data.com&gt;&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;     I'd like to have the coordinates of our 'max value'? I know about<br>&gt; &gt;     maxloc(), and tried various examples I found in forums,<br>&gt; &gt;     documentation and email conversations, but I can't seem to get it<br>&gt; &gt;     to perform as I expect.<br>&gt; &gt;<br>&gt; &gt;      <br>&gt; &gt;<br>&gt; &gt;     When it supposedly works, I just see some white lines on the<br>&gt; &gt;     bottom and right of my image (not where the max value is)? is<br>&gt; &gt;     there a way to actually get lat/lon coordinates of the max value?<br>&gt; &gt;<br>&gt; &gt;      <br>&gt; &gt;<br>&gt; &gt;     I should note that in my situation there will be the teeniest dot<br>&gt; &gt;     of plotted value, the rest of the grid is blank. I don't know if<br>&gt; &gt;     that matters in these functions.<br>&gt; &gt;<br>&gt; &gt;      <br>&gt; &gt;<br>&gt; &gt;     Andrew Revering<br>&gt; &gt;<br>&gt; &gt;     Convective Development, Inc.<br>&gt; &gt;<br>&gt; &gt;     http://www.convectivedevelopment.com/<br>&gt; &gt;<br>&gt; &gt;      <br>&gt; &gt;<br>&gt; &gt;      <br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;     _______________________________________________<br>&gt; &gt;     gradsusr mailing list<br>&gt; &gt;     gradsusr@gradsusr.org &lt;mailto:gradsusr@gradsusr.org&gt;<br>&gt; &gt;     http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; -- <br>&gt; &gt; Jeff Duda<br>&gt; &gt; Iowa State University<br>&gt; &gt; Meteorology Graduate Student<br>&gt; &gt; 3134 Agronomy Hall<br>&gt; &gt; www.meteor.iastate.edu/~jdduda &lt;http://www.meteor.iastate.edu/%7Ejdduda&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; <br>&gt; -- <br>&gt; <br>&gt; Please note that Charles.Seman@noaa.gov should be considered my NOAA<br>&gt; email address, not cjs@gfdl.noaa.gov.<br>&gt; <br>&gt; ********************************************************************<br>&gt;  Charles Seman                                Charles.Seman@noaa.gov<br>&gt;  U.S. Department of Commerce / NOAA / OAR<br>&gt;  Geophysical Fluid Dynamics Laboratory         voice: (609) 452-6547<br>&gt;  201 Forrestal Road                              fax: (609) 987-5063<br>&gt;  Princeton, NJ  08540-6649            http://www.gfdl.noaa.gov/~cjs/<br>&gt; ********************************************************************<br>&gt; <br>&gt; "The contents of this message are mine personally and do not reflect any<br>&gt; official or unofficial position of the United States Federal Government,<br>&gt; the United States Department of Commerce, or NOAA."<br>&gt; <br>&gt; -------------- next part --------------<br>&gt; An embedded and charset-unspecified text was scrubbed...<br>&gt; Name: hurricane_tracking.txt<br>&gt; Url: http://gradsusr.org/pipermail/gradsusr/attachments/20101025/b5abbf46/attachment-0001.txt <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 7<br>&gt; Date: Mon, 25 Oct 2010 20:06:58 +0200<br>&gt; From: "Javier G. Corripio" &lt;jgcorripio@mac.com&gt;<br>&gt; Subject: [gradsusr] (no subject)<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Message-ID: &lt;FA9D704E-063E-4948-94B7-CC2A550DB315@mac.com&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; Dear Grads Users,<br>&gt; <br>&gt; I wonder if there is a simple way to add labels to KML contour lines,  <br>&gt; the output of:<br>&gt; <br>&gt; set kml -ln fnameroot<br>&gt; <br>&gt; Thanks a lot.<br>&gt; <br>&gt; Javier<br>&gt; <br>&gt; P.S.  Sorry if it has already been asked,  I couldn't find an list  <br>&gt; search function, so I have downloaded the monthly text files and grep  <br>&gt; all "kml"s but I couldn't find an answer<br>&gt; <br>&gt; -- <br>&gt; **************************************<br>&gt; Javier G. Corripio<br>&gt; email: jgcorripio@mac.com<br>&gt; url: http://www.meteoexploration.com<br>&gt; <br>&gt; <br>&gt; ?<br>&gt; <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://gradsusr.org/pipermail/gradsusr/attachments/20101025/6678ffa7/attachment.html <br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: tmk.png<br>&gt; Type: image/png<br>&gt; Size: 3534 bytes<br>&gt; Desc: not available<br>&gt; Url : http://gradsusr.org/pipermail/gradsusr/attachments/20101025/6678ffa7/attachment.png <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 8, Issue 42<br>&gt; ***************************************<br>                                               </body>
</html>