<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR><LINK 
href="BLOCKQUOTE{margin-Top: 0px; margin-Bottom: 0px; margin-Left: 2em}" 
rel=stylesheet></HEAD>
<BODY bgColor=#eaeaea><FONT size=2><FONT face=ËÎÌå>Jennifer Adams£¬</FONT></FONT>
<DIV style="TEXT-INDENT: 2em">Hi,</DIV>
<DIV style="TEXT-INDENT: 2em">Since the version 1.9, the&nbsp;MS Windows builds 
of GrADS was not released. Do you have plan&nbsp;to release&nbsp;the MS Windows 
builds of GrADS 2.0? Thanks.</DIV>
<DIV style="TEXT-INDENT: 2em">&nbsp;</DIV>
<DIV style="TEXT-INDENT: 2em">Huang Ping</DIV>
<DIV><FONT face=ËÎÌå size=2>¡¡¡¡</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=ËÎÌå size=2>======== 
2008-01-26&nbsp;00:37:44&nbsp;========</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>
<TABLE width="100%">
  <TBODY>
  <TR>
    <TD width="100%">
      <BLOCKQUOTE 
      style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>At long last, GrADS 2.0.a0 is released! 
        ?/font&gt;</DIV>
        <DIV style="MARGIN: 0px"><BR class=webkit-block-placeholder></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>Because NCEP will soon be distributing forecast 
        data only in GRIB2 format, we are releasing an alpha version of GrADS 
        2.0. We are still actively testing and debugging and documenting the 
        code, but it is working well for us internally at COLA, and we feel the 
        time is right for a public release.?/font&gt;</DIV>
        <DIV><BR class=webkit-block-placeholder></DIV>
        <DIV style="MIN-HEIGHT: 14px; MARGIN: 0px; FONT: 12px Helvetica">GrADS 
        2.0 is a significant upgrade from 1.9 in many ways:?/div&gt;
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>-- it has 'dtype grib2' and a new utility 
        'grib2scan'?/font&gt;</DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>-- it has a fifth dimension for gridded data 
        sets?/font&gt;</DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>-- internal data handling is all double 
        precision?/font&gt;</DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>-- undef handling is cleaner</FONT></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>-- the netcdf/hdf interface has been 
        streamlined?/font&gt;</DIV>
        <DIV style="MARGIN: 0px">-- the executable names are different:?/div&gt;
        <DIV style="MARGIN: 0px">   ??gradsc, gradsnc, and gradshdf are merged 
        into 'grads'</DIV>
        <DIV style="MARGIN: 0px">   ??gradsdods is now 'gradsdap'</DIV>
        <DIV 
        style="MIN-HEIGHT: 14px; MARGIN: 0px; FONT: 12px Helvetica"><BR></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>Because of these changes, and others that are 
        still in the works but haven't been implemented yet, there are some 
        features which we can no longer support. The UDF interface is disabled, 
        but will be return soon in a new implementation that should be easier to 
        use. The lterp() function (a widely used UDF) is now built-in. The LATS 
        interface is gone, but implementing a new path for writing out netcdf 
        with 'gxout fwrite' is very high on our to-do list. Templating with the 
        'sdfopen' command is also no longer supported, and some special cases of 
        binary file formats are now a legacy: "var" and "z" transposed data 
        (units=-1,1) and "x" and "y" transposed data (units=-1,30). The format 
        of the GrADS metafile will also change, as graphics improvements are 
        implemented. The gv utility will not work with GrADS 2.0. Otherwise, for 
        now, everything you do with GrADS should work in version 
        2.?/font&gt;</DIV>
        <DIV 
        style="MIN-HEIGHT: 14px; MARGIN: 0px; FONT: 12px Helvetica"><BR></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>I have posted the source code and two binary 
        tarballs in:</FONT></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>   ?a href="ftp://iges.org/grads/2.0/"&gt;<FONT 
        style="COLOR: #0020e2" 
        color=#0020e2><U>ftp://iges.org/grads/2.0/</U></FONT></A></FONT></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>Binaries are for RedHatEnterpriseLinux5 (x86_64) 
        and Intel Macs. If you are using GrADS on a unix platform of a different 
        flavor, I highly recommend trying to build from source, since I will be 
        posting updates to the source code very frequently. A list of the 
        required supplemental libraries is in the documentation at <A 
        href="http://iges.org/grads/gadoc/supplibs.html"><FONT 
        style="COLOR: #0020e2" 
        color=#0020e2><U>http://iges.org/grads/gadoc/supplibs.html</U></FONT></A> 
        . Almost all of these supplibs are upgrades from previous versions and 
        build easily. I will update this doc page with additional guidance for 
        building from source as soon as I can.?/font&gt;</DIV>
        <DIV style="MARGIN: 0px"><BR class=webkit-block-placeholder></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>To get you started with NCEP GRIB2, I have also 
        posted a couple of sample descriptor files:?/font&gt;</DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>   <A 
        href="http://iges.org/grads/gadoc/gfs.ctl"><FONT style="COLOR: #0020e2" 
        color=#0020e2><U>http://iges.org/grads/gadoc/gfs.ctl</U></FONT></A></FONT></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>   <A 
        href="http://iges.org/grads/gadoc/gfsens.ctl"><FONT 
        style="COLOR: #0020e2" 
        color=#0020e2><U>http://iges.org/grads/gadoc/gfsens.ctl</U></FONT></A></FONT></DIV>
        <DIV style="MIN-HEIGHT: 14px; MARGIN: 0px; FONT: 12px Helvetica">The 
        documentation on descriptor file elements ( <A 
        href="http://iges.org/grads/gadoc/descriptorfile.html">http://iges.org/grads/gadoc/descriptorfile.html</A> 
        )has been updated with information on the EDEF entry and GRIB2 
        handling.?/div&gt;
        <DIV style="MIN-HEIGHT: 14px; MARGIN: 0px; FONT: 12px Helvetica"><BR 
        class=webkit-block-placeholder></DIV>
        <DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" 
        face=Helvetica size=3>Please post comments and questions and bug reports 
        here. As always, I must be able to reproduce a problem on my own systems 
        in order to fix it, so keep that in mind when reporting 
        bugs.?/font&gt;</DIV>
        <DIV><BR class=webkit-block-placeholder></DIV>
        <DIV>Jennifer</DIV><BR>
        <DIV><SPAN class=Apple-style-span 
        style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto; orphans: 2; widows: 2"><SPAN 
        class=Apple-style-span 
        style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto; orphans: 2; widows: 2"><SPAN 
        class=Apple-style-span 
        style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto; orphans: 2; widows: 2">
        <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></SPAN></SPAN></SPAN><BR>&nbsp;</DIV></DIV></DIV></DIV></DIV></BLOCKQUOTE></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></FONT></TD></TR></TBODY></TABLE></FONT></DIV>
<DIV>
<DIV>&nbsp;</DIV></DIV></BODY></HTML>