<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 14.0px Helvetica; color: #000000"><b>From: </b></font><font face="Helvetica" size="4" style="font: 14.0px Helvetica">"Huddleston, John" &lt;<a href="mailto:Huddleston@cira.colostate.edu">Huddleston@cira.colostate.edu</a>&gt;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 14.0px Helvetica; color: #000000"><b>Date: </b></font><font face="Helvetica" size="4" style="font: 14.0px Helvetica">November 13, 2009 10:35:59 AM EST</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 14.0px Helvetica; color: #000000"><b>To: </b></font><font face="Helvetica" size="4" style="font: 14.0px Helvetica">"<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>" &lt;<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>&gt;</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="4" color="#000000" style="font: 14.0px Helvetica; color: #000000"><b>Subject: </b></font><font face="Helvetica" size="4" style="font: 14.0px Helvetica"><b>FW: Grads for Windows version 2 installation problems</b></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> </div><div>Jennifer, this is one of two emails that the GrADS list did not send out this morning. John <br><br>________________________________________<br>From: Huddleston, John<br>Sent: Friday, November 13, 2009 7:27 AM<br>To: <a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>Subject: RE: Grads for Windows version 2 installation problems<br><br>Jason<br><br>Arlindo's suggestion to use the installer is best if you are not "systems" oriented with Windows.<br><br>The binaries you are trying to use are based on the pure UNIX code; so, there is no mounting and unmounting of a "C:\Cygwin" directory. For production work on a windows system, these binaries are better qualified.<br><br>In order to use these, create a directory, much like GrADS installation does automatically, and put that directory in your PATH. See Start-Settings-Control Panel-System. Go to the Advanced TAB, select Environmental Variable and edit the PATH to include the new directory where you have deposited the .EXE and .DLL files. Open a CMD window. &nbsp;You must have a XWIN server running locally. This comes with the GrADS installation; however, if you use grads with the -lbc options (production) no XWIN server is required and grads will produce your images with the printim command.<br><br>See <a href="http://views.cira.colostate.edu/nasa">http://views.cira.colostate.edu/nasa</a> for thousands of satellite images created with GrADS. An example control script is shown below which creates the Aura OMNO2G.003 NO2 images.<br><br>John Huddleston<br><br>'open no2g.ctl'<br>'c'<br>'set font 0'<br>'set strsiz 0.12 0.12'<br>'set display color white'<br>'set gxout grfill'<br>'set parea 0.5 9.5 0.1 8.5'<br>'set csmooth on'<br>'set cint 15'<br>'set clevs 0.0e+15 1.0e+15 2.0e+15 3.0e+15 4.0e+15 5.0e+15 6.0e+15 7.0e+15 8.0e+15 9.0e+15.0e+15 11.0e+15 12.0e+15 13<br>.0e+15 14.0e+15'<br>'set ccols 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30'<br>'set rgb 16 0 0 165'<br>'set rgb 17 0 0 255'<br>'set rgb 18 0 65 255'<br>'set rgb 19 0 125 255'<br>'set rgb 20 0 190 255'<br>'set rgb 21 0 255 255'<br>'set rgb 22 66 255 189'<br>'set rgb 23 132 255 123'<br>'set rgb 24 205 255 50'<br>'set rgb 25 255 239 0'<br>'set rgb 26 255 175 0'<br>'set rgb 27 255 110 0'<br>'set rgb 28 255 46 0'<br>'set rgb 29 239 0 0'<br>'set rgb 30 165 0 0'<br>'set cmin 0.0e+15'<br>'set cmax 14.0e+15'<br>'set lon -180 180'<br>'set grads off'<br>'draw string 1.0 0.60 OMI-Aura_L2G-OMNO2G_2006m1231_v003-2008m0105t001916'<br>'draw string 8.0 0.60 CIRA/NASA'<br>'d maskout(no2,no2-0.0001)'<br>'draw title \ColumnAmountNO2_ColumnAmountNO2_20061231\'<br>'cbarn2 .90 1 9.8 4.3'<br>'printim ColumnAmountNO2_ColumnAmountNO2_20061231_World.gif gif x832 y624'<br>'quit'<br>________________________________________<br>From: <a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a> [<a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a>] On Behalf Of Jason Snyder [<a href="mailto:jmssnyder@UCDAVIS.EDU">jmssnyder@UCDAVIS.EDU</a>]<br>Sent: Thursday, November 12, 2009 9:15 PM<br>To: <a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>Subject: Grads for Windows version 2 installation problems<br><br>I am having some problems with installing and running GrADS version 2 for<br>windows. &nbsp;I downloading both the following zip files cygwin.zip<br>cygwin-dlls.zip<br>and unzipped them. &nbsp;What goes next? &nbsp;When I open Grads version 2 I get the<br>following message:<br><br>"This applicaiton has failed to start because cygX11-6.dll was not found"<br><br>I saw this in the folder cygwin-dlls, which is from the cygwin.zip. &nbsp;How<br>can I get this problem to function properly?<br><br>Thanks,<br><br>Jason</div></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams</div><div>IGES/COLA</div><div>4041 Powder Mill Road, Suite 302</div><div>Calverton, MD 20705</div><div><a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div></span> </div><br></body></html>