netCDF_Open: Open a netcdf file

View source: R/netCDF_Open.R

netCDF_OpenR Documentation

Open a netcdf file

Description

Function to open a netcdf file and return an opened connection.

Usage

netCDF_Open(netcdf)

Arguments

netcdf

- path to netcdf file (or previously opened connection)

Details

The returned object should be closed by the user usingncdf4::nc_close(...). netcdf is simply passed through if it is already an open connection.

Value

object of class 'ncdf4', an opened connection to a netcdf file.


wStockhausen/wtsROMS documentation built on Feb. 2, 2025, 9:16 p.m.