Commit Graph

442 Commits

Author SHA1 Message Date
Ed Hartnett
b377906536 beginning of conversion to doxygen 2011-07-11 16:04:49 +00:00
Russ Rew
baba1bd4ce Add -h, -e options to nccopy for setting chunk cache 2011-07-07 18:36:00 +00:00
Dennis Heimbigner
671c18689b Fix Jira bug NCF-88 2011-07-01 17:20:28 +00:00
Ed Hartnett
6232bbdfe6 beginning of Doxygen conversion for documentation 2011-07-01 16:14:25 +00:00
Ed Hartnett
abfad3bce7 changes to get netcdf4 + szlib working properly 2011-06-30 00:04:48 +00:00
Dennis Heimbigner
75451af706 jira bug: NCF-83 2011-06-25 22:08:32 +00:00
Dennis Heimbigner
2582b5ee3c 2011-06-25 22:06:36 +00:00
Russ Rew
3a7556a306 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
Russ Rew
b3b7861756 Fix ncdump/tst_compress bug that shows up on Solaris systems. Fix default variable chunksize algorithm. 2011-06-23 17:15:01 +00:00
Russ Rew
a7015f0967 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
Ed Hartnett
2519462232 bumped package version to 4.1.3 2011-06-17 21:15:20 +00:00
Dennis Heimbigner
68c08f939c missing file fix 2011-06-10 19:45:50 +00:00
Dennis Heimbigner
475e868003 1st working version of libcdmr 2011-06-10 18:47:26 +00:00
Russ Rew
81d5b6ab0d In cxx4, use multimap iterator instead of map iterator for groups 2011-06-10 18:22:00 +00:00
Ed Hartnett
c835857434 fix to nc-config for static builds 2011-06-10 13:34:12 +00:00
Ed Hartnett
6cb0933d7b commented out filter test in makefile 2011-06-09 18:03:22 +00:00
Ed Hartnett
e89df5805a replaced inadvertantly deleted section of fortran/Makefile.am 2011-06-08 12:52:45 +00:00
Ed Hartnett
ca8128939e added tst_h_filters.c to explore use of compression filter in hdf5 2011-06-08 00:54:47 +00:00
Russ Rew
cb018af51c Fix typo in NF90_OPEN documentation 2011-06-07 21:36:42 +00:00
Ed Hartnett
a598103bad cleaned up makefiles, incremented libtool version-number for C library 2011-06-07 12:08:16 +00:00
Russ Rew
9d21a684e2 Documentation fix. 2011-06-07 03:10:55 +00:00
Ed Hartnett
16f7629990 fixed mode flag problems with pnetcdf build 2011-06-06 13:22:02 +00:00
Russ Rew
90464b582f Allow nccopy to rechunk with chunksizes larger than current dimension lengths. 2011-06-03 21:06:58 +00:00
Ed Hartnett
e4e294ae93 make new parallel I/O flag requirement work with pnetcdf library 2011-06-03 13:58:39 +00:00
Ed Hartnett
069574d842 make new parallel I/O flag requirement work with pnetcdf library 2011-06-03 13:58:34 +00:00
Ed Hartnett
ec91981a4a fixed mistake in f90 example 2011-06-03 09:52:56 +00:00
Ed Hartnett
be2813aa5c fixed parallel example to use appropriate parallel flag when opening file 2011-06-03 09:52:13 +00:00
Ed Hartnett
c199d81417 fixed fortran parallel I/O flag bug 2011-06-02 22:46:15 +00:00
Ed Hartnett
2aaf368257 shrunk memory size used for data to try and make ifort happy 2011-06-02 16:28:42 +00:00
Ed Hartnett
8840a58f30 fixed HDF4 library finding 2011-06-01 19:48:33 +00:00
Ed Hartnett
e7b3fa19c1 removed mention of pnetcdf and hdf4 link options as they are handled by configure 2011-05-31 15:03:31 +00:00
Dennis Heimbigner
3df9918cbc fixed escape handling for names 2011-05-27 18:57:35 +00:00
Ed Hartnett
85b6000df1 fixed incorrect constant in f90 test 2011-05-25 11:47:04 +00:00
Ed Hartnett
62b1cfc48f forgot to add test file 2011-05-25 11:06:20 +00:00
Ed Hartnett
ad0e87c055 minor cleanup 2011-05-25 10:54:57 +00:00
Ed Hartnett
094887d13f fixed bug with setting deflate in F90 API 2011-05-25 10:07:50 +00:00
Ed Hartnett
9f60d8f11d fixed bug with setting deflate in F90 API 2011-05-25 10:07:20 +00:00
Dennis Heimbigner
03f79aa8f5 fixed esupport:RVK-949505 and DML-490284 2011-05-24 21:48:44 +00:00
Ed Hartnett
414b6fefb2 added F77 parallel test and clean up a little 2011-05-23 15:34:42 +00:00
Ed Hartnett
d469f39e3c workaround for HDF5 dimscale issue 2011-05-19 19:22:43 +00:00
Ed Hartnett
d1a6aa38d8 found HDF5 dimscale bug 2011-05-19 17:36:47 +00:00
Ed Hartnett
25ec2b9a54 found HDF5 dimscale bug 2011-05-19 17:36:25 +00:00
Ed Hartnett
818b27af54 changed nc-config to no longer rely upon EXTERN_LDFLAGS and EXTERN_CPPFLAGS 2011-05-18 12:06:00 +00:00
Russ Rew
ba59f198bf Add nofill bug test that uses nc_create() rather than nc__create(). 2011-05-17 21:02:28 +00:00
Ed Hartnett
e2685a1475 changes to remove EXTERN_LDFLAG from build, also to fix netCDF-4 sync bug 2011-05-17 19:14:35 +00:00
Russ Rew
2d766790fe Add nofill bug test that just uses nc_create() rather than nc__create(). 2011-05-16 19:09:16 +00:00
Dennis Heimbigner
9f44f64d05 See Jira issues NCF-48 and CDM-57 2011-05-13 20:58:40 +00:00
Ed Hartnett
160b30c4c4 documentation fix 2011-05-13 19:04:00 +00:00
Ed Hartnett
3a4221223f took LDFLAGS out of F90 Makefile.am 2011-05-13 18:40:04 +00:00
Dennis Heimbigner
fec4cdb230 Fixed the following Jira minor bugs:
NCF-42: _Format attribute sometimes being ignored
NCF-43: Fixed unsigned long long parsing.
NCF-47: Make opendap code properly handle illegal names like "x.y" by
        supressing them
NCF-49: check for uint type
NCF-50: properly handle username:pwd embedded in urls.
2011-05-12 17:51:32 +00:00