Re: Question of Undefined identifier (linit2_points)

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Mar 22 2011 - 12:58:26 MDT

You misspelled the function: linint2_points

On 3/22/11 12:19 PM, wei chih chen wrote:
> Dear NCL user,
> I have the error meassage as "fatal:Undefined identifier:
> (linit2_points) is undefined, can't continue", but I think I loaded the
> module I need. Does anyone can provide me some advice. The script is
> attached below Thank you.
>
>
> 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/shea_util.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
>
> begin
> variable = asciiread("2mT_0.txt",(/12,3/),"float")
> VT=transpose(variable)
> ;print(VT)
> lat=VT(0,:)
> lon=VT(1,:)
> val=VT(2,:)
> print(lat)
> print(lon)
> print(val)
> narrvar = asciiread("NARRdata.txt",(/12,3/),"float")
> narrT=transpose(narrvar)
> LAT=narrT(0,:)
> LON=narrT(1,:)
> fo=linit2_points(lon,lat,val,True,LON,LAT,0)
> print (fo)
> end
> --
> Best regards
> Wei-Chih
>
>
>
> _______________________________________________
> 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 Mar 22 12:58:33 2011

This archive was generated by hypermail 2.1.8 : Wed Mar 23 2011 - 16:15:59 MDT