Feature 2015 pb2nc repeated debug messages #2026
Merged
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.
-Removed the repeated log message from pb2nc
Expected Differences
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
Set MET_BASE environment variable
export MET_BASE =/d1/personal/hsoh/git/features/feature_2015_pb2nc_debug_message/MET/met/share/met
export MASK_GRID=''
export MASK_POLY=''
export QUALITY_MARK_THRESH='2'
export STATION_ID=''
/d1/personal/hsoh/git/features/feature_2015_pb2nc_debug_message/MET/met/bin/pb2nc \
/d1/projects/MET/MET_test_data/unit_test/obs_data/prepbufr/nam.20210311.t00z.prepbufr.tm00 \
nam.20210311.t00z.prepbufr.tm00.pbl.nc \
/d1/personal/hsoh/git/features/feature_2015_pb2nc_debug_message/MET/test/config/PB2NCConfig_pbl \
-v 3 -log pb2nc_log_new.log
Check the following debug messages are not repeated
DEBUG 3:
DEBUG 3: process_pbfile() -> Skip the derived variables because of not requested (0).
DEBUG 3:
export MASK_GRID=''
export MASK_POLY=''
export QUALITY_MARK_THRESH='2'
export STATION_ID=''
/d1/personal/hsoh/git/pull_request/MET_feature_2015_pb2nc_debug_message/met/bin/pb2nc \
/d1/projects/MET/MET_test_data/unit_test/obs_data/prepbufr/nam.20210311.t00z.prepbufr.tm00 \
nam.20210311.t00z.prepbufr.tm00.pbl.nc \
/d1/personal/hsoh/git/pull_request/MET_feature_2015_pb2nc_debug_message/test/config/PB2NCConfig_pbl \
-v 3 -log pb2nc_log_new.log
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? [YNo]
Only the log messages are affected.
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 [Fill in date].
Pull Request Checklist
See the METplus Workflow for details.
Select: Reviewer(s)
Select: Organization level software support Project or Repository level development cycle Project
Select: Milestone as the version that will include these changes