Re: skew_T for radiosonde

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Sep 25 2012 - 09:46:06 MDT

Agnes,

Are you load skewt_func.ncl twice by any chance? It looks like it thinks that skewT_BackGround is already defined.

You can fix this by editing $NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.ncl and putting the line:

undef("skewT_BackGround")

before

function skewT_BackGround

--Mary

On Sep 24, 2012, at 4:18 PM, Agnes Lim wrote:

> Hi
>
> I was returned the following syntax error when using
>
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.ncl"
>
> I had used the example script from the NCL website.
> The skewT was plotted so was wondering if this error matters.
>
> Thanks
> Agnes
>
> Error message:
> fatal:syntax error: line 2071 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.ncl before or near
> skewT_BackGround
> function skewT_BackGround
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:Variable (Opts) is undefined
> fatal:Execute: Error occurred at or near line 2073 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.ncl
>
> _______________________________________________
> 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 Tue Sep 25 09:46:15 2012

This archive was generated by hypermail 2.1.8 : Wed Sep 26 2012 - 13:56:03 MDT