Retrieves the current value of the "ncerr" variable as discussed in the error section of the NetCDF User's Guide.
Usage List the usage for this function. (Same as the Help keyword.)
NOTE: GETNCERR is only valid for the NetCDF functionality.
ncid = NCOPEN("foo.nc", NC_NOWRITE) status = NCCLOSE(ncid) status = NCREDEF(ncid) ncredef: 0 is not a valid cdfid % NCREDEF: error in HDF return status. ncerr = GETNCERR(errstr) INFO, ncerr, errstr
NCERR LONG = 1
ERRSTR STRING = 'Not a netcdf id'
Also refer to the NetCDF User's Guide.
For a complete list of the HDF convenience routines, refer to Chapter 1, Functional Summary of Routines.