Re: Can NCL do Monte Carlo simulation and how to convert 1d array into a 2d array?

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Jun 21 2012 - 16:07:54 MDT

Monte Carlo simulation:
This posting is very vague. NCL does not have a "Monte Carlo Simulation"
function. What would that look like? NCL does
have random number generators including:

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

that could be used to randomly sample arrays
(eg the 'time' dimension)

=========
"convert the 1D(lat*lon):

See

http://www.ncl.ucar.edu/Document/Functions/Built-in/ind_resolve.shtml

Good Luck

On 6/19/12 9:43 PM, 小螃蟹直着走 wrote:
> Hello all:
> I want to do SVD analysis between SST and SLP.
> Is there the function of Monte Carlo simulation in NCL?
> In addition, the function svdcov can not present missing data, so I
> convert the SST into 1D array without missing data. Now, I want to plot
> the figure, how can I convert the 1D(lat*lon) array of SST to
> 2D(lat,lon) array and assign the correct coordinate to the 2D array?
>
> Regards
>
> Jin Dachao
>
> 2012-06-20
>
>
>
> _______________________________________________
> 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 Thu Jun 21 16:08:09 2012

This archive was generated by hypermail 2.1.8 : Mon Jun 25 2012 - 09:57:23 MDT