-
Notifications
You must be signed in to change notification settings - Fork 3
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
Skip pob=0.0 in ACARS height fix #259
Conversation
Label error. Requires at least 1 of: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Found: |
I think that my branch is up to date with GEOSadas-5.29.4-p4 (for sweeper and GEOS-IT). I have tested to see that the code change gives zero-diff running a test case. |
Meta - thanks for the change here. I have to say that I am not sure how changes to GEOS-IT, and much less, to M21C (and sweeper) are being handled. I am under the impression that GEOS-IT has already suffered multiple updates/changes and nothing has made it into the repo. As for M21C ... I imagine this can be coordinated w/ Amal who's still finalizing changes for that purpose. What I can do is:
|
I just checked in the pull request "R21C DAS Candidate #268" and it looks like this change (as well as many others) is already in that branch. I believe I created the change when the sweeper encountered the problem and crashed and Rob recompiled with the patch prior to GEOSIT reaching the problem at 20150304 18z. At the time both Rob and Amal agreed it was better to modify the code and recompile rather than just fix the problem input file. |
There is a Trac ticket (2304) for GEOS-IT where Rob implemented this fix. |
I understand Meta - I know about the trak tickets, but things still need to make their way into the git repo. |
The change was downloaded into the GEOSadas-5.29.4-p4 build in ~dao_ops and recompiled. |
There is no process other than create a PR w/ the pointer to each branch we mean the change to go into. I change like this would have at least two (of three) PRs, one pointing to develop, another to GEOS-IT and perhaps a third to R21C - the last two are existing branches in the analysis and GEOSadas repos ... sorry - it's cumbersome but git is not very smart about put the same change in multiple branches! |
@mathomp4 it's not clear why the CI keeps failing here for such a simple change ... could it be related to the fact that GEOSadas still doesn't have a changelog? |
@rtodling Until #297 is folded into |
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.
This looks good to me.
Check that pressure is greater than zero before calculating new standard atmosphere height for ACARS data
(pob=0.0 is an incorrect obs anyway)