syntax error in month_to_annual_weighted in 6.2.0

From: Keith Lindsay <klindsay_at_nyahnyahspammersnyahnyah>
Date: Mon Apr 14 2014 - 12:12:25 MDT

Hi,

When I run the following commands with ncl 6.2.0, I get the error below
them:

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
yyyymm = (/ 199001, 199002, 199003, 199004, 199005, 199006, \
             199007, 199008, 199009, 199010, 199011, 199012 /)
x = (/ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 /)
opt = 1
xa = month_to_annual_weighted(yyyymm, x, opt)

fatal:Variable (yyyymmdd) is undefined
fatal:["Execute.c":8567]:Execute: Error occurred at or near line 9783 in
file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl

These commands work fine w/ ncl 6.1.2.

Could this please be looked into?

Thanks, Keith Lindsay
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Apr 14 12:12:36 2014

This archive was generated by hypermail 2.1.8 : Tue Apr 15 2014 - 10:45:19 MDT