Re: undefined identifier error message

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Jun 10 2010 - 09:10:49 MDT

http://www.ncl.ucar.edu/Document/Functions/Shea_util/specx_ci.shtml

As noted, this is in the "shea_util.ncl"library.

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"

Good luck

On 6/10/10 7:28 AM, Ioana Colfescu wrote:
> Hi,
>
> Could anybody please help me with the following problem - when I run a code that contains the following part :
>
> iopt = 0
> jave = 0 ; no smoothing; return periodogram estimates
> pct = 0.1 ; taper 10% of the data
> dof = specx_anal(lat_lon_ave(:),iopt,jave,pct)
> printVarSummary(dof)
> splt = specx_ci(dof,0.05,0.95)
>
> I get the error message :
>
> fatal:Undefined identifier: (specx_ci) is undefined, can't continue
> fatal:Execute: Error occurred at or near line 22 in file slect_reg.ncl
>
> Is weird since I copy pasted this from another code where the same lines work fine so I don't understand what's happening here.
> Thank you,
>
> Ioana
> _______________________________________________
> 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 Thu Jun 10 09:19:24 2010

This archive was generated by hypermail 2.1.8 : Fri Jun 11 2010 - 09:33:24 MDT