Ward Fisher
cee0a9332d
Merge pull request #1759 from brianmckenna/CES_FCN
...
parse projection functions
2020-07-14 17:35:37 -06:00
Ward Fisher
03eeea5efc
Merge pull request #1794 from bombipappoo/filename-encoding
...
Convert filename from ANSI to UTF-8 before calling HDF5.
2020-07-14 16:31:53 -06:00
bombipappoo
ecbb0f5bbf
Convert filename from ANSI to UTF-8 before calling HDF5.
2020-07-14 22:44:42 +09:00
Ward Fisher
3afce176ac
Merge pull request #1789 from gsjaardema/patch-44
...
Remove test since file was moved to nc_perf
2020-07-10 16:14:15 -06:00
Ward Fisher
8fbaf27ecb
Merge pull request #1790 from gsjaardema/patch-45
...
Protect use of `H5Dread_chunk` function
2020-07-10 16:06:41 -06:00
Greg Sjaardema
338ca2c212
Protect use of H5Dread_chunk
function
...
The`H5Dread_chunk` function is only available if `HDF5_SUPPORTS_PAR_FILTERS` is defined (See CMakeLists.txt, line 745) The function was added in HDF5-1.10.3
2020-07-10 15:27:54 -06:00
Greg Sjaardema
102758d3ce
Remove test since file was moved to nc_perf
...
In commit ba6ab3, the `tst_gfs_data_1.c` file was moved from `nc_test4` to `nc_perf`, but the test/executable that uses that file was not removed from nc_test4 CMakeLists.txt
2020-07-10 15:14:12 -06:00
Ward Fisher
57ea8f903d
Merge pull request #1788 from Unidata/NOAA-GSD-ejh_par_test
...
Noaa gsd ejh par test
2020-07-09 19:12:10 -06:00
Ward Fisher
0825c9767f
Merge branch 'ejh_par_test' of https://github.com/NOAA-GSD/netcdf-c into NOAA-GSD-ejh_par_test
2020-07-09 17:29:45 -06:00
Ward Fisher
675db5fa13
Merge pull request #1787 from Unidata/NOAA-GSD-ejh_fix_redef
...
Noaa gsd ejh fix redef
2020-07-09 17:17:19 -06:00
Ward Fisher
28d639b166
Merge branch 'NOAA-GSD-ejh_fix_redef'
2020-07-09 13:55:59 -06:00
Ward Fisher
7d2a646f25
Merge branch 'ejh_fix_redef' of https://github.com/NOAA-GSD/netcdf-c into NOAA-GSD-ejh_fix_redef
2020-07-09 13:55:37 -06:00
Ward Fisher
b59429d5bc
Merge pull request #1782 from NOAA-GSD/ejh_fix_warning
...
fixed warning in hdf5filter.c
2020-07-09 13:34:12 -06:00
Ward Fisher
ed241d740b
Merge pull request #1784 from NOAA-GSD/ejh_h5_par_zip_test
...
Add a HDF5 only test of writing and reading a file with parallel I/O and the zlib filter
2020-07-09 13:32:39 -06:00
Edward Hartnett
98088adb46
getting tst_gfs_data_1 ready to merge
2020-07-08 14:20:42 -06:00
Edward Hartnett
3f7197cc07
updated RELEASE_NOTES
2020-07-08 13:28:15 -06:00
Edward Hartnett
b1c0fa07af
added tst_h_par_compress to CMake build
2020-07-08 13:26:50 -06:00
Edward Hartnett
73e21b4fd6
took out timing code
2020-07-08 13:21:33 -06:00
Edward Hartnett
c19aa14eaf
turned off szip testing while HDF5 issue is resolved
2020-07-08 13:14:58 -06:00
Edward Hartnett
4936edd840
adding other settings of dataset property list to match what is in nc4hdf5.c
2020-07-08 12:56:34 -06:00
Edward Hartnett
d1a13b28cc
adding property list for dataset creation to tst_h_par_compress.c
2020-07-08 12:39:35 -06:00
Edward Hartnett
c0b6792515
changed tst_h_par_compress to use H5Dcreate2() just like code in nc4hdf5.c does
2020-07-08 12:36:02 -06:00
Edward Hartnett
1d79a47c6d
fixed warning in tst_parallel5.c
2020-07-08 12:24:48 -06:00
Edward Hartnett
90777d6465
added new test tst_h_par_compress.c
2020-07-08 12:17:37 -06:00
Edward Hartnett
3e60a863de
fixed warning in hdf5filter.c
2020-07-08 11:24:54 -06:00
Edward Hartnett
5ff171a2fe
updated release notes
2020-07-08 11:11:28 -06:00
Edward Hartnett
832fbf19c8
now dont return error on second redef call for netcdf/HDF5 files
2020-07-08 11:10:15 -06:00
Edward Hartnett
5e41f33685
starting to test repeated redefs
2020-07-08 11:04:16 -06:00
Edward Hartnett
94c285afed
updated RELEASE_NOTES
2020-07-07 11:38:37 -06:00
Edward Hartnett
ab5a1c496c
updated RELEASE_NOTES
2020-07-07 11:36:22 -06:00
Edward Hartnett
2571552686
changed output to be more readable
2020-07-07 11:25:49 -06:00
Edward Hartnett
2dad8d1bff
now checking lat/lon coord values
2020-07-07 09:04:07 -06:00
Edward Hartnett
d539e03c68
further checking of metadata
2020-07-07 09:01:38 -06:00
Edward Hartnett
d13035b01e
further checking of metadata
2020-07-07 08:58:38 -06:00
Edward Hartnett
a13c0a2d23
starting to use get_vara functions to check metadata
2020-07-07 08:49:12 -06:00
Edward Hartnett
f9e753495e
more checking of metadata and coord vars
2020-07-07 08:04:06 -06:00
Ward Fisher
933a8979c1
Merge pull request #1775 from NOAA-GSD/ejh_test_szip_unlim
...
Allow szip to be used with unlimited dim
2020-07-06 16:40:53 -06:00
Edward Hartnett
6b2820ca95
now checking some coord vars
2020-07-06 08:26:35 -06:00
Edward Hartnett
661cde5203
more checking metadata
2020-07-06 08:14:15 -06:00
Edward Hartnett
7b477784f5
starting to check metadata
2020-07-06 07:53:11 -06:00
Edward Hartnett
8faa7ed946
added new metadata writing function
2020-07-05 15:57:07 -06:00
Edward Hartnett
a9b5c33ba7
dealing with coord var cleanup
2020-07-05 15:33:26 -06:00
Edward Hartnett
6e2a3cb3e3
cleaned up grid code
2020-07-05 14:27:19 -06:00
Edward Hartnett
aa1af2f456
cleaned up lat/lon code
2020-07-05 12:23:27 -06:00
Edward Hartnett
4a80190c64
code cleanup
2020-07-05 08:54:50 -06:00
Edward Hartnett
86c39cf7a2
working on 2D decomposition code
2020-07-04 10:45:33 -06:00
Edward Hartnett
7a9397aed8
cleanup of 2d decomposition
2020-07-04 10:31:12 -06:00
Edward Hartnett
ac3b77d418
merged in changes from ejh_test_szip_unlim
2020-07-04 07:43:50 -06:00
Edward Hartnett
4b78c0c4a3
merged master
2020-07-03 13:57:47 -06:00
Edward Hartnett
4cc06b683b
added test cdl files to cleanfiles
2020-07-03 12:56:22 -06:00