netcdf-c/ncdump/env
dmh e3545bf88d 1. Allow files to be opened by name multiple
times, but returning the same ncid.
2. Separate out the dap auth tests
   and make them disabled by default.
3. turn of ncdap_test/test_varm3 until
   we can find a copy of coads_climatology.nc
2014-03-07 12:04:38 -07:00

7 lines
139 B
Plaintext

F="tst_small.nc"
alias q0="./ncdump $F"
alias qh="./ncdump -h $F"
alias qq="gdb --args ./ncdump $F"
alias qqh="gdb --args ./ncdump -h $F"