ncParse('/mnt/opendap/1/IMOS/opendap/ANMN/NRS/NRSKAI/CTD_timeseries/IMOS_ANMN-NRS_ACESTZ_20140506T051319Z_NRSKAI_FV01_NRSKAI-1405-NXIC-CTD-104.49_END-20141104T031329Z_C-20150903T024338Z.nc')
triggers the following error:
Error using warning
A message identifier must be followed by another input argument, of type char, representing the message text.
Error in ncdataset/readdata (line 464)
warning('NCTOOLBOX:ncdataset:readdata', ['An error occurred while reading "' variable ...
Error in ncdataset/data (line 159)
d = obj.readdata(variable);
Error in ncParse (line 325)
data = (nctoolbox_datasetInfo.data(variablesToExport(iiVar)))