breeze

From: Michael Notaro <mnotaro_at_nyahnyahspammersnyahnyah>
Date: Wed, 15 Jul 2009 13:51:45 -0500

I am trying to run NCL on breeze (NCAR) today but when I use
copy_VarCoords,
the function is not recognized.

Here's a very simple test I made:

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
a=(/1.,2.,3./)
a!0="time"
b=(/2.,4.,6./)
copy_VarCoords(a,b)
end

Here's the error:

fatal:syntax error: line 3200 in file $NCARG_ROOT/lib/ncarg/
nclscripts/csm/shea_util.ncl before or near \n
   copy_VarCoords(x, advect)
---------------------------^

fatal:syntax error: possibly an undefined procedure
fatal:Syntax Error in block, block not executed
fatal:error at line 3223 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/
shea_util.ncl

fatal:syntax error: line 3288 in file $NCARG_ROOT/lib/ncarg/
nclscripts/csm/shea_util.ncl before or near \n
   copy_VarCoords(X, Xdp)
------------------------^

ETC.....

Any idea what is wrong?

Mike
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jul 15 2009 - 12:51:45 MDT

This archive was generated by hypermail 2.2.0 : Fri Jul 17 2009 - 15:27:02 MDT