Eliminate Point2Grid warning when no valid output data is found
Closed this issue · 0 comments
Describe the Enhancement
As requested in the dtcenter/METplus#2738 discussion, eliminate the warning message printed by the Point2Grid tool when no valid data is written to the output. Generally speaking, warnings are written by the MET tools to alert users of unexpected behavior. The situation described by @Ho-ChunHuang-NOAA, that Point2Grid should expect little to no high quality observed AOD during overnight hours means that no valid output values really can be expected outcome.
In order to satisfy NCO requirements to minimize or eliminate warning messages entirely, recommend modifying that log message to report it as DEBUG(2)
log level rather than a warning message.
Time Estimate
~2 hours
Sub-Issues
Consider breaking the enhancement down into sub-issues.
None needed
Relevant Deadlines
Include in MET-12.0.0-rc1 release to be available for EVS v2.0.
Funding Source
Need to confirm: 2783544 NOAA R2O METplus
Define the Metadata
Assignee
- Select engineer(s) or no engineer required
- Select scientist(s) or no scientist required
Labels
- Review default alert labels
- Select component(s)
- Select priority
- Select requestor(s)
Milestone and Projects
- Select Milestone as a MET-X.Y.Z version, Consider for Next Release, or Backlog of Development Ideas
- For a MET-X.Y.Z version, select the MET-X.Y.Z Development project
Define Related Issue(s)
Consider the impact to the other METplus components.
Enhancement Checklist
See the METplus Workflow for details.
- Complete the issue definition above, including the Time Estimate and Funding Source.
- Fork this repository or create a branch of develop.
Branch name:feature_<Issue Number>_<Description>
- Complete the development and test your changes.
- Add/update log messages for easier debugging.
- Add/update unit tests.
- Add/update documentation.
- Push local changes to GitHub.
- Submit a pull request to merge into develop.
Pull request:feature <Issue Number> <Description>
- Define the pull request metadata, as permissions allow.
Select: Reviewer(s) and Development issue
Select: Milestone as the next official version
Select: MET-X.Y.Z Development project for development toward the next official release - Iterate until the reviewer(s) accept and merge your changes.
- Delete your fork or branch.
- Close this issue.