My work on Taylor diagrams



Example of Taylor diagram    (Click to enlarge)
Example of Taylor diagram
Taylor diagrams are usefull tools to help compare different statiscal datsets to one reference dataset.   See definition

In my job context, it is used to help compare model output to observations or estimates.
I program in Python a tool that computes and displays a Taylor diagram.

Details of this program

Sample gallery

OCMIP results


This program is made of two following subprograms:

  1. one computes comparison statistics needed for a Taylor diagram:

    Here is a simple description and how to use it.
    You can also see the complete description of the program code.
  2. the other plots a Taylor diagram, given the statistics in a NetCDF file.

  3. Here is a simple description and how to use it.
    You can also see the complete description of the program code.