search for: dimvarid

Displaying 2 results from an estimated 2 matches for "dimvarid".

2009 Aug 04
0
Writing a NetCDF file in R
...1] 8 [1] 9 [1] 8 > str(dimx); str(dimy) List of 8 $ name : chr "Lon" $ units : chr "deg E" $ vals : num [1:720] 0.25 0.75 1.25 1.75 2.25 2.75 3.25 3.75 4.25 4.75 ... $ len : int 720 $ id : num -1 $ unlim : logi FALSE $ dimvarid : num -1 $ create_dimvar: logi TRUE - attr(*, "class")= chr "dim.ncdf" List of 8 $ name : chr "Lat" $ units : chr "deg N" $ vals : num [1:360] -89.8 -89.2 -88.8 -88.2 -87.8 ... $ len : int 360 $ id : num -...
2009 Aug 05
0
ncdf package problem - put.var.ncdf
...8 [1] 9 [1] 8 > str(dimx); str(dimy) List of 8 $ name : chr "Lon" $ units : chr "deg E" $ vals : num [1:720] 0.25 0.75 1.25 1.75 2.25 2.75 3.25 3.75 4.25 4.75 ... $ len : int 720 $ id : num -1 $ unlim : logi FALSE $ dimvarid : num -1 $ create_dimvar: logi TRUE - attr(*, "class")= chr "dim.ncdf" List of 8 $ name : chr "Lat" $ units : chr "deg N" $ vals : num [1:360] -89.8 -89.2 -88.8 -88.2 -87.8 ... $ len : int 360 $ id : num...