Changes between Version 6 and Version 7 of udg/ecoms/RPackage/biascorrection
- Timestamp:
- Mar 30, 2015 3:45:26 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/biascorrection
v6 v7 20 20 var = "tas", 21 21 season = c(12,1,2,3,4,5), 22 lonLim = c(-15,35) 23 latLim = c(32, 75) 24 years = -c(2001:2010))22 lonLim = c(-15,35), 23 latLim = c(32, 75), 24 years = c(2001:2010)) 25 25 prd <- loadECOMS(dataset = "System4_seasonal_15", 26 var = "tas", 26 var = "tas", time = "DD", 27 27 season = c(12,1,2,3,4,5), 28 28 members = 1:2, 29 29 leadMonth = 1, 30 lonLim = c(-15,35) 31 latLim = c(32, 75) 30 lonLim = c(-15,35), 31 latLim = c(32, 75), 32 32 years = c(2001:2010)) 33 33 prd <- interpGridData(prd, new.grid = getGrid(obs), … … 38 38 prd.bc <- biasCorrection(obs, prd, prd, 39 39 method = "qqmap", 40 multi.member =TRUE,40 multi.member = TRUE, 41 41 window = 30) 42 42 plotMeanField(obs)