Support status for Netcdf-4

From: Dave Allured - NOAA Affiliate <dave.allured_at_nyahnyahspammersnyahnyah>
Date: Thu Dec 20 2012 - 13:41:22 MST

NCL team,

What is the support status for full Netcdf-4 format? The
documentation for supported file formats says "Start from version
6.1.0, NCL supports all NetCDF 4 new data types". I assume this means
full read and write support for Netcdf-4. However, the following
attempt to create a full Netcdf-4 file fails on Mac OS 10.8.2:

mac11:~/ncl/bugs/netcdf4 31> ncl
 Copyright (C) 1995-2012 - All Rights Reserved
 University Corporation for Atmospheric Research
 NCAR Command Language Version 6.1.0
 The use of this software is governed by a License Agreement.
 See http://www.ncl.ucar.edu/ for more details.
ncl 0> setfileoption ("nc", "Format", "NetCDF4")
ncl 1> f = addfile ("test1.nc", "c")
ncl 2> f->x = (/ 7., 8., 9. /)
        file: NclNewFile.c, line: 6850
        Could not get varnode->name: <x>
Segmentation fault

Note that this program works fine for the "NetCDF4Classic" format.
Please clarify the documentation. Thank you.

--Dave
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Dec 20 13:41:34 2012

This archive was generated by hypermail 2.1.8 : Fri Dec 21 2012 - 10:43:23 MST