Re: concatenating numeric arrays

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Aug 26 2011 - 16:04:39 MDT

http://www.ncl.ucar.edu/Document/Functions/Contributed/array_append_record.shtml

    a1 = array_append_record (xa, xb, 0)
    a2 = array_append_record (a1, xc, 0)
    a3 = array_append_record (a2, xd, 0)

On 8/26/11 3:59 PM, priyanka roy wrote:
> Hello,
>
> I was wondering if there is any function for concatenating numeric
> arrays. I usually do it manually, as I couldn't find any ncl function
> for it. Please do let me know if there is one.
>
> Thanks
> Priyanka
>
>
> _______________________________________________
> 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 Fri Aug 26 16:04:45 2011

This archive was generated by hypermail 2.1.8 : Mon Aug 29 2011 - 21:44:22 MDT