# Location of the ref data.
reference_data_path = '/global/cscratch1/sd/mkwitte/E3SM_simulations/scream_mkw.SHOCMF_control.ne30_ne30.cori-knl/run/climo2'
# Name of the ref model data, used to find the climo files.
ref_name = 'scream_mkw.SHOCMF_control.ne30_ne30.cori-knl'
# An optional, shorter name to be used instead of the ref_name.
short_ref_name = 'Ref: SHOC+ZM'

# Location of the test data.
test_data_path = '/global/cscratch1/sd/mkwitte/E3SM_simulations/scream_mkw.SHOCMF_dry.ne30_ne30.cori-knl/run/climo2'
# Name of the test model data, used to find the climo files.
test_name = 'scream_mkw.SHOCMF_dry.ne30_ne30.cori-knl'
# An optional, shorter name to be used instead of the test_name.
short_test_name = 'Test: SHOC+dryMF+ZM'

# What plotsets to run the diags on.
sets = ['lat_lon']
# Name of the folder where the results are stored.
results_dir = 'test_shoc'
# 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'

# Below are more optional arguments.

# 'mpl' is to create matplotlib plots, 'vcs' is for vcs plots.
backend = 'mpl'
# Title of the difference plots.
diff_title = 'Test Model - Ref Model'
# For running with multiprocessing.
#multiprocessing = True
#num_workers = 32
