Re: [R-sig-Geo] Coordinate/grid for ncdf data

2007-08-10 Thread David Pierce
n, but this > is not possible for dim_station, as there are only 3 dimensions. Do I have > to redefine 51 other dimensions? I tried to use list() to define the other > dimensions, but that didn't work. > > Many thanks > Thomas > > > > > > -Ursprünglich

Re: [R-sig-Geo] Coordinate/grid for ncdf data

2007-08-09 Thread David Pierce
Hello, the reason you are getting that error from the ncdf package is because you have defined variable "Radon" to be a *two* dimensional array in the netcdf file. The number of entries in dimension 1 is length(long) = 10573, and the number of entries in dimension 2 is length(lat) = 10573. So, t