Changes between Version 7 and Version 8 of udg/ecoms/RPackage/examples/bias
- Timestamp:
- Mar 31, 2016 4:47:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples/bias
v7 v8 75 75 #!text/R 76 76 obs.regridded <- downscaleR::interpData(gridData = ex2.obs, 77 new.grid = getGrid(ex2), 78 method = "bilinear") 77 new.coordinates = getGrid(ex2), 78 method = "bilinear", 79 parallel = TRUE) 79 80 }}} 80 81 81 82 82 Note the warnings reminding us that the extent of the input grid is wider than that from CFS. However, in this case we can safely ignore this warnings, since all the land areas we are interest in are within the CFS domain.83 Note the use of the parallelization options to do the interpolation in parallel. Also, note the warnings reminding us that the extent of the input grid is wider than that from CFS. However, in this case we can safely ignore this warnings, since all the land areas we are interest in are within the CFS domain. 83 84 84 85 {{{