Taylor DiagramΒΆ

For this example we want to make a taylor diagram of the atmospheric pressure at the surface for the climatology from 1980 to 2000.

../_images/psltaylor_climatology_taylor0.png

First use the command:

validate-configure

Then edit the conf.yaml file to the following:

run: 'edr'
experiment: 'historical'

defaults:
            dates:
              start_date: '1980-01'
              end_date: '2000-01'
            png: True

plots:
        - variable: 'psl'
          plot_projection: 'taylor'
          data_type: 'climatology'
          comp_obs:
            - 20CR
          comp_models:
            - CanCM4
          comp_ids:
            - cvu

delete:
          del_netcdf: False
          del_mask: True
          del_ncstore: True
          del_cmipfiles: False

data_root: '
observations_root: '/raid/rc40/data/ncs/obs4comp'
cmip5_root: '/raid/ra40/CMIP5_OTHER_DOWNLOADS/'

Save the file and then use the command:

validate-configure