netcdf-c/ncdump/env
dmh 31d15ec532 re: NCF-317
If the netCDF-C library is built with the
HDF5 library but without the HDF4 library and one attempts
to open an HDF4 file, an abort occurs rather than returning
a proper error code (NC_ENOTNC).
Fix is to modify dfile.c#NC_check_file_type to properly
#ifdef relevant tests.
2014-10-07 12:37:41 -06:00

11 lines
198 B
Plaintext

NC="avhrr.hdf"
NCDUMP="./ncdump"
#NCDUMP="./.libs/ncdump"
alias q0="${NCDUMP} ${NC}"
alias qh="${NCDUMP} -h ${NC}"
alias qq="gdb --args ${NCDUMP} ${NC}"
alias qqh="gdb --args ${NCDUMP} -h ${NC}"