Re: Taylor diagram | timeseries smoothing

From: Erik N <nobleeu_at_nyahnyahspammersnyahnyah>
Date: Fri Jun 29 2012 - 14:25:47 MDT

Hi Noel, Dennis suggestions should work.

Do you want to make 3 taylor plots or plot 3 cases in one plot?

Here is one example of a taylor panel plot.
http://www.ncl.ucar.edu/Applications/Scripts/taylor_6.ncl

A slightly more complicated is provided as the last example here:
http://www.ncl.ucar.edu/Applications/taylor.shtml

In the example I put all of my scores (for each model) into an text file
and then I separate the scores into a data array in the script. This
required knowing the positions of the scores beforehand. In this script, I
know that the first 64 scores of my text file belong to my 64 models, and
that the other scores belong to the reanalysis or satellite observations
that I want to have plotted on the Taylor diagram as other cases.

If you want to plot 3 different times, you could create 3 arrays as cases
and plot them together on one plot.

On Fri, Jun 29, 2012 at 3:57 PM, Noel Aloysius <noel.aloysius@gmail.com>wrote:

> Hi NCL,
>
> I would like to hear your suggestions/directions on the following,
>
> 1) I want to create a Taylor diagram comparing GCM performance (10 GCMs)
> of three variables at three time intervals - early, mid and late 20th
> century. Are there NCL examples that guide one through the input
> preparation for Taylor diagram?
>
> 2) Is there an equivalent of lowess filter type function in NCL for
> monthly time series smoothing.
>
> Thanks,
> Noel
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>

-- 
- Erik -

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Jun 29 14:25:59 2012

This archive was generated by hypermail 2.1.8 : Fri Jun 29 2012 - 15:46:13 MDT