# Model vs model

# Test: v1-HR (top panels)
test_data_path = '/global/cscratch1/sd/acmedata/E3SM_simulations/theta.20180906.branch_noCNT.A_WCYCL1950S_CMIP6_HR.ne120_oRRS18v3_ICG/atm/mon_180x360'
test_name = 'theta.20180906.branch_noCNT.A_WCYCL1950S_CMIP6_HR.ne120_oRRS18v3_ICG'
short_test_name = 'HR'

# Reference: v1-LRtunedHR (middle panels)
reference_data_path = '/global/cscratch1/sd/tang30/E3SM_simulations/20190509.A_WCYCL1950S_CMIP6_LRtunedHR.ne30_oECv3_ICG.anvil/pp/clim_rgr/0026-0055/'
ref_name = '20190509.A_WCYCL1950S_CMIP6_LRtunedHR.ne30_oECv3_ICG.anvil'
short_ref_name = 'LRtunedHR'

# Name of the folder where the results are stored.
results_dir = '/global/project/projectdirs/acme/www/zhang40/figs/'

# This parameter modifies the software to accommodate model vs model runs.
# The default setting for run_type is 'model_vs_obs'.
run_type = 'model_vs_model'

# Title of the difference plots.
diff_title = 'HR - LRtunedHR'

# 'mpl' is to create matplotlib plots, 'vcs' is for vcs plots.
backend = 'mpl'
output_format = ['png']
output_format_subplot = ['pdf']
save_netcdf = True

# For running with multiprocessing.
#multiprocessing = True
#num_workers = 16

