[ncl-talk] matrix X is weighted by the square root of grid cell area

Dennis Shea shea at ucar.edu
Tue Mar 5 13:20:12 MST 2019


Applications: * EOF examples*
<http://www.ncl.ucar.edu/Applications/eof.shtml>
There are numerous examples

For examples, see the 1st example: *eof_1_640.ncl*




On Tue, Mar 5, 2019 at 2:45 AM sreerag sudheendran <
ijsreeragsudhi.com at gmail.com> wrote:

> I need to find the EOF from  Extended Reconstructed Sea Surface
> Temperature data set version 3b data. I’m new with NCL, I find the anomaly
> and need to weight the anomaly matrix x by square root of grid cell area.
> Can any one help to get the proper way….
>
> I used
> rad    = 4.*atan(1.)/180.
> clat   = Anom&lat
> clat   = sqrt( cos(rad*clat))
> p=Anom
> p=Anom*conform(Anomx,clat,1)
>
> Where Anom is anomaly…. Is this the correct way to weight anomaly matrix
> by square root of grid cell area.
> _______________________________________________
> 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/20190305/b7012500/attachment.html>


More information about the ncl-talk mailing list