#namo = 'ne30pg2-cand1-dpuvom'
namo = 'ne30pg2-theta-fvtopo-smoothtopo'
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/ne30'
    test_name = 'ne30'
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/' + namo
    test_name = namo
    #test_name = 'ne30'

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-' + namo
results_dir = '/global/project/projectdirs/acme/www/ambrad/tmp'

#debug = True
