Skip to content

Commit

Permalink
Upate compression options for GEFS history files
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 previous compression options.
This option needs to be updated for both GFS and GEFS.

Resolves: NOAA-EMC#3178
  • Loading branch information
CatherineThomas-NOAA committed Dec 20, 2024
1 parent 2595e60 commit 12d078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gefs/config.ufs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,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 12d078b

Please sign in to comment.