From c2cb56764e6511f262fdaa4c59b4e9a235142fdb Mon Sep 17 00:00:00 2001 From: "catherine.thomas" Date: Wed, 18 Dec 2024 10:10:26 -0500 Subject: [PATCH] Update compression for highres history files Compression options are applied for the high resolution history files. The value of quantize_nsd will change depending on the value of quantize_mode, so a fix is required to obtain the same behavior as the v16 compression options. Resolves: #3129 --- 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 6309c4073b6..3f8e7022fa3 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