NetCDF files contain variables, which themselves have dimensions.
This routine prints out useful information about a netCDF file's
variables and dimensions. It is overloaded on the regular print
function, so if "nc" is an object of class "ncdf4", then just
calling print(nc) will suffice. Objects of class
"ncdf4" are returned from nc_open and nc_create.