Closed GoogleCodeExporter closed 8 years ago
Hi Shaoning,
The solution to this issue is posted at the bottom of
https://github.com/nctoolbox/nctoolbox/issues/28
Cheers
Brian
Original comment by bschlin...@gmail.com
on 10 Sep 2014 at 3:44
Thank you for your help but the problem has not been solved by the advice on
the bottom of the webpage. According to the advice, I updated the java files
under \nctoolbox\. Even the code which worked before is now breaking down like:
d =
ncgeodataset('http://geoport.whoi.edu/thredds/dodsC/examples/OS_M1_20081008_TS.n
c');
Error using ncdataset (line 91)
Failed to open
http://geoport.whoi.edu/thredds/dodsC/examples/OS_M1_20081008_TS.nc
Error in cfdataset (line 59)
obj = obj@ncdataset(url);
Error in ncgeodataset (line 74)
obj = obj@cfdataset(url);
Caused by:
Undefined variable "ucar" or class
"ucar.nc2.dataset.NetcdfDataset.openDataset".
Is there any suggestion?
Original comment by LvShaoN...@gmail.com
on 11 Sep 2014 at 8:14
Original issue reported on code.google.com by
LvShaoN...@gmail.com
on 10 Sep 2014 at 3:32Attachments: