"""                                                                             
Created to run e3sm_diags                                                                  
@author: terai                                                               
Original date: 29 May 2020
"""

test_data_path = '/global/cscratch1/sd/terai/E3SM_NGD-ATMPhys/syrah.scream.test_20200518_E3SMv1wSHOC.ne30_ne30/rgr_climo/'
reference_data_path = '/global/cfs/cdirs/e3sm/acme_diags/obs_for_e3sm_diags/climatology/'

test_name = 'syrah.scream.test_20200518_E3SMv1wSHOC.ne30_ne30'
short_test_name = 'F2010C5-CMIP6+SHOC'
#reference_name='syrah.scream.test_20200520_F2010C5-CMIP6_longrun.ne30_ne30'
#short_reference_name = 'F2010C5-CMIP6'

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

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

diff_title = 'E3SMv1+SHOC - Obs'

multiprocessing = True
num_workers= 32

# Name of folder where all results will be stored.
results_dir = '/global/cfs/cdirs/e3sm/www/terai/E3SMv1plusSHOC_obs_200529'
