# Location of the data.
test_data_path = '/global/homes/c/chengzhu/cmip6_data_check/data/'
reference_data_path = '/global/cscratch1/sd/chengzhu/cmip_check/'

# Set this parameter to True.
# By default, e3sm_diags expects the test data to be climo data.
test_timeseries_input = True
# Years to slice the test data, base this off the years in the filenames.
test_start_yr = '0001'
test_end_yr = '0001'

# Set this parameter to True.
# By default, e3sm_diags expects the ref data to be climo data.
#ref_timeseries_input = True
## Years to slice the ref data, base this off the years in the filenames.
#ref_start_yr = '0005'
#ref_end_yr = '0005'

# When running with time-series data, you don't need to specify the name of the data.
# But you should, otherwise nothing is displayed when the test/ref name is needed.
short_test_name = 'E3SM-cmip_sample'
short_ref_name = 'raw_sample'

# 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'
# Name of the folder where the results are stored.
results_dir = '/global/project/projectdirs/acme/www/zhang40/figs/modTS_vs_modTS_CMIP_1years'

# Below are more optional arguments.

# What plotsets to run the diags on.
# If not defined, then all available sets are used.
sets = ['lat_lon']
# What seasons to run the diags on.
# If not defined, diags are ran on ['ANN', 'DJF', 'MAM', 'JJA', 'SON'].
seasons = ['ANN']
# Title of the difference plots.
diff_title = 'cmip (1) - raw (1)'
## For running with multiprocessing.
#multiprocessing = True
#num_workers = 32

