|
You can download a PDF version of each diagram below by clicking on it.
See the commands that produced this set of diagrams
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
1) The command that produced the statistics NetCDF file (WOA_PO4_comp_stat/WOA_PO4_comp_stat.nc)
>>> python model_vs_data_comp_stat.py -oWOA_PO4_comp_stat/WOA_PO4_comp_stat.nc -s1000 -tWOA_PO4_comp_stat/WOA_PO4_comp_stat.txt -2 /home/geocean/ocmip/data/gridded/louanchi/po4_louanchi.nc,PO4 /home/geocean/ocmip/data/gridded/WOA2001/po4_lev.nc po4 "/home/geocean/ocmip/phase2/%(model)/Biotic/%(model)_LEV_PHOSPHATE.nc" PHOSPHATE
This command also produced a text file containing all the statistics (WOA_PO4_comp_stat/WOA_PO4_comp_stat.txt).
2) The command that read the statistics and produced all the diagrams
>>> python plot_taylor_diagrams.py -i40 -t "Model/World Ocean Atlas phosphate comparison" -pbrd -o WOA_PO4_comp_stat/ WOA_PO4_comp_stat/WOA_PO4_comp_stat.nc
Note that, though we specify the diagram title, some other meta-information (units) is extracted from the data or model output files.
The model list and their code letter are extracted from a miscellaneous file: model_dictionary.py.