<div dir="ltr">Is it available for windows?<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best regards<br>    Krishnakumar.AP<br>   </div></div></div></div>
<br><div class="gmail_quote">On Wed, Feb 15, 2017 at 5:55 PM, CW Weather <span dir="ltr">&lt;<a href="mailto:weatherstu@chorleyweather.com" target="_blank">weatherstu@chorleyweather.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-size:10pt;font-family:Tahoma,Arial,Helvetica,sans-serif"><div><div class="h5">
<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">
<div class="m_-8613699785427083787pre" 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" target="_blank">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. &#39;display slp&lt;980&#39;)<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&#39;s how simple it is to create a mask for a lat/lon<br> subdomain:<br>   ga-&gt; d maskout(tsfc,(lat&gt;=-5)&amp;(lat&lt;=<wbr>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 &quot;!&quot; 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" target="_blank">http://cola.gmu.edu/grads/<wbr>downloads.html</a>&lt;<a href="http://iges.org/grads/downloads.html" target="_blank">http://iges.<wbr>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> —Jennifer<br> <br> <br> <br>     Features:<br>     * Added support for User Defined Plug-in functions which replace the old<br> UDFs<br>     * Added support for logical operators in the expression syntax (gridded<br> data only)<br>     * New function &#39;if()&#39; performs an if/then/else expression evaluation<br>     * New scripting language function &#39;sys()&#39; submits any command to the shell<br> and<br>         returns the resulting text stream that the command sends to standard<br> output<br>     * New option &#39;-4de&#39; for the &#39;set sdfwrite&#39; command<br>     * New option for &#39;q define&#39; prints all the relevant information about a<br> variable<br>     * New command &#39;set barbopts&#39; to support filled pennant flags on wind barbs<br> <br>     Misc:<br>     * Added support in gxprint for mixed case file names with the -f or -b<br> option<br>     * Added descriptor file entry &#39;XYTRAILER&#39; for files that have a trailer<br> record<br> <br>     New/Updated Documentation:<br>     * <a href="http://cola.gmu.edu/grads/gadoc/udp.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/udp.html</a><br>     * <a href="http://cola.gmu.edu/grads/gadoc/expressions.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/expressions.html</a><br>     * <a href="http://cola.gmu.edu/grads/gadoc/gradfuncif.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/gradfuncif.html</a><br>     * <a href="http://cola.gmu.edu/grads/gadoc/script.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/script.html</a><br>     * <a href="http://cola.gmu.edu/grads/gadoc/gradcomdsetsdfwrite.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/gradcomdsetsdfwrite.html</a><br>     * <a href="http://cola.gmu.edu/grads/gadoc/descriptorfile.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/descriptorfile.html</a><br>     * <a href="http://cola.gmu.edu/grads/gadoc/gradcomdqdefine.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/gradcomdqdefine.html</a><br>     * <a href="http://cola.gmu.edu/grads/gadoc/gradcomdsetbarbopts.html" target="_blank">http://cola.gmu.edu/grads/<wbr>gadoc/gradcomdsetbarbopts.html</a><br> <br>     Supplib Update:<br>     * Some builds are linked dynamically with OpenSSL to access data servers<br> via HTTPS.<br>       This library may not always be needed or available, so builds without<br> OpenSSL<br>       have also been provided.<br> <br> <br> <br> <br> <br> ______________________________<wbr>_________________<br> gradsusr mailing list<br> <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br> <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a></blockquote>
<br> ______________________________<wbr>_________________<br> gradsusr mailing list<br> <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br> <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a></div>
</blockquote>
</div></div><p>Hi Brian, </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><span class="HOEnZb"><font color="#888888">
<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>
</font></span></div>
<br>______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>