CLIMATE-714 - Updating the regridding routine - ocw.dataset_processor._rcmes_spatial_regrid has been replaced by scipy.interpolate.griddata to properly regrid datasets in curvilinear grid. - regridding takes much more time than previous versions.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/126b3b9a Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/126b3b9a Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/126b3b9a Branch: refs/heads/master Commit: 126b3b9a7e4ee0948ca811b80666a1765f236724 Parents: bc6c08c 6436186 Author: huikyole <[email protected]> Authored: Thu Dec 10 10:27:21 2015 -0800 Committer: huikyole <[email protected]> Committed: Thu Dec 10 10:27:21 2015 -0800 ---------------------------------------------------------------------- examples/configuration_file_examples/run_RCMES.py | 2 ++ ocw/dataset_processor.py | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) ----------------------------------------------------------------------
