Displaying 2 results from an estimated 2 matches for "vobjtodimname".
2010 Oct 27
1
"non-numeric argument to binary operator" error while reading ncdf file
...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=tasmax"
[1] "Variable named tasm...
2010 Nov 05
0
NaN, ncdf
...ot;)
put.var.ncdf(nc,"genotype",genovals,start=c(1,1),count=c(6,1),verbose=TRUE)
[1] "put.var.ncdf: entering with filename /home/challar/testunix6.nc and varid:"
[1] "genotype"
[1] "Checking to see if passed varid is ACTUALLY a dimension"
[1] "entering vobjtodimname with varid= genotype"
[1] "vobjtodimname: is a character type varid. This file has 2 dims"
[1] "vobjtodimname: no cases found, returning FALSE"
[1] "...NO, passed obj was NOT a dimension"
[1] "put.var.ncdf: about to call vobjtovarid"
[1] "vobjtovar...