relocationexceeding maximum size

From: Chao Luo (cluo AT uci.edu)
Date: Mon Nov 07 2005 - 15:09:37 MST


Hi,

When I try to create a plot, I'm getting an error message about
workspace reallocation exceeding maximum size.

fatal:ContourPlotDraw: Workspace reallocation would exceed maximum size
    16777216
    fatal:ContourPlotDraw: draw error
    fatal:ContourPlotDraw: draw error

Then I add following code in my script.

ws_id = ngl_get_workspace_id()
rlist = resource()
rlist.wsMaximumSize = 33554432
ngl_set_values(ws_id,rlist)

The error message: fatal:syntax error: possibly an undefined procedure.

I don't know what wrong with it.

Any help are very appreciated!

Chao

_______________________________________________
ncl-talk mailing list
ncl-talk@ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk



This archive was generated by hypermail 2b29 : Mon Nov 07 2005 - 16:39:36 MST