Ana Mon, 14 May 2012 11:41:31 +0200
> I am looking for some guidelines on how to create a multidimentional
> netcdf in R. None of the examples given by the Reference Manual (
> http://cran.r-project.org/web/packages/RNetCDF/index.html
> ) is working for me.
I don't know the R package=RNetCDF. I do know this can be done with R
package=ncdf4
http://cran.r-project.org/web/packages/ncdf4/index.html
Try the example for nc_create in the ncdf4 manual
http://cran.r-project.org/web/packages/ncdf4/ncdf4.pdf
I'm using ncdf4 for multilayered 459x299 grids (the North American
"AQMEII domain").
HTH, Tom Roche <Tom_Roche@xxxxxxxxx>