rigoudyg / climaf

CliMAF - a Climate Model Analysis Framework - doc at : http://climaf.readthedocs.org/
Other
16 stars 7 forks source link

An EOF operator for CliMAF and multi-variable outputs #36

Open jservonnat opened 9 years ago

jservonnat commented 9 years ago

The computation of EOFs comes with an issue: we normally have two outputs from an EOF decomposition (the eigenvectors and the principal components). We might also need to have access to the eigenvalues (explained variance). Therefore two strategies are possible:

senesis commented 9 years ago

See http://climaf.readthedocs.org/en/latest/std_operators.html under bullet "example for two outputs"

senesis commented 9 years ago

What I implemented (and referenced above) is not in line with your proposals , but is an alternate way, laready usable. This does not close the discussion We may also whish to have a compiste operator which perfomrs both EOF computation and some standard graphic production (which would show first few ranks PC and EOF, and also explained variances, as already implemented in CAMI). We cannot yet mix grpahic and numeric outputs for a CliMAF operator