mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
f1a3a64b65
re: https://github.com/Unidata/netcdf-c/issues/2733 When addressing the above issue, I noticed that there was a disconnect in NCZarr between nc_set_chunk_cache and nc_set_var_chunk cache. Specifically, setting nc_set_chunk_cache had no impact on the per-variable cache parameters when nc_set_var_chunk_cache was not used. So, modified the NCZarr code so that the per-variable cache parameters are set in this order (#1 is first choice): 1. The values set by nc_set_var_chunk_cache 2. The values set by nc_set_chunk_cache 3. The defaults set by configure.ac |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile.am | ||
nc4attr.c | ||
nc4cache.c | ||
nc4dim.c | ||
nc4dispatch.c | ||
nc4filters.c | ||
nc4grp.c | ||
nc4internal.c | ||
nc4type.c | ||
nc4var.c | ||
ncfunc.c | ||
ncindex.c |