Return NetCDF library version information
libvers = netcdf.inqLibVers
libvers = netcdf.inqLibVers
returns a character
vector identifying the version of the NetCDF library.
This function corresponds to the nc_inq_libvers
function in the NetCDF
library C API. To use this function, you should be familiar with the netCDF programming
paradigm.
libvers = netcdf.inqLibVers libvers = '4.7.3'