Re: Ensemble mean

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu May 01 2014 - 07:33:37 MDT

[1] There is no explicit function "to compute ensemble mean
     for CMIP5 projects"

[2] If you place all the data into an array with the following
     structure: x(ensemble,time,lat,lon),
     y(ensemble,time,level,lat,lon) then the ensemble mean
     can be calculated via: dim_avg_n (dim_avg_n_Wrap)

       x_mean = dim_avg_n_Wrap(x, 0) ; x_mean(time,lat,lon)
       y_mean = dim_avg_n_Wrap(y, 0) ; y_mean(time,level,lat,lon)

On 4/30/14, 10:02 PM, azizul haque wrote:
> Hi NCL User,
> I need to compute ensemble mean for CMIP5 projects. Is there any function for this?
> Appreciated if you could let me know.
>
> Regards
> Azizul
>
>
>
> _______________________________________________
> 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 May 01 07:33:47 2014

This archive was generated by hypermail 2.1.8 : Sun May 04 2014 - 12:38:56 MDT