This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hello, I'm afraid we don't provide or maintain the R interface for netCDF. If you check the ncdf4 package documentation, it should provide information regarding the maintainer. I believe it also provides a tutorial which can show you how to open files using ncdf. The ncdump utility is not an R-specific thing; it is a command-line utility for reading netCDF files. You would invoke it from the command line as follows: $ ncdump [filename] This will print the netCDF file information. I hope this helps! -Ward > Hello, > > I am having some problems with netcdf files from > (http://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/) and R, and I figured out that > you may have a direct solution to them. > > I have been trying to ncdump netcdf files in R but I cannot get it work - I > am really starting in programming. > > Would you have at hand the steps that I should take to open netcdf files in > RStudio, Version 0.99.451? > > Say installation of NetCDF and netcdf4 packages (already done so but when > running ncdump gives an error), and how the interface is RStudio should look > like? Say: > > install.packages("ncdf4") > library(ncdf4) > setwd(“~/path to my file") > ncdump -h file.nc > > Sorry for the inconvenience. > > Many thanks, > Ticket Details =================== Ticket ID: ZVJ-630637 Department: Support netCDF Priority: Normal Status: Closed