I\' struggeling to open a NetCDF file in R. When I try to open it with
library(ncdf)
# read in NetCDF file
maize.nc<-open.ncdf(\"C:/Users/Jo/Desktop/pft_
I think that the harvest maize netcdf file is simply corrupt, or not even a netcdf file (file name does not say anything about the real contents). Try and open it in NCView or dump using ncdump, if those tool also fails your file is corrupt or incomplete. In addition, if you want us to help, you need to make your file available.