Skip to content

Commit

Permalink
Move NPOESS configuration beneath GEMPAK.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywinterbottom-wxdev committed Dec 6, 2023
1 parent b4ee13f commit 168f0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/applications/gfs_cycled.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _get_app_configs(self):

if self.do_gempak:
configs += ['gempak']
configs += ['npoess']

if self.do_bufrsnd:
configs += ['postsnd']
Expand Down

0 comments on commit 168f0af

Please sign in to comment.