I'm trying to use climate data from Copernicus using the s2dverification package. The package requires CDO (Climate Data Operator) installed in the system for data manipulation. I have CDO version 1.9.5 installed on computer (windows 10) under cygwing but when I try to Load the data it fails. I look for related issues but I found nothing. Any ideas? thanks in advance
library(s2dverification) sdates <- paste0(1993:2015,'0301')
Load(var="t2m",exp=list(list(path = "D:/Copernicus/seasonal_forecasts/cmcc_1993_2015/daily_mean/t2m/$VAR_NAME$_$START_DATE$.nc")),sdates=sdates,leadtimemax=180,storefreq="daily")
- The load call you issued is:
- Load(var = "t2m", exp = list(list(...)), obs = NULL, sdates = c('19930301', '19940301', ..., '20150301'), nmember = NULL, leadtimemin = 1, leadtimemax = 180,
- latmin = -90, latmax = 90, lonmin = 0, lonmax = 360, output = "areave", grid = NULL, storefreq = "daily", ...)
- See the full call in '$load_parameters' after Load() finishes.
- Fetching first experimental files to work out 'var_exp' size...
- Exploring dimensions... D:/Copernicus/seasonal_forecasts/cmcc_1993_2015/daily_mean/t2m/t2m_19930301.nc Error in .LoadDataFile(work_piece, explore_dims = TRUE, silent = silent) : Error: CDO libraries not available