Skip to content

Commit

Permalink
Update compression options for high res history files (#3178)
Browse files Browse the repository at this point in the history
Different compression options are applied for the high resolution
history files. The value of `quantize_nsd` will be different depending
on the value of `quantize_mode`, so a fix is required to obtain the same
behavior as the v16 compression options.

Resolves: #3129

Co-authored-by: Rahul Mahajan <[email protected]>
  • Loading branch information
CatherineThomas-NOAA and aerorahul authored Dec 18, 2024
1 parent ef37fe3 commit 2595e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.ufs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ case ${fv3_res} in
"C384" | "C768" | "C1152" | "C3072")
zstandard_level=0
ideflate=1
quantize_nsd=5
quantize_nsd=14
OUTPUT_FILETYPE_ATM="netcdf_parallel"
if [[ "${fv3_res}" == "C384" ]]; then
OUTPUT_FILETYPE_SFC="netcdf" # For C384, the write grid component is better off with serial netcdf
Expand Down

0 comments on commit 2595e60

Please sign in to comment.