# Model vs model # Test: compy (top panels) test_data_path = '/compyfs/gola749/E3SM_simulations/20190930_master.DECKv1b_piControl.ne30_oECv3_ICG.compy/post/atm/180x360_aave/clim/50yr' test_name = '20190930_master.DECKv1b_piControl.ne30_oECv3_ICG.compy' short_test_name = '20190930_master.DECKv1b_piControl.ne30_oECv3_ICG.compy' # Reference: base (middle panels) reference_data_path = '/compyfs/gola749/E3SM_simulations/20180129.DECKv1b_piControl.ne30_oEC.edison/post/atm/180x360_aave/clim/50yr' ref_name = '20180129.DECKv1b_piControl.ne30_oEC.edison' short_ref_name = 'piControl' # Name of the folder where the results are stored. results_dir = '/compyfs/gola749/E3SM_simulations/20190930_master.DECKv1b_piControl.ne30_oECv3_ICG.compy/post/e3sm_diags/test_vs_base/180x360_aave/0001-0050' # 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 = 'test - ref' # '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