NCL Version 5.1.0 now available!

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed, 4 Mar 2009 21:05:38 -0700 (MST)

Greetings NCL users,

Yes, it is finally here, the much anticipated 5.1.0 release of NCL!

A full description of the new features and functionality can be
found at:

       http://www.ncl.ucar.edu/new_release.shtml

Here's a subset of what's available in this release:

   - Many functions added or updated, including:

     ...new diagnostics functions for evaluating the MJO

     ...major updates to WRF-NCL plotting functions, as well as
        several new analysis functions added

     ...functions for converting b/w UTM and lat/lon coordinates

     ..."ut_calendar" updated to handle "noleap", "360", and "365"
        calendars (thanks to David Pierce, UCSD, developer of ncview,
        for his contribution)

     ..."addfiles" updated to return metadata. "addfiles_GetVar" will
         no longer be needed.

   - Can now create longs, shorts, and bytes "on the fly".

   - New graphical resources added.

   - The usual bugs fixed.

Special note for Linux users: if you get an error about the
"libgfortran.so.x" library not being available, then check to see if
there's an "ncl.static" binary:

     which ncl.static
     ncl.static your_script.ncl

If it works, then you can replace the "non-static" ncl with this one:

     mv $NCARG_ROOT/bin/ncl $NCARG_ROOT/bin/ncl.dynamic
     ln -s $NCARG_ROOT/bin/ncl.static $NCARG_ROOT/bin/ncl

--Mary

----------------------------------------------------------------------
Mary Haley
haley_at_ucar.edu
NCAR/CISL/VETS
1850 Table Mesa Dr
Boulder, CO 80305
----------------------------------------------------------------------

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar 04 2009 - 21:05:38 MST

This archive was generated by hypermail 2.2.0 : Thu Mar 05 2009 - 15:48:48 MST