re-order data to one dimensional array

From: Xi Chang <xi.chang01_at_nyahnyahspammersnyahnyah>
Date: Tue Dec 11 2012 - 13:15:36 MST

Hallo,

I just wonder how can i order all data from all grids to create a single
array.
Let say i have 3 years daily datasets SST (time x lat x lon) where
ntime=1095, nlon=144, nlat=21.
then i want to oder the data thus then i will have SST_new in one
dimensional array. something like

SST_new= x( one dimensional array)

SST (1,1,1)
SST (2,1,1)
SST (3,1,1)
;
;
;
SST (ntime, nlat, nlot)

Thanks a lot
Xi

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Dec 12 05:15:57 2012

This archive was generated by hypermail 2.1.8 : Wed Dec 12 2012 - 19:07:01 MST