<div dir="ltr">Hi all,<div><br></div><div>When I run my script <span style="font-size:12.8000001907349px">(script in attachment) appear the error below in bold. I tried delete some variables but nothing. </span></div><div><br></div><div><div>Variable: xClmDay_sm</div><div>Type: float</div><div>Total Size: 94867200 bytes</div><div>            23716800 values</div><div>Number of Dimensions: 3</div><div>Dimensions and sizes:<span class="" style="white-space:pre">        </span>[year_day | 366] x [lat | 180] x [lon | 360]</div><div>Coordinates: </div><div>            year_day: [1..366]</div><div>            lat: [89.5..-89.5]</div><div>            lon: [ 0.5..359.5]</div><div>Number Of Attributes: 3</div><div>  smoothing :<span class="" style="white-space:pre">        </span>FFT: 4 harmonics were retained.</div><div>  information :<span class="" style="white-space:pre">        </span>Smoothed daily climatological averages</div><div>  long_name :<span class="" style="white-space:pre">        </span>Daily Climatology: GPCP 1DD Precipitation (mm/day)</div><div><b>fatal:NclMalloc Failed:[errno=12]</b></div><div><b>Falha de segmentação</b></div></div><div><br></div><div><span style="font-size:12.8000001907349px">The error occur in this part of my script. Lines 79-86. I&#39;m using ncl 6.3.0.</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><div>;***********************************************************</div><div>; Compute daily anomalies using raw and smoothed climatologies</div><div>;***********************************************************</div><div>    xAnom      = calcDayAnomTLL (x, yyyyddd, xClmDay)     </div><div>    printVarSummary(xAnom)</div><div>    printMinMax(xAnom, True)</div><div><br></div><div>    xAnom_sm   = calcDayAnomTLL (x, yyyyddd, xClmDay_sm)     </div><div>    xAnom_sm@long_name = &quot;Anomalies from Smooth Daily Climatology&quot;</div><div>    printVarSummary(xAnom_sm)</div><div>    printMinMax(xAnom_sm, True)</div><div><br></div><div>    delete( x )    ; no longer needed</div></div><div><br></div><div><br></div><div>Thanks in advance,</div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><b><font size="2">Guilherme Martins</font></b></div><div><font size="2"><a href="https://sites.google.com/site/jgmsantos/" target="_blank">https://sites.google.com/site/jgmsantos</a><br></font><div><div><div></div></div></div></div><div><br></div></div></div></div></div></div></div></div>
</div></div>