[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #WPO-280718]: error



> Full Name: Megan O'Connor
> Email Address: address@hidden
> Organization: nrc
> Package Version: 3.0 build date:2011-08-29 16:38 UTC
> Operating System: Windows XP
> Hardware: Java: home: C:\Program Files\Java\jre6 version: 1.6.0_27 j3d:1.5.2 
> fcs (build4)
> Description of problem: Error opening 
> url:file:dods://tashtego.marine.rutgers.edu:8080/thredds/dodsc/cool/glider/mab/gridded/20110903t1628_sbc_ru06_latest.nc
> dods:\tashtego.marine.rutgers.edu:8080\thredds\dodsc\cool\glider\mab\gridded\20110903t1628_sbc_ru06_latest.nc
>  (The filename, directory name, or volume label syntax is incorrect)

Hi Megan,
    The dataset is not a well format netcdf file. If you check the variable 
temperature, it has dimension profile and depth, but its coordinates is depth 
and time, it doesn't make any sense. Could you explain this dataset a little 
more?



Yuan

   double temperature(profile=377, depth=60);
     :units = "Celsius";
     :name = "temperature";
     :long_name = "Temperature";
     :_Fillvalue = 9.999E20; // double
     :missing_value = 9.999E20; // double
     :time = "time";
     :coordinates = "depth time";
     :history = "Uncorrected,Binned data";
   double salinity(profile=377, depth=60);
     :units = "psu";
     :name = "salinity";
     :long_name = "Salinity";
     :_Fillvalue = 9.999E20; // double
     :missing_value = 9.999E20; // double
     :time = "time";
     :coordinates = "depth time";
     :history = "Uncorrected, Binned data";
> 
> ******************
> Stack trace:
> java.io.FileNotFoundException: 
> dods:\tashtego.marine.rutgers.edu:8080\thredds\dodsc\cool\glider\mab\gridded\20110903t1628_sbc_ru06_latest.nc
>  (The filename, directory name, or volume label syntax is incorrect)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.<init>(Unknown Source)
> at java.io.FileInputStream.<init>(Unknown Source)
> at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
> at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
> at javax.swing.JEditorPane.getStream(Unknown Source)
> at javax.swing.JEditorPane.setPage(Unknown Source)
> at 
> ucar.unidata.idv.control.TextDisplayControl.processUrl(TextDisplayControl.java:1184)
> at 
> ucar.unidata.idv.control.TextDisplayControl.processUrl(TextDisplayControl.java:1072)
> at 
> ucar.unidata.idv.control.TextDisplayControl.doMakeContents(TextDisplayControl.java:489)
> at 
> ucar.unidata.idv.control.DisplayControlImpl.doMakeWindow(DisplayControlImpl.java:4144)
> at 
> ucar.unidata.idv.control.DisplayControlImpl.init(DisplayControlImpl.java:1053)
> at ucar.unidata.idv.ControlDescriptor.initControl(ControlDescriptor.java:986)
> at ucar.unidata.idv.ControlDescriptor$1.run(ControlDescriptor.java:911)
> at ucar.unidata.util.Misc$3.run(Misc.java:1091)
> 
> 
> 


Ticket Details
===================
Ticket ID: WPO-280718
Department: Support IDV
Priority: Normal
Status: Open