-
Notifications
You must be signed in to change notification settings - Fork 5
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
Prepare data structures for adding snow #506
Conversation
f8f321a
to
dfc44c1
Compare
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.
Overall LGTM!
bors r+ |
506: Prepare data structures for adding snow r=charleskawczynski a=trontrytel This PR adds all the data structures for storing snow and its tendencies. Right now all the source terms related to snow are still set to zero. So this PR should not bring any changes. Co-authored-by: Anna Jaruga <[email protected]>
Build failed: |
bors r+ |
506: Prepare data structures for adding snow r=charleskawczynski a=trontrytel This PR adds all the data structures for storing snow and its tendencies. Right now all the source terms related to snow are still set to zero. So this PR should not bring any changes. 509: lets see if it helps CI r=charleskawczynski a=trontrytel Co-authored-by: Anna Jaruga <[email protected]>
dfc44c1
to
607b0f6
Compare
Canceled. |
Let's see the CI plots. I want to double check I'm not changing anything for RiCO |
607b0f6
to
b538319
Compare
Oh, yeah, something is wrong with Rico |
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.
I think we can decompose this PR into smaller pieces.
512: Make some rain variables ClimaCore fields r=charleskawczynski a=charleskawczynski This PR makes some rain variables ClimaCore fields, and removes the `UpdraftThermodynamics` struct. Peeled off from #506. Co-authored-by: Charles Kawczynski <[email protected]>
512: Make some rain variables ClimaCore fields r=charleskawczynski a=charleskawczynski This PR makes some rain variables ClimaCore fields, and removes the `UpdraftThermodynamics` struct. Peeled off from #506. Co-authored-by: Charles Kawczynski <[email protected]>
514: add snow advection r=charleskawczynski a=trontrytel Another peel off from #506 . This one adds snow advection. Does not change RiCO. (looks like the change is somewhere in updraft tendencies then) Co-authored-by: Anna Jaruga <[email protected]>
513: move env_thermo precip arrays to aux r=charleskawczynski a=trontrytel Peel off from #506 - moves environment precipitation related data structures to aux. (does not affect RiCO) Co-authored-by: Anna Jaruga <[email protected]>
512: Make some rain variables ClimaCore fields r=charleskawczynski a=charleskawczynski This PR makes some rain variables ClimaCore fields, and removes the `UpdraftThermodynamics` struct. Peeled off from #506. Co-authored-by: Charles Kawczynski <[email protected]>
513: move env_thermo precip arrays to aux r=trontrytel a=trontrytel Peel off from #506 - moves environment precipitation related data structures to aux. (does not affect RiCO) Co-authored-by: Anna Jaruga <[email protected]>
515: Additional data structs for snow r=trontrytel a=trontrytel The last of the peel offs from #506 Hopefully no changes as well. 🤞 Co-authored-by: Anna Jaruga <[email protected]>
This PR adds all the data structures for storing snow and its tendencies. Right now all the source terms related to snow are still set to zero. So this PR should not bring any changes.