I cannot reproduce this error with ncl 6.0.0-beta either on mac 10.6.x or on an x86_64 Linux machine. Can you let us know more details about your environment? Which binary? Built from source, etc?
 -dave
On Mar 9, 2011, at 10:59 AM, Robert Schuster wrote:
> 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
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar  9 11:15:02 2011
This archive was generated by hypermail 2.1.8 : Thu Mar 10 2011 - 21:44:37 MST