bi_open {rbi} | R Documentation |
Bi Open
Description
This function opens an NetCDF file The file can be specified as a string to the filepath, in which case a NetCDF connection is opened, or directly as a NetCDF connection.
Usage
bi_open(x, file = "output")
Arguments
x |
either a path to a NetCDF file, or a NetCDF connection created using
|
file |
file to open (out of "input", "init", "obs", "output"), if
|
Value
an open NetCDF connection
[Package rbi version 1.0.0 Index]