Re: malloc error in area_hi2lores

From: Jamie Scott <James.D.Scott_at_nyahnyahspammersnyahnyah>
Date: Thu, 11 Jun 2009 12:53:22 -0600

Eric,

You have a couple of thing that may be wrong here. Your Lat variable
should be monotonically increasing
and you have the Lat,Lon variables transposed in the call to
area_hi2lores.

-Jamie

On Jun 11, 2009, at 12:00 PM, ncl-talk-request_at_ucar.edu wrote:

> ncl 11> Lat = fspan(59.875,-59.875,240) ;declaring new lat for
> regridding to
> 0.5 degree
> ncl 12> Lon = fspan(0.125,359.875,720)
> ncl 13> po = area_hi2lores_Wrap(lon,lat, rain_new, True, 1,
> Lat,Lon,False)
> ncl(74199) malloc: *** mmap(size=1327104000) failed (error code=12)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
> warning:area_hi2lores: xi, xo must be monotonically increasing

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jun 11 2009 - 12:53:22 MDT

This archive was generated by hypermail 2.2.0 : Thu Jun 11 2009 - 14:54:54 MDT