简体   繁体   中英

Igor Net_CDF loading error

I am trying to load in .nc files into Igor using the following line

 Execute/Q "Load_NetCDF/i/q/t/z/s"

I have the Load_NetCDF installed and have used it a lot - it definitely works and works for similar files. I think the difference is that these files contain a couple of multiple dimension waves. Using Load_NetCDF in this way seems to be producing some odd looking results which do not match the content if I look at the same file another way (ie looking at the variables individually in MATLAB's ncbrowser).

I am seeing a couple of errors in the Igor command line and have ensured that they occur on the Load_Netcdf line of my code as shown above. Here are the error messages I get:

I've been hunting around for help info on the Load_NetCDF external function but without success. Does anyone know the cause of this problem or a good line of attack to try debugging it?

Are you using the XOP from this page to load the netcdf data? It states that it does not support 2D waves. I don't know any other XOP to load netcdf data.

The promised error messages in your post are not visible.

What netcdf files are these? Classic or the new format? The new format is based on HDF5 and can, according to this post be read by the HDF5 browser in Igor.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM