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

Move updraft_top to update_aux! #625

Merged
merged 1 commit into from
Dec 6, 2021
Merged

Move updraft_top to update_aux! #625

merged 1 commit into from
Dec 6, 2021

Conversation

charleskawczynski
Copy link
Member

Closes #550. This PR move updraft_top, which the model depends on, from compute_diagnostics! to update_aux!. This PR also moves the GMV_third_m computations into compute_diagnostics!, since they are purely diagnostic and the model does not depend on them.

cc @ilopezgp, @trontrytel

Copy link
Member

@yairchn yairchn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @trontrytel , @ilopezgp - this bug fix will have behavioral change on the simualtions (especially TRMM) - but it is following a change to Julia.17

@charleskawczynski
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Dec 6, 2021
625: Move updraft_top to update_aux! r=charleskawczynski a=charleskawczynski

Closes #550. This PR move `updraft_top`, which the model depends on, from `compute_diagnostics!` to `update_aux!`. This PR also moves the `GMV_third_m` computations into `compute_diagnostics!`, since they are purely diagnostic and the model does not depend on them.

cc `@ilopezgp,` `@trontrytel` 

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@bors
Copy link
Contributor

bors bot commented Dec 6, 2021

Build failed:

@charleskawczynski
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 6, 2021

Build succeeded:

@bors bors bot merged commit 5c338a5 into main Dec 6, 2021
@bors bors bot deleted the ck/diagnostics branch December 6, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

up.updraft_top should not be computed in compute_diagnostics, as simulations depend on it
2 participants