generate multiple arrays using n-number values randomly

From: Debasish <debasish_at_nyahnyahspammersnyahnyah>
Date: Wed Dec 21 2011 - 13:17:23 MST

Dear NCL users,

I have an array with 30 numbers. Now I would like to create 1000 arrays using this 30 numbers randomly and size of the each new array is also 30.

example: Input array x = (x1, x2, x3, x4,......................,x30)

Output 1000 arrays X1, X2, X3,..............,X1000 and dimension of XI (where I =0, 1000) is 30
where
X1 = (x21, x12, x3, x24,......................,x5)
X2 = (x1, x20, x13, x24, x24, x24, ......................,x1)
X3 = (x15, x25, x19, x14, x22, x10, x12,x12,......................,x7)
.
.
.
X1000 = (x10, x29, x13, x29, x13, x15......................,x6)

Could you please let me know the suitable function in NCL that solves this problem

with regards

Debasish

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Dec 21 13:10:22 2011

This archive was generated by hypermail 2.1.8 : Wed Jan 04 2012 - 10:18:09 MST