<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_1_1504695442894_2997"><span id="yui_3_16_0_1_1504695442894_2996">That is great update! </span></div><div id="yui_3_16_0_1_1504695442894_3014"><span><br></span></div><div id="yui_3_16_0_1_1504695442894_3011"><span id="yui_3_16_0_1_1504695442894_3015">Where is the latest version for MS window system?</span></div><div id="yui_3_16_0_1_1504695442894_3010"><span>&nbsp;</span></div> <div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 13px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font face="Arial" size="2"> On Tuesday, September 5, 2017 10:55 PM, Jennifer M Adams &lt;jadams21@gmu.edu&gt; wrote:<br></font></div>  <br><br> <div class="y_msg_container"><div id="yiv7734656489">

 

<div>
Hi, Everybody!&nbsp;
<div class="yiv7734656489">Brian and I are happy to present GrADS version 2.2.0. The new release merits a significant uptick because it merges the graphics capabilities from versions 2.0 and 2.1 and all the available graphics engines are now handled as plug-ins. You can
 choose at startup which rendering engine you’d like to use for interactive display and printing (defaults are Cairo). Documentation may be found&nbsp;<a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/plugins.html" target="_blank" rel="nofollow">here</a>&nbsp;— please read the whole page.</div>
<div class="yiv7734656489"><br class="yiv7734656489">
</div>
<div class="yiv7734656489">The&nbsp;<a class="yiv7734656489" href="http://cola.gmu.edu/grads/downloads.php" target="_blank" rel="nofollow">GrADS download page</a>&nbsp;has links to the source code, and pre-compiled binary distributions for three flavors of unix. I built the binary distributions on COLA’s servers (CentOS7),
 and at NCAR on yellowstone (rhel6) and cheyenne (suse12). I will post a build for Mac OS X as soon as I can.&nbsp;</div>
<div class="yiv7734656489"><br class="yiv7734656489">
</div>
<div class="yiv7734656489">Those of you who build from source will find changes in the configure scripts to support the building of shared objects for the graphics plugins. The organization of the supplibs is a little different as well. Please see
<a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/supplibs2.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/supplibs2.html</a> for guidance on building from source.&nbsp;</div>
<div class="yiv7734656489"><br class="yiv7734656489">
<div class="yiv7734656489">Other features of this build are itemized in the complete&nbsp;<a class="yiv7734656489" href="http://cola.gmu.edu/grads/ChangeLog" target="_blank" rel="nofollow">ChangeLog</a>, and also copied below for your convenience.&nbsp;</div>
<div class="yiv7734656489">Don't be afraid to upgrade!&nbsp;</div>
<div class="yiv7734656489">—Jennifer</div>
<div class="yiv7734656489"><br class="yiv7734656489">
</div>
<div class="yiv7734656489"><br class="yiv7734656489">
</div>
<div class="yiv7734656489"><br class="yiv7734656489">
<div class="yiv7734656489">--<br class="yiv7734656489">
Jennifer Miletta Adams<br class="yiv7734656489">
Center for Ocean-Land-Atmosphere Studies (COLA)<br class="yiv7734656489">
George Mason University<br class="yiv7734656489">
<br class="yiv7734656489">
<br class="yiv7734656489">
</div>
<pre class="yiv7734656489"><font class="yiv7734656489" size="3">    Features:
    * Graphics display and printing are now handled as independent plug-ins.        
        Cairo is the default, but the traditional X11 display (with widgets) and
        the old GD interface for image output are available as user-specified options.
        There is also no-op gxdummy plug-in for when no graphics capabilities are needed.
    * New arguments on startup for specifying graphics plug-in names (-d and -h) 
    * New requirements for the User-Defined Plug-in Table: gxdisplay and gxprint
    * Overhaul of auto configuration protocol to support creation of shared libraries 
        for the graphics plug-ins. 
    * Added command 'q udpt' that lists all available plug-ins
    * Added command 'q gxconfig' that reports the configuration of graphics plug-ins
    * Updated the output from the 'q config' command
    * New command 'q font' returns information about a specific font
    * Added support in grib2scan to print model version date for PDTs 60 and 61
    * Added optional argument to 'q dbf' to specify a delimiter other than ","
    * Increased max number of block requests to raise limit on station data memory usage

    Bug Fixes:        
    * Fixed bug to use an 8-byte integer to store a variable's offset in a file                
    * Fixed bug in new shaded contour algorithm when plotting a range beyond the
        data maximum and csmooth is on.
    * Fixed routines handling netcdf4 cachesize so it resets if user adjusts scale factor 
    * Fixed mismatched max length of variable description in descriptor files
    * Fixed bug when drawing zero-sized strings with Cairo
        
    New/Updated Documentation:
    * <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/udp.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/udp.html</a>
    * <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/udpt.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/udpt.html</a>
    * <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/plugins.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/plugins.html</a>
    * <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/supplibs2.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/supplibs2.html</a>
    * <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/gradcomdgrads.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/gradcomdgrads.html</a>
    * <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/gradcomdqdbf.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/gradcomdqdbf.html</a>
    * <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/gradcomdquery.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/gradcomdquery.html</a>

    Supplibs Update:        
    * Simplified the protocol for building, installing, and checking the supplibs
        in conjunction with changes to auto configuration scripts.
    * New documentation page: <a class="yiv7734656489" href="http://cola.gmu.edu/grads/gadoc/supplibs2.html" target="_blank" rel="nofollow">http://cola.gmu.edu/grads/gadoc/supplibs2.html</a>
    * Updated the gadap library to version 2.1 to add support for a shared object
        and some minor fixes for compilation on newer versions of unix. 
    * Linked with pixman-0.34.0 and cairo-1.14.10</font></pre>
<div class="yiv7734656489"><br class="yiv7734656489">
</div>
</div>
</div>
</div>

</div>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" ymailto="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br><br><br></div>  </div> </div>  </div></div></body></html>