Displaying 1 result from an estimated 1 matches for "dimvar".
Did you mean:
dimkar
2010 Oct 27
1
"non-numeric argument to binary operator" error while reading ncdf file
...ith Linux
2.6.26-2-amd64.
> library(ncdf)
> file_temp<-open.ncdf("File.nc")
> temp<-get.var.ncdf(file_temp,"tasmax",verbose=TRUE)
[1] "get.var.ncdf: entering. Here is varid:"
[1] "tasmax"
[1] "checking to see if passed varid is actually a dimvar"
[1] "entering vobjtodimname with varid= tasmax"
[1] "vobjtodimname: is a character type varid. This file has 3 dims"
[1] "vobjtodimname: no cases found, returning FALSE"
[1] "get.var.ncdf: isdimvar: FALSE"
[1] "vobjtovarid: entering with varid=tas...