search for: datestrlen

Displaying 1 result from an estimated 1 matches for "datestrlen".

2011 May 10
1
Reading a large netCDF file using R
...nted to aggregate the data. The file summary looks like this library(ncdf) nc=open.ncdf("NCEP_prec_1949_58.nc") > nc [1] "file NCEP_prec_1949_58.nc has 4 dimensions:" [1] "Time Size: 14608" [1] "lat Size: 99" [1] "lon Size: 199" [1] "DateStrLen Size: 20" [1] "------------------------" [1] "file NCEP_prec_1949_58.nc has 1 variables:" [1] "float Prec[lon,lat,Time] Longname:yearly accumulated precip Missval:1e+30" I tried to get the variable values using this command > xx=get.var.ncdf(nc) Error: can...