Annual mean spatial anomaly to zonal mean
command:
>>> python plot_taylor_diagrams.py
-C8 -p -t "Deep Pacific water C14 Taylor diagram" -o annual_mean_spatial_anomaly.ps C14/comp_stat.nc
Option '-C8' selects the 8th component (over 8): that is, Annual mean spatial anomaly to zonal mean Option '-p' selects PostScript output format.
Option '-t' defines the diagram title.
Option '-o' defines the output file name.
C-14/comp_stat.nc is the input file containing the comparison statistics
|
|

|
|
|
Zonal annual mean with color
command:
>>> python plot_taylor_diagrams.py -i38 -t "Model/Takahashi Sea-Air CO2 flux comparison" -c -C2 -o zonal_annual_mean.ps TAKA_FCO2_comp_stat.nc
Option '-C2' selects the second component: that is, Zonal annual mean
Option '-c' requests color to be added
Option '-i' sets the marker size for each point on the diagram. (Allowed size ranges from 1 to 100, default is 50)
|
|
|
Total space-time field component with bias
bias color scale is discrete, zero-centered blue-to-red.
command:
>>> python plot_taylor_diagrams.py
-i38 -C1 -pbrd -t "CFC-11 inventory Taylor diagram" -o total_w_bias_red_blue.ps CFC11/comp_stat/comp_stat.nc
Option '-C1' selects the first component: that is, total space-time field (8 components in total)
Option '-b' requests the bias to be shown
Option '-r' selects the red-to-blue color palette
Option '-d' requests the colors scale to be discrete
|
|

|
|
|
Total space-time field component with bias
bias color scale is discrete, rainbow-colored.
command:
>>> python plot_taylor_diagrams.py
-i38 -C1 -pbd -t "CFC-11 inventory Taylor diagram" -o total_w_bias_red_blue.ps CFC11/comp_stat/comp_stat.nc
Option '-C1' selects the first component: that is, total space-time field (8 components in total)
Option '-b' requests the bias to be shown
Option '-d' requests the colors scale to be discrete
|
|
|
Total space-time field component with bias
bias color scale is continuous, rainbow-colored.
command:
>>> python plot_taylor_diagrams.py -i50 -C1 -pb -t "Deep Pacific water C14 Taylor diagram" -o total_w_bias_continuous.ps C-14/comp_stat/comp_stat.nc
Option '-i50': markers have the default size
Option '-b' requests the bias to be shown
|
|

|
|
|
Multi-component
Four statistical components are shown on this diagram
command:
>>> python plot_taylor_diagrams.py -i32 -t "Model/World
Ocean Atlas phosphate comparison" -sp -C1,7,2,4 -o multi-component.ps WOA_PO4_comp_stat.nc
Option '-C1,7,2,4' selects four components:
- Total space-time field
- Spatial anomaly to zonal monthly mean
- Zonal annual mean
- Monthly anomaly to zonal annual mean
Option '-s' requests components to be superimposed on the same diagram.
Otherwise, four diagram in four different files would have been generated
|
|
|