NcOpen.Rd 499 Bytes
Newer Older
\name{NcOpen}
\alias{NcOpen}
Open a NetCDF File
Silently opens a NetCDF file with \code{ncdf4::nc_open}. Returns NULL on failure.
NcOpen(file_path)
  \item{file_path}{
Character string with the path to the file to be opened.
A NetCDF object as returned by \code{ncdf4::nc_open} or NULL on failure.
}
\examples{
}
\author{
History:\cr
0.0  -  2017-03  (N. Manubens, \email{nicolau.manubens at bsc.es})  -  Original code