02_ncdump: Shell Command of ncdump

Description Usage Arguments Value Author(s) References See Also Examples

Description

Call ncdump and print the results.

Usage

1
  ncdump(filename, args = "-h")

Arguments

filename

Name of the NetCDF file to be created.

args

as the options in the shell command of ncdump.

Value

Messages of details of the NetCDF file will be printed.

Author(s)

George Ostrouchov, Pragneshkumar Patel pragnesh@utk.edu, Wei-Chen Chen, and Drew Schmidt.

References

Programming with Big Data in R Website: http://r-pbd.org/

See Also

nc_create_par, nc_open_par, nc_var_par_access.

Examples

1
2
3
4
5
6
7
## 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)

snoweye/pbdNCDF4 documentation built on July 15, 2019, 2:01 p.m.