NetCDF file readable by McIdas-V

How do I...?
User avatar
jinlee
Posts: 16
Joined: Thu May 19, 2011 6:04 am

Re: NetCDF file readable by McIdas-V

Post by jinlee »

Hi Bob,

I've modelled my NetCDF file on the one you've given me and now it looks like McIdas-V is able to read it as point data.

One thing that's still not working is Image Display (Gridded Fields). When I try "Gridded Fields" "Color-Shaded Plan View" I get following error message,

java.lang.ArrayIndexOutOfBoundsException: 1
at au.gov.bom.aifs.osa.analysis.Barnes.point2grid(Barnes.java:96)
at ucar.unidata.data.point.PointObFactory.barnesOneTime(PointObFactory.java:2576)
at ucar.unidata.data.point.PointObFactory.barnes(PointObFactory.java:2286)
at ucar.unidata.data.point.PointDataSource.getDataInner(PointDataSource.java:1260)
at ucar.unidata.data.DataSourceImpl.getData(DataSourceImpl.java:2399)
at ucar.unidata.data.DirectDataChoice.getData(DirectDataChoice.java:333)
at ucar.unidata.data.DataChoice.getData(DataChoice.java:628)
at ucar.unidata.data.DataInstance.getData(DataInstance.java:243)
at ucar.unidata.data.DataInstance.getData(DataInstance.java:207)
at ucar.unidata.data.grid.GridDataInstance.init(GridDataInstance.java:206)
at ucar.unidata.data.grid.GridDataInstance.<init>(GridDataInstance.java:163)
at ucar.unidata.data.grid.GridDataInstance.<init>(GridDataInstance.java:144)
at ucar.unidata.idv.control.GridDisplayControl.doMakeDataInstance(GridDisplayControl.java:313)
at ucar.unidata.idv.control.DisplayControlImpl.initializeDataInstance(DisplayControlImpl.java:3320)
at ucar.unidata.idv.control.DisplayControlImpl.setData(DisplayControlImpl.java:3276)
at ucar.unidata.idv.control.PlanViewControl.setData(PlanViewControl.java:664)
at ucar.unidata.idv.control.PlanViewControl.init(PlanViewControl.java:489)
at ucar.unidata.idv.control.DisplayControlImpl.init(DisplayControlImpl.java:1442)
at ucar.unidata.idv.control.DisplayControlImpl.init(DisplayControlImpl.java:1116)
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:1243)


I tried to do that same using my colleague's McIdas-V which is version 1.7 and it correctly finished analysis and display. I'm running McIdas-V 1.6. Should I upgrade my McIdas-V?



Regards,

Jin
User avatar
bobc
Posts: 990
Joined: Mon Nov 15, 2010 5:57 pm

Re: NetCDF file readable by McIdas-V

Post by bobc »

Hi Jin -

You can pick up a McIDAS-V 1.7beta1 installer at:
http://www.ssec.wisc.edu/mcidas/software/v/unstable/
The user and password are both: mcv

Note that there is no officially supported version 1.7 yet. This 1.7beta1 installer is automatically built every night with all of the previous day's programming changes. This means that it has not been fully tested and you may come across some bugs. The netCDF-Java version in McIDAS-V 1.6 is 4.6.5, and in 1.7beta1 it is 4.6.10, so perhaps an updated netCDF version in 1.7beta1 will help with displaying your data.

If you give the 1.7beta1 build a try and run into any problems, please let me know.

Thanks -
Bob
User avatar
jinlee
Posts: 16
Joined: Thu May 19, 2011 6:04 am

Re: NetCDF file readable by McIdas-V

Post by jinlee »

Hi Bob,

I'll try installing the 1.7beta version and test it.

Thank you very much for your help over a number of weeks. I now have a better understanding of the NetCDF format that McIdas-V will accept. Your help is much appreciated.



Regards,

Jin
Post Reply