I have a grib file with the varaibles: elevation , time, lat and long
while I can read time, lat and long (which are a nx1 matrix), I can'tread the elevation (which is a m x n x p matrix). I used the .data('elevation') method.
Can anybody help me with this issue?
This is the error message:
Error using ncdataset/readdata (line 460)
Java exception occurred:
java.io.FileNotFoundException: data file not found = C:/Windows/system32/mars-web233-20150126144043-13236-22324.grib
at ucar.nc2.grib.GribCollection.getDataRaf(GribCollection.java:387)
at ucar.nc2.grib.grib1.Grib1Iosp$DataReader.read(Grib1Iosp.java:675)
at ucar.nc2.grib.grib1.Grib1Iosp.readDataFromCollection(Grib1Iosp.java:649)
at ucar.nc2.grib.grib1.Grib1Iosp.readData(Grib1Iosp.java:489)
at ucar.nc2.NetcdfFile.readData(NetcdfFile.java:1957)
at ucar.nc2.Variable.reallyRead(Variable.java:841)
at ucar.nc2.Variable._read(Variable.java:813)
at ucar.nc2.Variable.read(Variable.java:691)
at ucar.nc2.dataset.VariableDS.reallyRead(VariableDS.java:519)
at ucar.nc2.dataset.VariableDS._read(VariableDS.java:503)
at ucar.nc2.Variable.read(Variable.java:691)
Error in ncdataset/data (line 159)
d = obj.readdata(variable);
I have a grib file with the varaibles: elevation , time, lat and long
while I can read time, lat and long (which are a nx1 matrix), I can'tread the elevation (which is a m x n x p matrix). I used the .data('elevation') method.
Can anybody help me with this issue?
This is the error message:
Error using ncdataset/readdata (line 460)
Java exception occurred:
java.io.FileNotFoundException: data file not found = C:/Windows/system32/mars-web233-20150126144043-13236-22324.grib
Error in ncdataset/data (line 159)
d = obj.readdata(variable);