Re: [R] Reading a large netCDF file using R

2011-05-11 Thread David William Pierce
On Tue, May 10, 2011 at 10:17 AM, Sulochan Dhungel < sulochandhun...@gmail.com> wrote: > Hi Dave, > > I asked for the climate group for one particular day's data so that I could > match it up with the data I got from the codes for the same day. It did not > match. So I knew it was not working. Als

Re: [R] Reading a large netCDF file using R

2011-05-10 Thread Sulochan Dhungel
Hi Dave, I asked for the climate group for one particular day's data so that I could match it up with the data I got from the codes for the same day. It did not match. So I knew it was not working. Also time is the first thing on the list of summary for "nc" , but when I saw other netCDF files, ti

Re: [R] Reading a large netCDF file using R

2011-05-10 Thread David William Pierce
On Mon, May 9, 2011 at 6:29 PM, sulochandhungel wrote: > I got a netCDF file from a climate group and wanted to aggregate the data. > The file summary looks like this > [...] > > I didnt think it worked... can u suggest me some other way ... I could not > use the start and count properly Could

[R] Reading a large netCDF file using R

2011-05-09 Thread sulochandhungel
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