fatal:NclMalloc Failed:[errno=12]

From: Erika Folova <e.folova_at_nyahnyahspammersnyahnyah>
Date: Wed Dec 12 2012 - 00:53:56 MST

Hi NCL Users,

I was attempting to reverse my latitude axis and saved them in a single
netcdf file.
But i got an issue *"out of memory*". The size of intial data (phi) is 2
Gb, i simply do this command:

---
begin
  f1 = addfile("phi.nc","r")      ; Read in first time step and
  phi = f1->phi(:,::-1,:)
  phi2 = phi
  copy_VarCoords(phi, phi2)
diro ="./"
filo = "phi.fixed.nc"
NCFILE = diro+filo
system ("/bin/rm -f " + NCFILE)
fout = addfile(NCFILE,"c")
fout->phi2 = phi2
delete(fout)
end
----
Then i got this error: "fatal:NclMalloc Failed:[errno=12]"
Anyone can help my problem how to avoid this error?
Thanks
-- E. Fol

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Dec 12 16:54:10 2012

This archive was generated by hypermail 2.1.8 : Wed Dec 12 2012 - 19:07:01 MST