dtcenter / METplus

Python scripting infrastructure for MET tools.
https://metplus.readthedocs.io
Apache License 2.0
97 stars 37 forks source link

Enhancement: Make new `time_offset_warning` MET option configurable via METplus #2479

Closed JohnHalleyGotway closed 3 months ago

JohnHalleyGotway commented 7 months ago

Describe the Enhancement

MET issue dtcenter/MET#2801 and corresponding pull request dtcenter/MET#2802 adds a new global configuration file option time_offset_warning to define an allowable tolerance between input timestamps. This was requested via discussion dtcenter/METplus#2472. If the difference in timestamps is less than or equal to this tolerance, the difference it logged using a debug(3) message. If it's larger, then a warning message is printed instead.

This issue is to add a corresponding METplus option to make this setting configurable.

Time Estimate

4 hours?

Sub-Issues

Consider breaking the enhancement down into sub-issues. None needed.

Relevant Deadlines

List relevant project deadlines here or state NONE.

Funding Source

Define the source of funding and account keys here or state NONE.

Define the Metadata

Assignee

Labels

Projects and Milestone

Define Related Issue(s)

Consider the impact to the other METplus components.

Enhancement Checklist

See the METplus Workflow for details.