<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Jennifer, wanted to tell you that there is no sys admin here,. <BR>I work o n IBM AIX 5.3 . <BR>&nbsp;<BR>Can you recommend on which OS it would be simpler. I have red hat machine too. <BR>&nbsp;<BR><br><br>geeta<br>&nbsp;<BR><div>&gt; From: gradsusr-request@gradsusr.org<br>&gt; Subject: gradsusr Digest, Vol 49, Issue 13<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Date: Wed, 12 Mar 2014 11:38:09 -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: Doubt reg installation of Grads 2.0 (Jennifer Adams)<br>&gt;    2. Re: Display lat-lon map rotated (Jennifer Adams)<br>&gt;    3. Re: Help getting started (Jennifer Adams)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Wed, 12 Mar 2014 11:27:39 -0400<br>&gt; From: Jennifer Adams &lt;jma@cola.iges.org&gt;<br>&gt; Subject: Re: [gradsusr] Doubt reg installation of Grads 2.0<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;541F4BBA-8284-491C-B887-14364734D05D@cola.iges.org&gt;<br>&gt; Content-Type: text/plain; charset="windows-1252"<br>&gt; <br>&gt; Detailed instructions for building GrADS from source are here: <br>&gt; http://iges.org/grads/gadoc/supplibs.html<br>&gt; <br>&gt; ?but building on AIX is not easy. Perhaps you can ask the system administrators for some help? What system are you working on? <br>&gt; --Jennifer<br>&gt; <br>&gt; <br>&gt; On Mar 7, 2014, at 12:10 PM, Geeta Geeta wrote:<br>&gt; <br>&gt; &gt; Hi all, <br>&gt; &gt; this is my second post but no body replied. <br>&gt; &gt; <br>&gt; &gt; I have to plot the GRIB2 files hence I have to switch over to GRADS 2.0. <br>&gt; &gt; I gave ./configure and following message I got <br>&gt; &gt; - hdf5 disabled<br>&gt; &gt;  <br>&gt; &gt; - netcdf disabled<br>&gt; &gt;  <br>&gt; &gt; - OPeNDAP for station data disabled<br>&gt; &gt;  <br>&gt; &gt;   +=========================================================================+<br>&gt; &gt;    GrADS 2.0.2 : Built Wed Mar 5 16:25:57 IST 2014 for powerpc-ibm-aix5.3.0.0<br>&gt; &gt;   +=========================================================================+<br>&gt; &gt;  <br>&gt; &gt;   +-------------------------------+<br>&gt; &gt;   |                               |<br>&gt; &gt;   |  GrADS will be built with:    |<br>&gt; &gt;   |                               |<br>&gt; &gt;   |  - GUI disabled               |<br>&gt; &gt;   |  + readline enabled           |<br>&gt; &gt;   |  - geotiff disabled           |<br>&gt; &gt;   |  - shapefile disabled         |<br>&gt; &gt;   |  - printim disabled           |<br>&gt; &gt;   |  - grib2 disabled             |<br>&gt; &gt;   |  - hdf4 disabled              |<br>&gt; &gt;   |  - hdf5 disabled              |<br>&gt; &gt;   |  - netcdf disabled            |<br>&gt; &gt;   |  - OPeNDAP disabled           |<br>&gt; &gt;   |                               |<br>&gt; &gt;   |  gxtran will not be built     |<br>&gt; &gt;   |  grib2scan will not be built  |<br>&gt; &gt;   |                               |<br>&gt; &gt;   +-------------------------------+<br>&gt; &gt; configure: creating src/VERSION<br>&gt; &gt; configure: creating src/buildinfo.h<br>&gt; &gt; configure: creating ./config.status<br>&gt; &gt; config.status: creating Makefile<br>&gt; &gt; config.status: creating src/Makefile<br>&gt; &gt; config.status: creating src/config.h<br>&gt; &gt;  <br>&gt; &gt; Run 'make &amp;&amp; make install' to build GrADS.<br>&gt; &gt; Executables will be installed to bin/ in current dir,<br>&gt; &gt;  <br>&gt; &gt; EXECUtables are created in the bin directory. <br>&gt; &gt; bash-3.2$ ls -l<br>&gt; &gt; total 9256<br>&gt; &gt; -rwxr-xr-x    1 model    staff         95326 Mar 05 16:30 bufrscan<br>&gt; &gt; -rwxr-xr-x    1 model    staff       2305862 Mar 05 16:30 grads<br>&gt; &gt; -rwxr-xr-x    1 model    staff        454082 Mar 05 16:30 gribmap<br>&gt; &gt; -rwxr-xr-x    1 model    staff        262134 Mar 05 16:30 gribscan<br>&gt; &gt; -rwxr-xr-x    1 model    staff         77204 Mar 05 16:30 gxeps<br>&gt; &gt; -rwxr-xr-x    1 model    staff         57585 Mar 05 16:30 gxps<br>&gt; &gt; -rwxr-xr-x    1 model    staff        407456 Mar 05 16:30 stnmap<br>&gt; &gt; -rwxr-xr-x    1 model    staff       1051988 Mar 05 16:30 wgrib<br>&gt; &gt; bash-3.2$ pwd<br>&gt; &gt; /oprn/model/grads-2.0.2/bin<br>&gt; &gt;  <br>&gt; &gt;  <br>&gt; &gt;  <br>&gt; &gt;  <br>&gt; &gt; bash-3.2$ ~/g2ctl -0 ~/Mesomodel/gfs/fnl_20130331_00_00 &gt;test.ctl<br>&gt; &gt; bash-3.2$ ~/grads-2.0.2/bin/gribmap -0 -i test.ctl<br>&gt; &gt; Open Error:  Data file type invalid<br>&gt; &gt;   --&gt; The invalid description file record is:<br>&gt; &gt;   --&gt; dtype grib2<br>&gt; &gt;   The data file was not opened.<br>&gt; &gt; bash-3.2$<br>&gt; &gt;  <br>&gt; &gt; I am still unable to plot the grib2 data<br>&gt; &gt;  <br>&gt; &gt; How to make  - grib2 disabled              AS enabled????<br>&gt; &gt; Pls 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; <br>&gt; --<br>&gt; Jennifer M. Adams<br>&gt; Center for Ocean-Land-Atmosphere Studies (COLA)<br>&gt; 111 Research Hall, Mail Stop 2B3<br>&gt; George Mason University<br>&gt; 4400 University Drive<br>&gt; Fairfax, VA 22030 <br>&gt; <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/20140312/7cf894d3/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Wed, 12 Mar 2014 11:32:23 -0400<br>&gt; From: Jennifer Adams &lt;jma@cola.iges.org&gt;<br>&gt; Subject: Re: [gradsusr] Display lat-lon map rotated<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;FC59B74F-A8DD-496B-A954-0A500DB08C54@cola.iges.org&gt;<br>&gt; Content-Type: text/plain; charset="us-ascii"<br>&gt; <br>&gt; I don't think this can be done in GrADS. Perhaps you could contact WAFC LONDON and ask them what software they are using for their graphics.<br>&gt; --Jennifer<br>&gt; <br>&gt; On Mar 6, 2014, at 8:29 AM, Vladimir Meerson wrote:<br>&gt; <br>&gt; &gt; Dear GrADs users,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; I have ordinary (non-rotaded) latitude/longitude grib file and I want to plot wind/temperature map with mercator project rotated (see example attached).<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Is it possible in GrADS?<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Thank you for your assistance.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Vladimir Meerson<br>&gt; &gt; <br>&gt; &gt; Israel Meteorological Service<br>&gt; &gt; <br>&gt; &gt; P.O.Box 25, Bet-Dagan 50250<br>&gt; &gt; <br>&gt; &gt; ISRAEL<br>&gt; &gt; <br>&gt; &gt; www.ims.gov.il&lt;http://www.ims.gov.il/&gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; **********************************************************************************************<br>&gt; &gt; IMPORTANT: The contents of this email and any attachments are confidential. They are intended for the <br>&gt; &gt; named recipient(s) only.<br>&gt; &gt; If you have received this email in error, please notify the system manager or the sender immediately and do <br>&gt; &gt; not disclose the contents to anyone or make copies thereof.<br>&gt; &gt; *** MOT-eSafe scanned this email for viruses, vandals, and malicious content. ***<br>&gt; &gt; **********************************************************************************************<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ************************************************************************************<br>&gt; &gt; This footnote confirms that this email message has been scanned by<br>&gt; &gt; PineApp Mail-SeCure for the presence of malicious code, vandals &amp; computer viruses.<br>&gt; &gt; ************************************************************************************<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &lt;example.png&gt;_______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; <br>&gt; --<br>&gt; Jennifer M. Adams<br>&gt; Center for Ocean-Land-Atmosphere Studies (COLA)<br>&gt; 111 Research Hall, Mail Stop 2B3<br>&gt; George Mason University<br>&gt; 4400 University Drive<br>&gt; Fairfax, VA 22030 <br>&gt; <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/20140312/6a11037f/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Wed, 12 Mar 2014 11:38:13 -0400<br>&gt; From: Jennifer Adams &lt;jma@cola.iges.org&gt;<br>&gt; Subject: Re: [gradsusr] Help getting started<br>&gt; To: GrADS Users Forum &lt;gradsusr@gradsusr.org&gt;<br>&gt; Message-ID: &lt;44913645-09E6-49CC-8294-459C42BDE46B@cola.iges.org&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; The opengrads project is where windows builds are available. I don't know anything about wishingwork.com. Have a look at http://sourceforge.net/projects/opengrads/files/grads2/2.0.1.oga.1/Windows/<br>&gt; --Jennifer<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; On Mar 5, 2014, at 1:10 AM, Reese, David W. wrote:<br>&gt; <br>&gt; &gt; I used Grads way back when in college but haven't touched it since. I'm trying to get it to work on my WINDOWS laptop, but I keep running into a wall... The instructions on this website were easy enough until it got to the actual installation of GRADS, step #2 under "Installation" in particular. I've made the directory in the Cygwin, but I'm not able to get to it through there. <br>&gt; &gt; http://www.wishingwork.com/grads/installation/installation.html?<br>&gt; &gt; <br>&gt; &gt; Any help would be greatly appreciated! <br>&gt; &gt; <br>&gt; &gt; Thank you! <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; <br>&gt; --<br>&gt; Jennifer M. Adams<br>&gt; Center for Ocean-Land-Atmosphere Studies (COLA)<br>&gt; 111 Research Hall, Mail Stop 2B3<br>&gt; George Mason University<br>&gt; 4400 University Drive<br>&gt; Fairfax, VA 22030 <br>&gt; <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/20140312/02250c84/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 49, Issue 13<br>&gt; ****************************************<br></div>                                               </div></body>
</html>