[ncl-talk] wavelet function memory limit for data size 2^16?
Dennis Shea
shea at ucar.edu
Mon Dec 12 08:57:56 MST 2016
My bad. There is a fixed size limit in the underlying f77 code.
----
C** initialize work arrays
PARAMETER (nk=65535)
DOUBLE PRECISION wsave(4*nk+15),kwave(nk)
DOUBLE COMPLEX yfft(nk),daughter(nk)
------
The 'wsave' is a work array for the FFT (FFTPACK).
I have no idea why this would be limited to this size (65535).
FFTPACK has no limitations on size ... that I am aware of.
------
What size ar your time series?
THX
D
On Fri, Dec 9, 2016 at 2:27 PM, Dennis Shea <shea at ucar.edu> wrote:
> To my knowledge, there is no limit on the number of grid points.
>
> Regards
>
> On Wed, Dec 7, 2016 at 8:38 PM, ivica <ivica.jan at gmail.com> wrote:
>
>> Dear support,
>> trying to analyze big data and seems that wavelet function is having a
>> limit on 2^16 =65536 data points. Can that be larger?
>> I have no problem with my server memory though.
>>
>> Thanks,
>> Ivica
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161212/6b30eae5/attachment.html
More information about the ncl-talk
mailing list