namo = 'ne30pg2-cand1-8fdd3c'
fnamo = namo + '-y1'
if False:
    reference_data_path = '/global/project/projectdirs/acme/acme_diags/obs_for_e3sm_diags/climatology/'
    test_data_path = '/global/cscratch1/sd/ambradl/acme_scratch/cori-knl/diags1/' + namo
    test_name = namo
    suffix = '-vsobs'
else:
    run_type = 'model_vs_model'
    reference_data_path = '/global/cscratch1/sd/ambradl/acme_scratch/cori-knl/diags1/ne30'
    reference_name = 'ne30'
    test_data_path = '/global/cscratch1/sd/ambradl/acme_scratch/cori-knl/diags1/' + fnamo
    test_name = namo
    suffix = ''

sets = ["lat_lon", "zonal_mean_2d", "zonal_mean_xy"]
seasons = ["ANN", "DJF", "MAM", "JJA", "SON"]

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

# Name of folder where all results will be stored.
results_dir = '/global/project/projectdirs/acme/www/ambrad/pg-' + fnamo + suffix

#debug = True
