Re: area weigthed anomalies

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Sep 20 2013 - 11:34:18 MDT

Once you have the anomalies ...

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

   See Example 4

q(time,lat,lon)

wgtAve = wgt_areaave(q(:,{40:90}, :), wgty({45:90}), 1.0, 0)

where wgty is
    wgty = lat
    wgty = (/cos(lat*0.01745329)/)
On 9/18/13 12:50 PM, Xi Chang wrote:
> hallo,
> just a quick question, what an appropiate approach that i can use to
> calculate area weigthed anomalies, for instance if my region bounded from
> 40-90N? thank you for any insight..
>
>
>
> _______________________________________________
> 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 Fri Sep 20 11:34:23 2013

This archive was generated by hypermail 2.1.8 : Tue Oct 01 2013 - 14:41:44 MDT