PeterRochford / SkillMetrics

A Python library for calculating and displaying the skill of model predictions against observations.
GNU General Public License v3.0
195 stars 91 forks source link

The RMSD value inputed by csv file is different with the RMSD value in the Taylor Diagrme on the same model #25

Closed Saibo-Li closed 2 years ago

Saibo-Li commented 3 years ago

I imported the CSV data containing RMSD into Python Idle, but the graphs generated through the Skill_Metrics Python package show individual model RMSD values that are different from the RMSD values of the raw CSV data.

PeterRochford commented 2 years ago

Without having access to your raw data and the Python plotting script, my guess is that you are making the mistakes cited in the FAQ Plotting Issues Q8 and Q9. Try reading these items and then checking how you calculate the RMSD values of your raw data.