From 2595e607fd905306939166a5e550e60683091bb0 Mon Sep 17 00:00:00 2001 From: CatherineThomas-NOAA <59020064+CatherineThomas-NOAA@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:45:03 -0500 Subject: [PATCH] Update compression options for high res history files (#3178) 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 --- parm/config/gfs/config.ufs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/config/gfs/config.ufs b/parm/config/gfs/config.ufs index 6309c4073b..3f8e7022fa 100644 --- a/parm/config/gfs/config.ufs +++ b/parm/config/gfs/config.ufs @@ -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