NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
134 stars 52 forks source link

add support for quantize functions #1898

Closed edwardhartnett closed 10 months ago

edwardhartnett commented 2 years ago

netcdf-c now has (in master branch) nc_def_var_quantize()/nc_inq_var_quantize(), allowing users to set a significant number of digits for a float/double, and discard uneeded bits, making compression much better. (That is - lossy compression.)

I need to add the functions to PIO to call the C functions in netcdf-c. Fortunately they are dead simple.

jedwards4b commented 10 months ago

Been done for some time.