Documentation of test_eof_routine_AO


Global Index (short | long) | Local contents | Local Index (short | long)


Cross-Reference Information

This script calls

Listing of script test_eof_routine_AO


clear
cd /home/disk/tao/data/nmc.reanalysis/monthly
load slp_5x5_deg_ave.mat
lims = [0 360 20 90];
[xk, yk] = keep_var(lims, lon_5x5, lat_5x5);
slp = slp_5x5(:, yk, xk);
lat = lat_5x5(yk); lon = lon_5x5(xk);
[slp, clim] = annave(slp);
slp = cosweight(slp, lat);
[ntim, nlat, nlon] = size(slp);
slp = reshape(slp, ntim, nlat*nlon);
[lam, lds, pcs, per] = eof_dan(slp);