Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for quantize functions #1898

Closed
edwardhartnett opened this issue Jan 10, 2022 · 1 comment
Closed

add support for quantize functions #1898

edwardhartnett opened this issue Jan 10, 2022 · 1 comment
Assignees
Projects

Comments

@edwardhartnett
Copy link
Collaborator

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.

@edwardhartnett edwardhartnett self-assigned this Jan 10, 2022
@edwardhartnett edwardhartnett added this to To do in PIO v2.5.5 via automation Jan 10, 2022
@jedwards4b
Copy link
Contributor

Been done for some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants