netcdf-c/ncdump
2012-01-17 22:49:01 +00:00
..
cdl4 Extend ref_tst_vlen_data.cdl to include Appel examples 2012-01-09 18:49:15 +00:00
expected4 Extend ref_tst_vlen_data.cdl to include Appel examples 2012-01-09 18:49:15 +00:00
cdl.h moving to trunk subdir 2010-06-03 13:24:43 +00:00
chunkspec.c Allow nccopy to rechunk with chunksizes larger than current dimension lengths. 2011-06-03 21:06:58 +00:00
chunkspec.h Fix nccopy chunking and rechunking functionality when copying classic files with custom chunking specified for netCDF-4 output. 2011-01-09 21:41:07 +00:00
ctests.sh add cdmremote skeleton code 2010-12-15 21:45:05 +00:00
depend moving to trunk subdir 2010-06-03 13:24:43 +00:00
dimmap.c Fix nccopy chunking and rechunking functionality when copying classic files with custom chunking specified for netCDF-4 output. 2011-01-09 21:41:07 +00:00
dimmap.h Fix nccopy chunking and rechunking functionality when copying classic files with custom chunking specified for netCDF-4 output. 2011-01-09 21:41:07 +00:00
dumplib.c Fix bug NCF-136, ncdump -c looping when dimensions inherited from parent group 2011-11-14 21:27:53 +00:00
dumplib.h Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
indent.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
indent.h moving to trunk subdir 2010-06-03 13:24:43 +00:00
isnan.h moving to trunk subdir 2010-06-03 13:24:43 +00:00
Makefile.am Extend ref_tst_vlen_data.cdl to include Appel examples 2012-01-09 18:49:15 +00:00
nccomps.h Support Dave Allured's ncdump mods for time-valued attributes. Refactor all ncdump time code into nctime.c. Add '-i' option for strict ISO-8601 time notation. Fix backward compatibility test to not use DBL_MAX, which is the same as IEEE infinity when using only 15 significant digits of precision. Document ncdump time functionality in man page. 2011-09-12 21:31:08 +00:00
nccopy.1 Added and documented nccopy options to specify chunk cache. Fixed nccopy bug of not permit chunk lengths >= dimension lengths. Added experimental (undocumented) option for computing adequate chunk cache. 2011-07-12 19:06:00 +00:00
nccopy.c Fix NCF-101 bug, and add test for fix. Delete debugging leftover in nccopy.c. Fix typo in installation guide. 2011-07-18 19:11:28 +00:00
ncdump.1 Resolve NCF-129, update documentation. 2011-09-26 16:25:10 +00:00
ncdump.c Resolve NCF-129, update documentation. 2011-09-26 16:25:10 +00:00
ncdump.h Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
nciter.c Revert last change after discovering problem 2012-01-17 22:49:01 +00:00
nciter.h Fix bug NCF-16 2011-08-26 03:54:25 +00:00
nctime0.c Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
nctime0.h 2011-09-18 21:04:53 +00:00
ref1.ncml moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_ctest1_nc4.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_ctest1_nc4c.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_ctest64.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_ctest.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_nc_test_netcdf4_4_0.nc Support Dave Allured's ncdump mods for time-valued attributes. Refactor all ncdump time code into nctime.c. Add '-i' option for strict ISO-8601 time notation. Fix backward compatibility test to not use DBL_MAX, which is the same as IEEE infinity when using only 15 significant digits of precision. Document ncdump time functionality in man page. 2011-09-12 21:31:08 +00:00
ref_nc_test_netcdf4.cdl Support Dave Allured's ncdump mods for time-valued attributes. Refactor all ncdump time code into nctime.c. Add '-i' option for strict ISO-8601 time notation. Fix backward compatibility test to not use DBL_MAX, which is the same as IEEE infinity when using only 15 significant digits of precision. Document ncdump time functionality in man page. 2011-09-12 21:31:08 +00:00
ref_times.cdl Finish handling bounds variables with ncdump -t (NCF-70). Fix bug with permitted dimension sizes in netCDF classic files (NCF-117). 2011-09-05 16:09:17 +00:00
ref_tst_charfill.cdl add test for fix for Jira NCF-131 2011-12-13 03:08:56 +00:00
ref_tst_comp2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_comp.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_compounds2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_compounds2.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_compounds3.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_compounds3.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_compounds4.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_compounds4.nc moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_enum_data.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_fillbug.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_format_att_64.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_format_att.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_group_data_v23.cdl Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet). 2010-12-30 18:17:04 +00:00
ref_tst_group_data.cdl Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet). 2010-12-30 18:17:04 +00:00
ref_tst_grp_spec0.cdl Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
ref_tst_grp_spec.cdl Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
ref_tst_nans.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_noncoord.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_opaque_data.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_small.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_solar_1.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_solar_2.cdl Fix ncdump bug displaying NC_USHORT attribute values as NC_SHORT in netCDF-4 files. Add test for fix. 2011-06-24 04:51:11 +00:00
ref_tst_special_atts3.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_special_atts.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_string_data.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_unicode.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_utf8.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
ref_tst_vlen_data.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
rewrite-scalar.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
run_back_comp_tests.sh Fixed the following Jira minor bugs: 2011-05-12 17:51:32 +00:00
run_tests.sh Fixed NCF-104 2011-07-27 20:48:58 +00:00
run_utf8_tests.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
small2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
small.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
test0.cdl add test for fix for Jira NCF-131 2011-12-13 03:08:56 +00:00
tst_64bit.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_brecs.cdl Allow double NaNs and Infinities in double to double conversions. Add tests for nccopy deflation, shuffling, and dimension-fixing options. Add man-page documentation for new nccopy topions, with examples. Run tst_nccopy3.sh test even for netCDF-4 builds. 2010-08-31 22:41:00 +00:00
tst_calendars.cdl Finish handling bounds variables with ncdump -t (NCF-70). Fix bug with permitted dimension sizes in netCDF classic files (NCF-117). 2011-09-05 16:09:17 +00:00
tst_calendars.sh Finish handling bounds variables with ncdump -t (NCF-70). Fix bug with permitted dimension sizes in netCDF classic files (NCF-117). 2011-09-05 16:09:17 +00:00
tst_charfill.cdl add test for fix for Jira NCF-131 2011-12-13 03:08:56 +00:00
tst_charfill.sh fix build issues identied by Rew 2011-12-13 23:16:16 +00:00
tst_chunking.c Fixes to nccopy -c, more testing and documentation. Added nccopy chunking documentation to User's guide. 2011-01-17 22:15:26 +00:00
tst_comp2.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_comp.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_compress.c Fix ncdump/tst_compress bug that shows up on Solaris systems. Fix default variable chunksize algorithm. 2011-06-23 17:15:01 +00:00
tst_create_files.c Fix ncdump bug displaying NC_USHORT attribute values as NC_SHORT in netCDF-4 files. Add test for fix. 2011-06-24 04:51:11 +00:00
tst_enum_data.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_fillbug.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_fillbug.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_group_data.c Factor out common functionality in ncdump and nccopy and share between them. 2011-01-05 23:48:47 +00:00
tst_grp_spec.sh Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
tst_h_rdc0.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_lengths.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_mslp.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_nans.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_nccopy3.sh Fix make distcheck failure due to needed in test script 2010-09-03 18:55:56 +00:00
tst_nccopy4.sh Fix nccopy bug ignoring -d and -c options for netCDF-4 input files. Fix exception handling in cxx4. 2011-06-21 15:10:17 +00:00
tst_ncgen4_classic.sh fixed bug found with MALLOC_CHECK_=3, freeing improperly aligned pointer 2010-08-09 22:25:52 +00:00
tst_ncgen4_cycle.sh Fixed NCF-104 2011-07-27 20:48:58 +00:00
tst_ncgen4_diff.sh Fixed NCF-104 2011-07-27 20:48:58 +00:00
tst_ncgen4_shared.sh Extend ref_tst_vlen_data.cdl to include Appel examples 2012-01-09 18:49:15 +00:00
tst_ncgen4.sh fixed bug found with MALLOC_CHECK_=3, freeing improperly aligned pointer 2010-08-09 22:25:52 +00:00
tst_ncml.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_netcdf4_4.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_netcdf4.sh Clarified documentation for nc_inq_grp_ncid(), differentiating it from nc_inq_ncid(). Fixed problem returning values from functions declared void in some libsrc4/ test programs. Added test for bug in ncdump for dimensions with same name in nested groups, and fix for bug. Fixed nccopy bug involving dimensions with smae name in nested groups. Added code for specifying chunking by dimension to nccopy (but not implemented yet). 2010-12-30 18:17:04 +00:00
tst_opaque_data.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_output.sh moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_special_atts.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_string_data.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_unicode.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_utf8.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
tst_vlen_data.c moving to trunk subdir 2010-06-03 13:24:43 +00:00
utils.c Added ability to customize output chunking to nccopy. 2011-01-06 22:09:14 +00:00
utils.h Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
vardata.c Add -g option to ncdump and test it 2011-09-21 23:10:03 +00:00
vardata.h Fixes for NCF-70, ncdump -t printing of time-values attributes. Haven't fixed printing of cell bounds for time-valued variables yet. 2011-08-31 18:28:08 +00:00