Skip to content

Commit

Permalink
Add zstandard and quantize back to cmor_var_
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Aug 12, 2024
1 parent 2ac1b13 commit b126cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/cmor.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,9 @@ typedef struct cmor_var_ {
int shuffle;
int deflate;
int deflate_level;
int zstandard_level;
int quantize_mode;
int quantize_nsd;
int nomissing;
char iunits[CMOR_MAX_STRING];
char ounits[CMOR_MAX_STRING];
Expand Down

0 comments on commit b126cd6

Please sign in to comment.