[ncl-talk] model ensemble EOF analysis

Dennis Shea shea at ucar.edu
Wed May 20 21:09:18 MDT 2020


At each time stelp,and lat/lon location all 100 ensembel  members


ssh_ens_mean = *dim_avg_n_Wrap*
<http://www.ncl.ucar.edu/Document/Functions/Contributed/dim_avg_n_Wrap.shtml>(ssh,1)
; average
 printVarSummary(ssh_ens_mean)
 printMinMax(ssh_ens_mean,0)

--
Input  'ssh_ens_mean'  as you would any other variable   to the eof function


On Wed, May 20, 2020 at 7:29 AM Sri nandini via ncl-talk <ncl-talk at ucar.edu>
wrote:

> Hello dear fellow ncl users,
>
> I have been analyzing and plotting the standard EOF with success. Now i
> wish to proceed onto model ensemble EOF but having problems
> understanding this coding.
>
> My original data is in this format: SSH=   [time | 240] x [ens | 100] x
> [lat | 45] x [lon | 90]
> How can i modify the standard EOF script on the NCL page to perform it
> on model ensemble of 100 members?e.g through looping it?
>
> Would be grateful for an example.
>
> best
>
> sri
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200520/9f01562f/attachment.html>


More information about the ncl-talk mailing list