Skip to content

Commit

Permalink
add line to include anlstat
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed Sep 16, 2024
1 parent dee996e commit 2d7d6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/applications/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def __init__(self, conf: Configuration) -> None:
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_anlstat = base.get('DO_ANLSTAT', True)
self.do_tracker = base.get('DO_TRACKER', True)
self.do_genesis = base.get('DO_GENESIS', True)
self.do_genesis_fsu = base.get('DO_GENESIS_FSU', False)
Expand Down

0 comments on commit 2d7d6e4

Please sign in to comment.