reference_data_path = '/global/project/projectdirs/acme/acme_diags/obs_for_e3sm_diags/climatology/'
test_data_path = '/global/cscratch1/sd/acmedata/E3SM_simulations/b1850c5_acmev0_highres/atm/mon_180x360/'

test_name = 'b1850c5'

# Not defining a sets parameter runs all of the default sets:
# ['zonal_mean_xy', 'zonal_mean_2d', 'lat_lon', 'polar', 'cosp_histogram']

# 'mpl' and 'vcs' are for matplotlib or vcs plots respectively.
backend = 'mpl'

# Name of folder where all results will be stored.
results_dir = 'e3sm_diags'

# Optional settings below:

diff_title = 'Model - Obs'

multiprocessing = True
# You can set this to 64 if running on the KNL nodes.
num_workers =  32
