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

Set k in SUvolcanicEmissions to be integer #288

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Conversation

zmoon
Copy link

@zmoon zmoon commented Aug 21, 2024

This addresses these warnings:

GOCART/Process_Library/GOCART2G_Process.F90:5787:27:

 5787 |             z1 = hghte(i,j,k-1) ! geopotential altitude at gridbox top
      |                           1
Warning: Legacy Extension: REAL array index at (1)
GOCART/Process_Library/GOCART2G_Process.F90:5824:20:

 5824 |             so2(i,j,k) = so2(i,j,k) + deltaSO2v*cdt*grav/delp(i,j,k)
      |                    1
Warning: Legacy Extension: REAL array index at (1)
GOCART/Process_Library/GOCART2G_Process.F90:5824:66:

 5824 |             so2(i,j,k) = so2(i,j,k) + deltaSO2v*cdt*grav/delp(i,j,k)
      |                                                                  1
Warning: Legacy Extension: REAL array index at (1)
GOCART/Process_Library/GOCART2G_Process.F90:5824:33:

 5824 |             so2(i,j,k) = so2(i,j,k) + deltaSO2v*cdt*grav/delp(i,j,k)
      |                                 1
Warning: Legacy Extension: REAL array index at (1)
GOCART/Process_Library/GOCART2G_Process.F90:5786:12:

 5786 |          do k = km, 1, -1
      |            1
Warning: Deleted feature: Loop variable at (1) must be integer

@zmoon zmoon requested a review from a team as a code owner August 21, 2024 01:04
jrjoshi1
jrjoshi1 previously approved these changes Sep 18, 2024
@vbuchard vbuchard added 0 diff The changes in this pull request have verified to be zero-diff with the target branch. bugfix This is a bug fix and removed 0 diff The changes in this pull request have verified to be zero-diff with the target branch. labels Sep 18, 2024
@jrjoshi1 jrjoshi1 self-requested a review September 18, 2024 18:51
@vbuchard vbuchard changed the base branch from main to develop September 18, 2024 18:52
@vbuchard vbuchard dismissed jrjoshi1’s stale review September 18, 2024 18:52

The base branch was changed.

@zmoon
Copy link
Author

zmoon commented Sep 19, 2024

Do you want me to add something to the changelog?

@vbuchard
Copy link
Contributor

Do you want me to add something to the changelog?

Yes, please if you don't mind. Also FYI in case of future PR: the PR merge needs to happen in the develop branch (we were able to move it manually) and labels ( 0-diff, non 0 diff, bug...) are also required during the checks. Thanks

@zmoon
Copy link
Author

zmoon commented Sep 20, 2024

Also FYI in case of future PR: the PR merge needs to happen in the develop branch (we were able to move it manually) and labels ( 0-diff, non 0 diff, bug...) are also required during the checks.

Sorry for targeting the wrong branch!

As outside contributor I can't apply labels. I was curious about the 0-diff meaning though. If it's about the program/tests producing the same results as before, I would expect this PR to be 0-diff?

Also the validate-YAML Workflow seems to be broken (I don't see an open issue, but I could give fixing it a go in a separate PR).
Edit: #264 has the fix

@vbuchard vbuchard added the 0 diff The changes in this pull request have verified to be zero-diff with the target branch. label Sep 20, 2024
@vbuchard
Copy link
Contributor

Also FYI in case of future PR: the PR merge needs to happen in the develop branch (we were able to move it manually) and labels ( 0-diff, non 0 diff, bug...) are also required during the checks.

Sorry for targeting the wrong branch!

As outside contributor I can't apply labels. I was curious about the 0-diff meaning though. If it's about the program/tests producing the same results as before, I would expect this PR to be 0-diff?

Also the validate-YAML Workflow seems to be broken (I don't see an open issue though?).

I added the 0-diff label. No worries for the yaml test, Matt introduced a fix in a previous PR (we usually go in order for merging). My guess is as soon as we will merge the previous PR, we will be able to merge this one.

@vbuchard vbuchard requested a review from a team September 27, 2024 17:35
@vbuchard vbuchard merged commit b13cdb7 into GEOS-ESM:develop Sep 27, 2024
4 checks passed
@zmoon zmoon deleted the k-int branch September 27, 2024 18:14
@zmoon
Copy link
Author

zmoon commented Sep 27, 2024

Thanks for merging this. Do you have an estimate of when the next stable release might be?

@vbuchard
Copy link
Contributor

Thanks for merging this. Do you have an estimate of when the next stable release might be?

We merged quite a lot of PRs into develop, so @jrjoshi1 is going to perform several testing. Hopefully we'll have a release in the next coming weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 diff The changes in this pull request have verified to be zero-diff with the target branch. bugfix This is a bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants