Version 1 (modified by juaco, 8 years ago) (diff) |
---|
First, we load the forecast of the target variable recursively for lead month values from 1 to 6 (i.e., the initializations from January to June)
> cfs.list <- lapply(1:6, function(lead.month) { loadECOMS(dataset = "CFSv2_seasonal_16", var = "tas", lonLim = c(-10,-1), latLim = c(36,40), season = 7, years = 2006, leadMonth = lead.month) })
We will take as reference for measuring the drift the lead-month 0 forecast (i.e. the July initializations)
> ref <- loadECOMS(dataset = "CFSv2_seasonal_16", var = "tas", lonLim = c(-10,-1), latLim = c(36,40), season = 7, years = 2006, leadMonth = 0) > plotMeanField(ref)
Attachments (3)
- image-20160513-145433.png (45.6 KB) - added by juaco 6 years ago.
- image-20160513-145600.png (13.1 KB) - added by juaco 6 years ago.
- image-20160513-145707.png (19.5 KB) - added by juaco 6 years ago.
Download all attachments as: .zip