Skip to content
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

Merged
merged 5 commits into from
Oct 3, 2024

Conversation

MarionBWeinzierl
Copy link
Collaborator

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.

@MarionBWeinzierl MarionBWeinzierl self-assigned this Sep 30, 2024
@MarionBWeinzierl MarionBWeinzierl linked an issue Sep 30, 2024 that may be closed by this pull request
Copy link
Member

@jatkinson1000 jatkinson1000 left a 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.)

CAM_interface/nn_interface_CAM.F90 Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@MarionBWeinzierl
Copy link
Collaborator Author

I have run the tests in tests, and they all run through fine

MarionBWeinzierl and others added 2 commits October 2, 2024 15:21
Co-authored-by: Jack Atkinson <109271713+jatkinson1000@users.noreply.github.com>
Copy link
Member

@jatkinson1000 jatkinson1000 left a 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.

@MarionBWeinzierl MarionBWeinzierl merged commit 389ba48 into main Oct 3, 2024
2 checks passed
@MarionBWeinzierl MarionBWeinzierl deleted the issue79-pull-out-mixing-ratio-conversion branch October 3, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull out mixing ratio conversion
2 participants