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

test_data_path = '/global/cscratch1/sd/terai/E3SM_simulation/cori-knl.master.FSCREAM-LR_prescribedaero_longrunv3.ne30_ne30/run/clim_rgr/2006-2010/'
reference_data_path = '/global/project/projectdirs/acme/acme_diags/obs_for_e3sm_diags/climatology/'

test_name = 'cori-knl.master.FSCREAM-LR_prescribedaero_longrunv3.ne30_ne30'
short_test_name = 'FSCREAM-LR_prescribedAerosol'
#reference_name='master.E3SMv1_FC5AV1C-L.ne30_ne30'

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

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

diff_title = 'Model - Obs'

multiprocessing = True
num_workers= 32

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