[ncl-talk] Segmentation fault
Guilherme Martins
jgmsantos at gmail.com
Wed Jun 10 13:39:17 MDT 2015
Hi Rick,
The values are:
Variable: *x*
Type: float
Total Size: 1609372800 bytes
402343200 values
Variable: *xClmDay*
Type: float
Total Size: 94867200 bytes
23716800 values
The values are very big!
Guilherme.
*Guilherme Martins*
https://sites.google.com/site/jgmsantos
2015-06-10 13:23 GMT-03:00 Rick Brownrigg <brownrig at ucar.edu>:
> Hi Guilherme,
>
> It looks like the error occurs on this line:
>
> xAnom = calcDayAnomTLL (x, yyyyddd, xClmDay)
>
> How big are the variables "x" and "xClmDay"?
>
> Rick
>
> On Wed, Jun 10, 2015 at 6:31 AM, Guilherme Martins <jgmsantos at gmail.com>
> wrote:
>
>> Hi all,
>>
>> When I run my script (script in attachment) appear the error below in
>> bold. I tried delete some variables but nothing.
>>
>> Variable: xClmDay_sm
>> Type: float
>> Total Size: 94867200 bytes
>> 23716800 values
>> Number of Dimensions: 3
>> Dimensions and sizes: [year_day | 366] x [lat | 180] x [lon | 360]
>> Coordinates:
>> year_day: [1..366]
>> lat: [89.5..-89.5]
>> lon: [ 0.5..359.5]
>> Number Of Attributes: 3
>> smoothing : FFT: 4 harmonics were retained.
>> information : Smoothed daily climatological averages
>> long_name : Daily Climatology: GPCP 1DD Precipitation (mm/day)
>> *fatal:NclMalloc Failed:[errno=12]*
>> *Falha de segmentação*
>>
>> The error occur in this part of my script. Lines 79-86. I'm using ncl
>> 6.3.0.
>>
>> ;***********************************************************
>> ; Compute daily anomalies using raw and smoothed climatologies
>> ;***********************************************************
>> xAnom = calcDayAnomTLL (x, yyyyddd, xClmDay)
>> printVarSummary(xAnom)
>> printMinMax(xAnom, True)
>>
>> xAnom_sm = calcDayAnomTLL (x, yyyyddd, xClmDay_sm)
>> xAnom_sm at long_name = "Anomalies from Smooth Daily Climatology"
>> printVarSummary(xAnom_sm)
>> printMinMax(xAnom_sm, True)
>>
>> delete( x ) ; no longer needed
>>
>>
>> Thanks in advance,
>>
>> *Guilherme Martins*
>> https://sites.google.com/site/jgmsantos
>>
>>
>> _______________________________________________
>> 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/20150610/f2208cec/attachment.html
More information about the ncl-talk
mailing list