[ncl-talk] NclMalloc Failed:[errno=12]

Soumik Basu sbasu at iarc.uaf.edu
Tue Dec 8 16:02:12 MST 2015


Hi,

I am trying to create a new array of the following dimension:

    nens = 60
    time = 965
    nlat = 128
    mlon = 256

   sat_sens = new((/nens,time,nlat,mlon/),"float") ; Line 20

But it is giving a memory error on line 20. This is the start of the 
code so there should not be any problem with the memory to create this.

Can anybody give me some suggestion how to avoid this error if I need to 
load this entire dataset together, otherwise I could have load subsets 
of this data. I am using NCL version 6.1.2.

fatal:NclMalloc Failed:[errno=12]
fatal:New: could not create new array:[errno=12]
fatal:["Execute.c":8128]:Execute: Error occurred at or near line 20 in 
file ts_enso_diff_x1.ncl

Thanks,
Soumik
-- 
"Learn from yesterday, live for today, hope for tomorrow. The important 
thing is not to stop questioning." - Albert Einstein

********************************************************************************
Dr. Soumik Basu
Post Doctoral Fellow, International Arctic Research Center, UAF, 
Fairbanks, AK, USA
Nanjing University of Information Science and Technology, Nanjing, China
PhD in Atmospheric Sciences
M.Sc. in Atmospheric Sciences
Email: suvro05 at gmail.com
website: http://soumikbasu.weebly.com/

********************************************************************************


More information about the ncl-talk mailing list