Hi @vagudets ,
Could you please test the changes we made to the Visualization module to allow subseasonal plotting?
I prepared an .RDS file here: /esarchive/scratch/ptrascas/R/ptrascas_scripts/subseasonal_vis/subseasonal_test.RDS
containing a list with:
- The recipe
- "test_data", which is an s2dv cube with hcst and obs
- "skill_metrics", containing the rpss
With those objects, running this line should do the job:
Visualization(recipe = recipe, data = test_data, skill_metrics = skill_metrics, significance = TRUE)
Please let me know if you have any questions or issues with this test.
Many thanks!
Paloma