-
Notifications
You must be signed in to change notification settings - Fork 9
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
Migrate CA column ops to ClimaCore #1445
Conversation
a6471cb
to
b98e7d6
Compare
I just made the following updates to this PR:
@charleskawczynski @simonbyrne Could you take a look at the tests and other changes? |
bors try |
c84f716
to
9d21900
Compare
tryBuild failed: |
bors try |
tryBuild failed: |
9d21900
to
3cec97a
Compare
bors try |
tryBuild failed: |
245bb81
to
8b0d1f4
Compare
I've updated the names to match the existing ones. The tests look good to me, I think this is ready to merge. |
8b0d1f4
to
11aeb6d
Compare
bors r+ |
1445: Migrate CA column ops to ClimaCore r=charleskawczynski a=charleskawczynski This PR moves the column indefinite integrals and column mapreduce from ClimaAtmos to ClimaCore. These are needed for a few different parameterizations (e.g., radiation, gravity wave, turbconv etc.). `@dennisYatunin,` I didn't see tests for this in ClimaAtmos, can you please take this PR over and add some tests? Co-authored-by: Charles Kawczynski <[email protected]>
Build failed: |
tryBuild failed: |
8a5376d
to
5d6ce21
Compare
It turned out that the gpu tests were not exercised in the original commit, and some changes were needed. I got the That function is only currently needed / used in the old EDMF dycoms case, however, it's a very useful function and we should get it working at some point (e.g., it will come in handy in the gravity wave parameterization). So, I'm included to leave it as a broken test for now. I think this PR is ready to go, I'm happy to squash if that's preferred. |
5d6ce21
to
69d7806
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.
New changes look good to me!
bors r+ |
1445: Migrate CA column ops to ClimaCore r=charleskawczynski a=charleskawczynski This PR moves the column indefinite integrals and column mapreduce from ClimaAtmos to ClimaCore. These are needed for a few different parameterizations (e.g., radiation, gravity wave, turbconv etc.). `@dennisYatunin,` I didn't see tests for this in ClimaAtmos, can you please take this PR over and add some tests? Co-authored-by: Charles Kawczynski <[email protected]>
Build failed: |
ae3cd28
to
59b72d1
Compare
bors try |
tryBuild failed: |
59b72d1
to
33d54fe
Compare
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
This PR moves the column indefinite integrals and column mapreduce from ClimaAtmos to ClimaCore. These are needed for a few different parameterizations (e.g., radiation, gravity wave, turbconv etc.).
@dennisYatunin, I didn't see tests for this in ClimaAtmos, can you please take this PR over and add some tests?