Re: [Bulk] [ncl-talk] combining arrays ?

From: Mateus da Silva Teixeira <mtex2k3_at_nyahnyahspammersnyahnyah>
Date: Wed, 25 Apr 2007 13:03:17 -0300

Ozan,

You may use ndtooned, like the example below shows

x = (/1,2,3,.....,14,15/)
y = (/31,32,33,....,69,70/)

z = ndtooned((/x,y/))

The result will be the desired!

Mateus

ozan mert gokturk escreveu:
> Dear NCL users,
>
> For example, I have two arrays:
>
> x = (/1,2,3,.....,14,15/)
> y = (/31,32,33,....,69,70/)
>
> Is there an easy way in NCL to append y to x, so that
>
> z = (/1,2,3,....,14,15,31,32,33,....,69,70/)
>
> Thanks in advance,
>
> -Ozan
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 25 2007 - 10:03:17 MDT

This archive was generated by hypermail 2.2.0 : Thu Apr 26 2007 - 08:55:37 MDT