"""                                                                             
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/Year2-4/'
test_data_path = '/global/cscratch1/sd/terai/E3SM_NGD-ATMPhys/syrah.scream.test_20200520_F2010C5-CMIP6_longrun.ne30_ne30/rgr_climo/Year2-6/'
reference_data_path = '/global/cscratch1/sd/terai/E3SM_NGD-ATMPhys/syrah.scream.test_20200520_F2010C5-CMIP6_longrun.ne30_ne30/rgr_climo/Year2-4/'

test_name = 'syrah.scream.test_20200520_F2010C5-CMIP6_longrun.ne30_ne30'
short_test_name = 'F2010C5-CMIP6_longer'
reference_name='syrah.scream.test_20200520_F2010C5-CMIP6_longrun.ne30_ne30'
short_reference_name = 'F2010C5-CMIP6_shorter'

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'
run_type = 'model_vs_model'
backend = 'mpl'

diff_title = 'Longer - Shorter'

multiprocessing = True
num_workers= 32

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