Skip to content

Commit

Permalink
Add new GSI monitor job switches to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Oct 18, 2023
1 parent 4871baf commit 7dc2753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow/applications/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ def __init__(self, conf: Configuration) -> None:
self.do_awips = _base.get('DO_AWIPS', False)
self.do_wafs = _base.get('WAFSF', False)
self.do_vrfy = _base.get('DO_VRFY', True)
self.do_verfozn = _base.get('DO_VERFOZN', True)
self.do_verfrad = _base.get('DO_VERFRAD', True)
self.do_vminmon = _base.get('DO_VMINMON', True)
self.do_metp = _base.get('DO_METP', False)

self.do_hpssarch = _base.get('HPSSARCH', False)
Expand Down

0 comments on commit 7dc2753

Please sign in to comment.