"""                                                                             
Created to run e3sm_diags                                                                  
@author: terai                                                               
Original date: 30 Sept 2019
"""

reference_data_path = '/global/cscratch1/sd/terai/E3SM_simulation/master.E3SMv1_FC5AV1C-L.ne30_ne30/run/clim_rgr/2006/'
test_data_path = '/global/cscratch1/sd/terai/E3SM_simulation/master.E3SMv1_F2010SC5-CMIP6-LR.ne30_ne30/run/clim_rgr/2006/'

test_name = 'master.E3SMv1_F2010SC5-CMIP6-LR.ne30_ne30'
reference_name='master.E3SMv1_F2010SC5-CMIP6-LR.ne30_ne30'

sets = ["lat_lon","zonal_mean_xy","zonal_mean_2d","polar"]
seasons = ["ANN"]

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

diff_title = 'F2010SC5 model - FC5AV1C-L model'

multiprocessing = True
num_workers= 32

# Name of folder where all results will be stored.
results_dir = '/global/project/projectdirs/acme/www/terai/E3SMv1_F2010SC5-CMIP6vsFC5AV1C-L_demo'
