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
Calling eos() with return_coefs=True yields dRHOdS with units 'kg/m^3/degC'. I believe the correct units should be 'kg/m^3/g/kg'.
The text was updated successfully, but these errors were encountered:
Thanks for opening an issue ticket about this! This was brought up under discussions (#143), but should have been converted to an issue.
From when I looked through the code, I saw a factor of 1000 that led me to believe the units are kg/m^3/kg/kg:
kg/m^3/kg/kg
pop-tools/pop_tools/eos.py
Line 326 in f8dc20b
we should definitely figure out if it is kg/m^3/g/kg or kg/m^3/kg/kg before addressing with a PR
kg/m^3/g/kg
Sorry, something went wrong.
No branches or pull requests
Calling eos() with return_coefs=True yields dRHOdS with units 'kg/m^3/degC'. I believe the correct units should be 'kg/m^3/g/kg'.
The text was updated successfully, but these errors were encountered: