Skip to content

Commit

Permalink
Update compression options for GEFS history files (#3184)
Browse files Browse the repository at this point in the history
# Description
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: #3178
  • Loading branch information
CatherineThomas-NOAA authored Dec 20, 2024
1 parent 2595e60 commit 2007864
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 2007864

Please sign in to comment.