X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 Jun 2016 01:12 PM by  anon
IDL unable to open NCDF file
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



Basic Member


Posts:143
Basic Member


--
22 Jun 2016 01:12 PM
    A customer has reported that they are experiencing the following error (NOTE: I replaced the path to the file with ): (NC_ERROR=-31) % Execution halted at: READ_NETCDF_NEW 14 \read_netcdf_new.pro % $MAIN$

    Deleted User



    Basic Member


    Posts:143
    Basic Member


    --
    22 Jun 2016 01:31 PM
    NC_ERROR=-31 indicates a system error. A few possible causes of this error are: 1) The path to file being specified is incorrect. Make sure IDL is able to find the file on your system before calling NCDF_OPEN. 2) There may be permission issues that might be causing the file to be inaccessible from IDL. 3) The file may have been created using a later version of the netcdf library than the version supported by IDL. 4) The file may be corrupted.
    You are not authorized to post a reply.