What is wrong with the array_append_record

From: Wen.J.Qu <wen.j.qu_at_nyahnyahspammersnyahnyah>
Date: Sun Sep 09 2012 - 09:18:55 MDT

Hi, all,

What is wrong about my run of the "array_append_record" below? Is it result from the old version of NCL (Version 6.0.0
)? Thanks a lot.

Shawn

##################################################################################

$ ncl
 Copyright (C) 1995-2011 - All Rights Reserved
 University Corporation for Atmospheric Research
 NCAR Command Language Version 6.0.0
 The use of this software is governed by a License Agreement.
 See http://www.ncl.ucar.edu/ for more details.
ncl 0> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
ncl 1> a = (/1,2,3/)
ncl 2> b = (/(/2,2,3/),(/3,2,3/)/)
ncl 3> c = array_append_record(a,b,0)
fatal:Dimension sizes on right hand side of assignment do not match dimension sizes of left hand side
fatal:Execute: Error occurred at or near line 9765 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl

fatal:Execute: Error occurred at or near line 3

###################################################################################

Wen.J.Qu
2012-09-09

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sun Sep 9 09:19:02 2012

This archive was generated by hypermail 2.1.8 : Tue Sep 11 2012 - 15:30:42 MDT