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
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