Project

General

Profile

Regarding Principal Component analysis

Added by Matt Hyde about 1 year ago

Hi,
I have a file that has SST for 30 years and I am able to calculate the EOF of my file using:
cdo sub sst.nc -timmean sst.nc sstano.nc
cdo eof,10 sstano.nc eigenval.nc eigenvec.nc

Now I want to plot the amplitude associated with Principal Component 1,2 and 3 associated with respective EOFs. How do I get to that?