Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix to failure of regional mean climate metrics
Changes are made to mean_climate_driver.py to call the updated version of region_subset() function. Specifically, current mean_climate_driver.py passed three input parameters in to region_subset() to mask the data for regional mean climate calculation. However, the region_subset() in pcmdi_metrics.io library required 5 input parameters, leading to the failure of mean_climate_driver.py calculation.
- Loading branch information