Re: error at mjoclivar_15.ncl

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Mar 18 2013 - 11:40:06 MDT

You have sent this mesaage before. It was responded to several times.

line number 108 is

plot@$unique_string("dum")$ =
gsn_add_polyline(wks, plot, (/xBegin,pc1(nt)/), (/yBegin,pc2(nt)/), plLine)

Since 'gsn_add_polyline' is used by many users, it is likely that if
the error was in that code, there would have been many postings
to ncl-talk. There have been none.

Hence, it must be in the arguments being passed to the function.

As a debugging step, did you print

print("xBegin="+xBegin)
print("yBegin="+yBegin)
print("nt="+nt)
print("pc1(nt)="+pc1(nt))
print("pc2(nt)="+pc2(nt))

prior to calling 'gsn_add_polyline'

On 3/18/13 11:26 AM, marilia.gregorio@cptec.inpe.br wrote:
> Hy...
>
> I'm trying to run the mjoclivar_15.ncl script. I have already ran the
> mjoclivar_14.ncl
> and its work very well.
>
> At mjoclivar_15.ncl I got the message:
>
> fatal:The result of the conditional expression yields a missing value.
> NCL can not
> determine branch, see ismissing function
> fatal:["Execute.c":8128]:Execute: Error occurred at or near line 4195 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl
>
> fatal:["Execute.c":8128]:Execute: Error occurred at or near line 4502 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl
>
> fatal:["Execute.c":8128]:Execute: Error occurred at or near line 108 in file
> mjoclivar_15.ncl
>
>
> I really don't know what these means.
> I'm using Linux with NCL 6.1.2
>
> Thanks very much
>
> Marilia
>
> _______________________________________________
> 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 Mar 18 11:40:12 2013

This archive was generated by hypermail 2.1.8 : Tue Mar 19 2013 - 16:31:18 MDT