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
#1513
The MeanRadius product produces NaN values if ice (negative volume values) are included in the size range and present in the attributes.
Also the WaterMixingRatio product provides a negative mass for integration over ice and is incorrect for summation of ice and liquid water.
I attached a test for these products.
The text was updated successfully, but these errors were encountered:
Thank you, @tluettm
Sorry, something went wrong.
@tluettm, please confirm if #1513 solves this?
I found some issues:
If you add 'volume' as an attribute it leads to this error: " ValueError: attribute 'water mass' is a dummy/derived one, but values were provided"
IWC, n_i and r_i are all 0 even if any signed water mass is less than 0. I modified the test. See here:
main...tluettm:PySDM:mixed_moments_new_test
thank you!
slayoo
No branches or pull requests
#1513
The MeanRadius product produces NaN values if ice (negative volume values) are included in the size range and present in the attributes.
Also the WaterMixingRatio product provides a negative mass for integration over ice and is incorrect for summation of ice and liquid water.
I attached a test for these products.
The text was updated successfully, but these errors were encountered: