Compressed netCDF with NCL 6.0.0-beta

From: Robert Schuster <rxschuster_at_nyahnyahspammersnyahnyah>
Date: Wed Mar 09 2011 - 10:59:56 MST

Hello,

is it not possible to create compressed netCDF-Files with NCL 6.0.0-beta?

This small script is leading to a segmentation fault:

begin
    setfileoption("nc", "Format", "NetCDF4Classic")
    setfileoption("nc", "CompressionLevel", 5)

    var = new (1000,float)
    outfile = addfile("test.nc","c")
    outfile->var = var
    delete(outfile)
end

Thank you!
Robert

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar 9 11:00:07 2011

This archive was generated by hypermail 2.1.8 : Thu Mar 10 2011 - 21:44:37 MST