Re: writing large files

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Jul 06 2010 - 15:44:37 MDT

NCL will write *files* > 2GB.

However, current versions of NCL only allow *variables*
of 2GB or less due to 32-bit addressing.

NCL version 6.0.0 is targeted to allow 64-bit addressing.
This will allow variables > 2GB.

Punch line: your one variable is > 2GB

D

On 7/6/10 3:35 PM, Gary Bates wrote:
> hi,
>
> I'm running NCL 5.1.1 and would like to write a large file that contains
> 1 variable. Ideally, the dimensions of this variable would be 365 x 231
> x 180 x 360. I figure this would produce a file of about 22GB.
>
> Thus far, I've been unable to write a file larger than 2GB --- same
> result on a Linux machine or a Mac. I've tried:
>
> setfileoption("nc","Format","64BitOffset")
> setfileoption("nc","Format","LargeFile")
> setfileoption("nc","Format","NetCDF4Classic")
>
> All give same result. Is there something else I need to do to write a
> large file?
>
> Thanks,
> Gary Bates
> _______________________________________________
> 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 Tue Jul 6 15:44:42 2010

This archive was generated by hypermail 2.1.8 : Fri Jul 09 2010 - 16:06:22 MDT