cfdm.NetCDFArray.open

NetCDFArray.open()[source]

Return an open file object containing the data array.

When multiple files have been provided an attempt is made to open each one, in the order stored, and an open file object is returned from the first file that exists.

Returns
(netCDF4.Dataset, str)

The open file object, and the address of the data within the file.