Memory constraints?

From: Gerry Creager - NOAA Affiliate <gerry.creager_at_nyahnyahspammersnyahnyah>
Date: Tue Jun 04 2013 - 16:26:44 MDT

We're playing with a script that has the following snippet of code:

  dimx = 449
  dimy = 399
  ens_size = 50
  over_id = new((/10/),"graphic")

   x_start = 1
   x_end = dimx-1
   y_start = 1
   y_end = dimy-1

  height = 1000.
  dimz = 50

  Uwind_a = new((/dimz,dimy,dimx,ens_size/),"float")
  Vwind_a = new((/dimz,dimy,dimx,ens_size/),"float")
  dbz_a = new((/dimz,dimy,dimx,ens_size/),"float")

We're seeing an NclMalloc error after the last 'new'. Is there a limit in
NCL I need to look at or do you think this is simple memory exhaustion on
the machine?

Thanks, Gerry

-- 
Gerry Creager
NSSL/CIMMS
405.325.6371
++++++++++++++++++++++
“Big whorls have little whorls,
That feed on their velocity;
And little whorls have lesser whorls,
And so on to viscosity.”
Lewis Fry Richardson (1881-1953)

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jun 4 16:27:10 2013

This archive was generated by hypermail 2.1.8 : Tue Jun 11 2013 - 12:03:58 MDT