<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font size="-2"><font face="Arial">Hi there,<br>
<br>
I am using eofunc to calculate the first 30 EOFs of detrended
SST anomalies. I add these individual EOFs up to a "combined"
EOF including a weighting, like so: eof_comb =
dim_sum_n(eof*weights,0). This is pseudo-code obviously.<br>
<br>
I then try to find with which temporal variability the new
combined EOF is present in my original SST anomalies: <br>
pc_new = enfunc_ts(sst_anom,eof_comb,False), where sst_anom is
lat x lon x time and eof_comb is evn x lat x lon. <br>
<br>
My question is, since I can't find source code for eofunc_ts, is
the routine capable of "finding" my combined EOF in the original
data and gives me the correct PC or do I need to expect wrong
results because I meddled with the EOFs?<br>
<br>
Regards,<br>
Tobias<br>
</font></font>
</body>
</html>