import os # # OPTIONS ARE SET BY USER IN THIS FILE AS INDICATED BELOW BY: # # # LIST OF MODEL VERSIONS TO BE TESTED modnames = ['CNRM-CERFACS.CNRM-CM5-2',' NSF-DOE-NCAR.CESM1-WACCM'] pth = os.path.dirname(__file__) # ROOT PATH FOR MODELS CLIMATOLOGIES #test_data_path = '../../../tests/monsoon/data/pr_1961_1999_MRI-CGCM3_regrid_MODS.nc' test_data_path = '$INPUT_DIR$/example_data/atm/mo/pr/CMIP5.CMIP.historical.%(model).r1i1p1.mon.pr.atmos.glb-2d-gu.v%(version).0000000.0.nc' # ROOT PATH FOR OBSERVATIONS # Note that atm/mo/%(variable)/ac will be added to this #reference_data_path = '../../../tests/monsoon/obs/pr_gpcp_79_07_mseas.nc' reference_data_path = '$INPUT_DIR$/PCMDIobs2.0/atmos/mon/pr/GPCP-2-3/gn/v20190301/pr_mon_GPCP-2-3_BE_gn_197901-201803.nc' # DIRECTORY WHERE TO PUT RESULTS results_dir = '$OUTPUT_DIR$/monsoon_wang' # Version for each model version = ['20130401', '20130314'] # Threshold threshold = 2.5