Displaying 1 result from an estimated 1 matches for "ncep_prec_1949_58".
2011 May 10
1
Reading a large netCDF file using R
I got a netCDF file from a climate group and wanted 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 v...