-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bugfix 2687 hpbl #2719
Merged
Merged
Bugfix 2687 hpbl #2719
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…o nullptr (SonarQubue)
…o nullptr (SonarQubue)
hsoh-u
added
component: CI/CD
Continuous integration and deployment issues
MET: PreProcessing Tools (Point)
labels
Oct 19, 2023
23 tasks
JohnHalleyGotway
removed
component: CI/CD
Continuous integration and deployment issues
MET: PreProcessing Tools (Point)
labels
Oct 19, 2023
jprestop
approved these changes
Oct 20, 2023
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.
@hsoh-u and @JohnHalleyGotway Thank you for your work on this task! It'll be great to have this resolved. I have ensured that all tests passed. I approve this request.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Expected Differences
The missing PBL values are expected. John HG ran the Docker manually and got 392 obs. He will update True output set.
pb2nc.cc: There was a minor bug that the first pressure level is not correct. It does not affect the computed PBL value.
map<float, float*> pqtzuv_map_merged
is changed tovector<float*> pqtzuv_merged_array
to fix the invalid pressure at the first record. The pb2nc output should not be changed with this fix.The other changes are for the SonarQube findings.
Do these changes introduce new tools, command line arguments, or configuration file options? [No]
If yes, please describe:
Do these changes modify the structure of existing or add new output data types (e.g. statistic line types or NetCDF variables)? [No]
If yes, please describe:
Pull Request Testing
Make sure the pressure value for the first record is not 0 and not too big.
Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:
N/A
Do these changes include sufficient documentation updates, ensuring that no errors or warnings exist in the build of the documentation? [No]
Do these changes include sufficient testing updates? [No]
Will this PR result in changes to the test suite? [No]
If yes, describe the new output and/or changes to the existing output:
Please complete this pull request review by [Monday 10/23/24].
Pull Request Checklist
See the METplus Workflow for details.
Select: Reviewer(s) and Development issue
Select: Milestone as the version that will include these changes
Select: Coordinated METplus-X.Y Support project for bugfix releases or MET-X.Y.Z Development project for official releases