ncdump {pbdNCDF4} | R Documentation |
Call ncdump
and print the results.
ncdump(filename, args = "-h")
filename |
Name of the NetCDF file to be created. |
args |
as the options in the shell command of |
Messages of details of the NetCDF file will be printed.
George Ostrouchov, Pragneshkumar Patel pragnesh@utk.edu, Wei-Chen Chen, and Drew Schmidt.
Programming with Big Data in R Website: http://r-pbd.org/
nc_create_par
,
nc_open_par
,
nc_var_par_access
.
## Not run: ### Under command mode, run the demo with 2 processors by ### (Use Rscript.exe for windows system) mpiexec -np 2 Rscript -e "demo(ncwrite,'pbdNCDF4',ask=F,echo=F)" mpiexec -np 2 Rscript -e "ncdump('test_par.nc')" ## End(Not run)