[ncl-talk] NCL Version 6.2.1 now available

Dave Allured - NOAA Affiliate dave.allured at noaa.gov
Thu Sep 4 14:16:45 MDT 2014


NCL team,

Thank you very much for adding the "fileexists" function,  This was on my
wish list for some time.  This should be helpful for many applications that
process groups of files with naming issues or potential missing files, or
files of "non-supported" types such as text and custom binary.

--Dave A.
NOAA/PSD/CIRES


On Tue, Sep 2, 2014 at 12:44 PM, Mary Haley <haley at ucar.edu> wrote:

> The NCL team is pleased to announce the release of NCL version 6.2.1.
>
> This release is mostly a bug fix release for version 6.2.0.
>
> For full details, see:
>
>    http://www.ncl.ucar.edu/current_release.shtml
>
> To download, visit:
>
>    http://www.ncl.ucar.edu/Download/
>
>
> ------------------------------------------------------------------------------------------------
> Of particular note in this version:
>
>
>    - We fixed a serious bug where assigning a variable as an attribute of
>    another variable caused the original variable's "_FillValue" attribute
>    to be modified.
>
>    - Possible backwards incompatibility for "isfilepresent": this
>    function has been implemented the way it was originally intended: to check
>    for the existence of a supported file (NetCDF, GRIB, HDF, etc) before
>    trying to open it with addfile.
>
>    To check for the existence of any file, regardless of what kind it is,
>    use the new "fileexists" function.
>
>    Older NCL scripts may now fail if you are using "isfilepresent" to
>    check for the existence of any file. Simply change this call to "
>    fileexists" and it should work.
>
> A few other bugs and new features have been implemented. See the above
> link for more information.
>
>
> ------------------------------------------------------------------------------------------------
>
> If you have any questions, problems, or concerns about this release,
> please email
> them to ncl-talk at ucar.edu. For installation questions and problems, send
> email to
> ncl-install at ucar.edu.
>
> --Mary Haley, on behalf of the NCL team
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140904/4dee8776/attachment.html 


More information about the ncl-talk mailing list