Skip to main content
  • Home
  • Documentation
  • FAQ
  • Downloads
  • Support
  • Current Release Notes
  • Ferret Users Guide
    • Users Guide Index
    • Commands Reference
    • 1. Introduction
    • 2. Data Set Basics
    • 3. Variables & Expressions
    • 4. Grids & Regions
    • 5. Animations & Gif Images
    • 6. Customizing Plots
    • 7. Handling String Data Symbols
    • 8. Working with Special Data Sets
    • 9. Computing Environment
    • 10. Converting to NetCDF
    • 11. Writing External Functions
    • Glossary
    • Appendix A: Functions
    • Appendix B: PPLUS Guide
    • Appendix C: Ferret-Specific PPLUS Enhancements
  • Previous Release Notes
  • Tutorials and Demos
    • Ferret Tour
    • DSG files: Discrete Sampling Geometries Demo
    • Ferret sorting demo
    • Fast Fourier Transforms demo
    • Empirical Orthogonal Functions demo
    • Ferret objective analysis demo
    • Ferret Palette Demo
    • Map projections
    • Ferret polygon vector demo
    • Ferret Graticules demo
    • Ferret Polytube Demo
    • Ferret Polymark Demo
    • Ferret Constant-Array demo
    • Ferret land_detail demo
    • COADS Tour
    • Levitus Tour
    • Use OPeNDAP
    • Ferret binary read demo
  • PyFerret
    • PyFerret Downloads and Install
    • What is PyFerret?
    • Why use PyFerret?
    • PyFerret for the Ferret user
    • PyFerret command syntax: quick-start notes
    • PyFerret for the Python user
    • Graphics in PyFerret ?
    • New Ferret functionality
    • PyFerret Python functions and constants
    • PyFerret Python objects and methods
    • Ferret external functions in Python
    • Ferret Fortran external functions
    • PyFerret metadata-and-data dictionaries
  • OPeNDAP
    • OPeNDAP usage in Ferret
    • Use OPeNDAP Demo
    • Test OPeNDAP

Version 6.6.5 release notes

What's new in the Ferret V6.65 release

Ferret v6.6.5 is required for LAS v7.2.

It contains a few bug fixes both specific to LAS and for the general Ferret user.

NOTE: A serious bug has been found in this version of Ferret which affects computing the definite integral. Zonal integrals return results that are too small by a factor of pi/180 (0.01745). This bug first appeared in Ferret v6.42 and was fixed in version 6.67. Installations of LAS which run these versions of Ferret are unaffected by this bug.

There is an update to the instructions for building Ferret from source code. This is found in the README file in the top-level directory of the source-code download link on the Ferret Downloads pages.

New Features:

  1. Function FLOATSTR(var) takes a floating-point variable and returns the variable converted to strings according to a specified format. The format is a Fortran format, similar to the format specifications used by LIST/FORMAT.
yes? show function floatstr
FLOATSTR(A,FMT)
Returns float converted to strings according to format specified
A: Floating-point variable to convert
FMT: Fortran format, in parentheses, e.g. "(F5.1)" (STRING)

Bug fixes:

  1. In LAS, some operations caused a single-point coordinate axis to be dropped from the description of a virtual dataset. This is fixed.
  2. TAX_* functions (e.g. TAX_YEAR) previously returned zero if a time step is missing. Now the return is also missing.
  3. When a time axis begins in year 0000 (but is not a modulo time axis), the year returned from TAX_YEAR was 0 in year 0 and year 1. This is fixed.
  4. Multiple messages are suppressed when there is no missing-value flag on variables in a file (see item 2 in the Version 6.64 release notes). Now just one note is written per dataset.