LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
87 stars 33 forks source link

Handle ensembles for cross-wavelet method #58

Open khider opened 4 years ago

khider commented 3 years ago

@CommonClimate Computation-wise, it's feasible (albeit slow and processor consuming) but how could a human interpret this 4D data?

CommonClimate commented 3 years ago

I think we need to decide what should be done if 2 ensembles meet in cross-wavelet space... I'm certainly not advocating for brute force, for the reasons that you say. One approach would be to use a subset of series from ensemble 1, XWT it to a subset of series from ensemble 2, and have some sensible null underneath. But this is not a priority for the hackathon, so I suggest we punt for now.

khider commented 3 years ago

We also need to define a "pass/fail" test and a new visualization to see how many times the coherence matches across the age ensemble members.