Skip to content

Commit

Permalink
Add zstandard and quantize back to cmor_variable_def_
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Aug 12, 2024
1 parent c6ad126 commit 2ac1b13
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 @@ -422,6 +422,9 @@ typedef struct cmor_variable_def_ {
int shuffle;
int deflate;
int deflate_level;
int zstandard_level;
int quantize_mode;
int quantize_nsd;
char required[CMOR_MAX_STRING];
char realm[CMOR_MAX_STRING];
char frequency[CMOR_MAX_STRING];
Expand Down

0 comments on commit 2ac1b13

Please sign in to comment.