[R] i can't read large NETCDF file like CRU

tony333 tony333_6 at hotmail.com
Mon Dec 12 11:19:08 CET 2011


i use library(ncdf) to read this file as follow 
library(ncdf)
sst.nc = open.ncdf(title)
lonall = get.var.ncdf(sst.nc,'lon')
latall = get.var.ncdf(sst.nc,'lat')
precip = get.var.ncdf(sst.nc,'pre')
close(sst.nc)
if i use this method my pc freeze and not respond until i restart it is
there 

--
View this message in context: http://r.789695.n4.nabble.com/i-can-t-read-large-NETCDF-file-like-CRU-tp4185435p4185435.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list