We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UFSWM lossy compression will be changed to use netcdf quantization routine instead of builtin routines currently used in the model.
The UFSWM PR that implements this change is ufs-community/ufs-weather-model#1990
This requires the change in model_configure file. The two new options will be added:
model_configure
quantize_mode:
quantize_nsd:
See documentation here.
Current option that controls the quantization nbits: will be removed.
nbits:
model_configure file must be updated to use new configuration options.
No response
The text was updated successfully, but these errors were encountered:
@DusanJovic-NOAA I can take care of this via #2051
Sorry, something went wrong.
Completed by #2051
No branches or pull requests
What new functionality do you need?
UFSWM lossy compression will be changed to use netcdf quantization routine instead of builtin routines currently used in the model.
The UFSWM PR that implements this change is ufs-community/ufs-weather-model#1990
What are the requirements for the new functionality?
This requires the change in
model_configure
file. The two new options will be added:quantize_mode:
character string. Possible values 'quantize_bitgroom', 'quantize_granularbr', 'quantize_bitround'quantize_nsd:
integer, number of significant digits.See documentation here.
Current option that controls the quantization
nbits:
will be removed.Acceptance Criteria
model_configure
file must be updated to use new configuration options.Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: