Displaying 2 results from an estimated 2 matches for "lat125_128".
2002 Dec 09
2
netcdf
Hello,
I have been having difficulties opening netcdf files using the netcdf
library. I am able to successfully open the file and I can determine the
names and size. However, when I try to read it I receive an error.
Reading the documentation, I am wondering if this might be due to a
difference between netcdf version 2 and more recent netcdf format? I've
tried using different values for the
2006 Mar 16
1
filling a matrix with data
Hi,
I've extracted netcdf data in R, and am trying to output it in a matrix
format. I can make the matrix, and I have the data, but I can't get the
matrix to include the data...
I'm not very experienced at using R, so please forgive the crudeness of
these codes...
# For the matrix
wind_dir_data<-matrix( NA, 17, 365 , byrow = FALSE )
wind_speed_data<-matrix( NA, 17, 365,