Re: Odd error message

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon Oct 31 2011 - 11:12:14 MDT

Gerry,

I googled this error message, and saw a reference to the same problem that occurred because the data had Nans in it.

Could that be the case for modelSst? You can use "isnan_ieee" to see if this is True:

http://www.ncl.ucar.edu/Document/Functions/Built-in/isnan_ieee.shtml

If you have Nans, then here's a function for replacing them with missing values:

http://www.ncl.ucar.edu/Document/Functions/Built-in/replace_ieeenan.shtml

--Mary

On Oct 28, 2011, at 12:24 PM, Gerald Creager wrote:

> I'm seeing an error message I've not encountered before:
> fatal:ContourPlotDraw: CPCLAM/AREDAM - UNABLE TO INSERT NODE INTO MAP
> fatal:ContourPlotDraw: draw error
>
> I think the pertinent snippet of code is:
>
> plotSst=gsn_csm_contour_map_ce(wks,modelSst(ssttimeCounter,:,:),cnRes)
> draw(plotSst)
> frame(wks)
>
> Any thoughts?
>
> Thanks, Gerry
> --
> Gerry Creager -- gerry.creager@tamu.edu
> Texas Mesonet -- AATLT, Texas A&M University
> Cell: 979.229.5301 Office: 979.458.4020 FAX: 979.862.3983
> Office: 7607 Eastmark Drive, Suite 112, College Station, TX 77840
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Oct 31 11:12:21 2011

This archive was generated by hypermail 2.1.8 : Tue Nov 01 2011 - 13:43:04 MDT