Re: NCL limitation?

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Feb 01 2011 - 07:18:06 MST

All NCL versions through v5.2.1 allow a maximum variable size
of 2GB. Th variable you are creating is ~3GB. Hence, the
error message.

In the very near future, a beta version of NCL 6.0.0
will be released. It will allow variables > 2GB.
An announcement will be sent to ncl-talk when the
beta version is ready.

For details see: : http://www.ncl.ucar.edu/future_release.shtml

On 2/1/11 7:11 AM, sk wrote:
> Hi There,
> here is the problem:
>
> u = new((/34,4349,5100-1/),float) ;
>
> fatal:New: requested size of variable (3015874936 bytes) exceeds the
> current maximum allowed on this system
>
> is there way to change this limit and it is possible to solve the
> problem in general if i increase the virtual memory which is available.
> i do not mind if it takes longer time to do the job?
>
> Thanks!
> SK
>
>
>
>
> _______________________________________________
> 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 Feb 1 07:18:11 2011

This archive was generated by hypermail 2.1.8 : Fri Feb 04 2011 - 09:26:53 MST