-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Pull out mixing ratio conversion into functions #80
Pull out mixing ratio conversion into functions #80
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MarionBWeinzierl
A few aesthetic suggestions.
Have you run the test routines to check that the code still compiles and runs (I realise some tests are still in development.)
I have run the tests in |
Co-authored-by: Jack Atkinson <109271713+jatkinson1000@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MarionBWeinzierl
I'm happy for this to go in now.
Fixes #79.
This PR separates the computations of dry and moist mixing ratios into separate functions. This is to enable testing.
It also includes some small changes to the README to clarify instructions.