[ncl-talk] Fwd: Deal with a lot of netcdf files
    Yuqiang Zhang 
    yuqiangzhang.thu at gmail.com
       
    Wed Jun 24 21:36:20 MDT 2015
    
    
  
You don’t have enough memory on your machine to read so many files. It’s too big!
 
Regards,
Yuqiang
 
From: ncl-talk-bounces at ucar.edu [mailto:ncl-talk-bounces at ucar.edu] On Behalf Of Rabah Hachelaf
Sent: Wednesday, June 24, 2015 11:05 PM
To: ncl-talk
Subject: [ncl-talk] Fwd: Deal with a lot of netcdf files
 
 
Hello NCL users,
 
I have netcdf wrf outputs every 1h for 5 years,
i use those commands to read files : 
 
files = systemfunc("ls wrf_1h/wrfout_d02_*") + ".nc"
a  = addfiles (files, "r") 
ListSetType (a, "cat ") 
 
but i get a Segmentation fault error, 
when reduce the number of read files my script works correctly.
 
Any suggestion about this issue. 
 
Thank you 
-- 
------------------------------
Best regards,
Rabah Hachelaf 
  
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150624/e0d11ab3/attachment.html 
    
    
More information about the ncl-talk
mailing list