search for: vobjtovarid

Displaying 3 results from an estimated 3 matches for "vobjtovarid".

2010 Nov 05
0
NaN, ncdf
...uot; [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] "vobjtovarid: entering with varid=genotype" [1] "Variable named genotype found in file with varid= 3" [1] "vobjtovarid: returning with varid deduced from name; varid= 3" [1] "put.var.ncdf: vobjtovarid returned: > 3 <" [1] "put.var.ncdf: e...
2010 Oct 27
1
"non-numeric argument to binary operator" error while reading ncdf file
...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 tasmax found in file with varid= 4" [1] "vobjtovarid: returning with varid deduced from name; varid= 4" [1] "get.var.ncdf: ending up using varid= 4" [1] "ndims: 3" [1] "get.var.ncdf: varsize:" [1...
2012 Aug 21
1
ncdf - writing variable to a file
...lt;- var.add.ncdf( nc, lscalevar ) for( i in 1:nt) put.var.ncdf(nc,lscalevar,scale,verbose=TRUE ) #scale is an array dimensioned (nx,ny) [1] "Hint: make SURE the variable was not only defined with a call to def.var.ncdf, but also included in the list passed to create.var.ncdf" Error in vobjtovarid(nc, varid, verbose = verbose) : stopping In addition: Warning message: In is.na(vals) : is.na() applied to non-(list or vector) of type 'closure' [[alternative HTML version deleted]]