<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Tahoma,Arial,Helvetica,sans-serif'>
<p>On 15-02-2017 10:43, Brian Gaze wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Good news about the new release.<br /> <br /> Any plans (Arlindo??) for an OpenGrads windows version?<br /> <br /> Brian<br /> <br /> <br /> <br /> <br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">On 14 February 2017 at 14:16 Jennifer M Adams &lt;<a href="mailto:jadams21@gmu.edu">jadams21@gmu.edu</a>&gt; wrote:<br /> <br /> <br /> Happy Valentines Day to all of our forum-subscribing GrADS users!<br /> <br /> Brian and I are pleased to announce a new release of GrADS, version 2.1.1.b0.<br /> This build has some important and useful new features, perhaps the most<br /> exciting being the addition/return of User Defined Plug-in (UDP) functions,<br /> which are called plug-ins to distinguish them from the old user defined<br /> functions (from the version 1.9 era) and user defined extensions (from<br /> opengrads). The opengrads extensions should work with just a few minor<br /> adjustments to the entries in the user defined plug-in table. We have also<br /> added logical operators to the expression handler, (e.g. 'display slp&lt;980')<br /> and an if() function which facilitates the use of the logical operators. The<br /> result of a logical expression is 1 or -1, making it especially easy to use<br /> with maskout(). Here's how simple it is to create a mask for a lat/lon<br /> subdomain:<br /> &nbsp;&nbsp;ga-&gt; d maskout(tsfc,(lat&gt;=-5)&amp;(lat&lt;=5)&amp;(lon&gt;=190)&amp;(lon&lt;=240))<br /> <br /> Another handy new scripting language function, sys(), will submit a command to<br /> the shell, similar to putting a "!" in front of your command, except that the<br /> resulting output can be captured and returned as a string buffer to be parsed<br /> in your script.<br /> <br /> The GrADS downloads web page<br /> (<a href="http://cola.gmu.edu/grads/downloads.html">http://cola.gmu.edu/grads/downloads.html</a>&lt;<a href="http://iges.org/grads/downloads.html">http://iges.org/grads/downloads.html</a>&gt;)<br /> has been updated with links to the source code and pre-compiled binaries for<br /> 32-bit and 64-bit linux plus Mac OS X (10.9). The recent switch from HTTP to<br /> HTTPS for most .gov data servers requires that GrADS be linked with the<br /> OpenSSL library. This is done dynamically, which means that the library must<br /> be present on your local system in order to use the SSL-enabled builds.<br /> Because OpenSSL is not always available or may not be the most recent version,<br /> I have also created builds that are not linked with OpenSSL.<br /> <br /> The full text from the ChangeLog is copied below. Enjoy!<br /> &mdash;Jennifer<br /> <br /> <br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;Features:<br /> &nbsp;&nbsp;&nbsp;&nbsp;* Added support for User Defined Plug-in functions which replace the old<br /> UDFs<br /> &nbsp;&nbsp;&nbsp;&nbsp;* Added support for logical operators in the expression syntax (gridded<br /> data only)<br /> &nbsp;&nbsp;&nbsp;&nbsp;* New function 'if()' performs an if/then/else expression evaluation<br /> &nbsp;&nbsp;&nbsp;&nbsp;* New scripting language function 'sys()' submits any command to the shell<br /> and<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns the resulting text stream that the command sends to standard<br /> output<br /> &nbsp;&nbsp;&nbsp;&nbsp;* New option '-4de' for the 'set sdfwrite' command<br /> &nbsp;&nbsp;&nbsp;&nbsp;* New option for 'q define' prints all the relevant information about a<br /> variable<br /> &nbsp;&nbsp;&nbsp;&nbsp;* New command 'set barbopts' to support filled pennant flags on wind barbs<br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;Misc:<br /> &nbsp;&nbsp;&nbsp;&nbsp;* Added support in gxprint for mixed case file names with the -f or -b<br /> option<br /> &nbsp;&nbsp;&nbsp;&nbsp;* Added descriptor file entry 'XYTRAILER' for files that have a trailer<br /> record<br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;New/Updated Documentation:<br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/udp.html">http://cola.gmu.edu/grads/gadoc/udp.html</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/expressions.html">http://cola.gmu.edu/grads/gadoc/expressions.html</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/gradfuncif.html">http://cola.gmu.edu/grads/gadoc/gradfuncif.html</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/script.html">http://cola.gmu.edu/grads/gadoc/script.html</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/gradcomdsetsdfwrite.html">http://cola.gmu.edu/grads/gadoc/gradcomdsetsdfwrite.html</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/descriptorfile.html">http://cola.gmu.edu/grads/gadoc/descriptorfile.html</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/gradcomdqdefine.html">http://cola.gmu.edu/grads/gadoc/gradcomdqdefine.html</a><br /> &nbsp;&nbsp;&nbsp;&nbsp;* <a href="http://cola.gmu.edu/grads/gadoc/gradcomdsetbarbopts.html">http://cola.gmu.edu/grads/gadoc/gradcomdsetbarbopts.html</a><br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;Supplib Update:<br /> &nbsp;&nbsp;&nbsp;&nbsp;* Some builds are linked dynamically with OpenSSL to access data servers<br /> via HTTPS.<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This library may not always be needed or available, so builds without<br /> OpenSSL<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;have also been provided.<br /> <br /> <br /> <br /> <br /> <br /> _______________________________________________<br /> gradsusr mailing list<br /> <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br /> <a href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a></blockquote>
<br /> _______________________________________________<br /> gradsusr mailing list<br /> <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br /> <a href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a></div>
</blockquote>
<p>Hi Brian,&nbsp;</p>
<p>I hope you dont mind me asking but how do you currently run the arome 0.01, do you use opengrads? I get many errors trying to run the data using opengrads 2.1.a2. I run the ARPEGE fine even though I had to re-write the wgrib to place the data in order. The packaging was terrible.</p>
<div>-- <br />
<p>Kind regards,</p>
<p><strong>Stuart Markham</strong></p>
<p><em>Founder of CW Weather</em></p>
<p><img src="cid:9e849405edb0a79e162c211a585f3245@chorleyweather.com" alt="" width="147" height="65" /></p>
</div>
</body></html>