Skip to content

Commit

Permalink
Source config.fbwnd if running AWIPS in forecast only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 2, 2025
1 parent 28e7775 commit 0796a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/applications/gfs_forecast_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _get_app_configs(self, run):
configs += ['gempak']

if options['do_awips']:
configs += ['awips']
configs += ['awips', 'fbwind']

if options['do_ocean'] or options['do_ice']:
configs += ['oceanice_products']
Expand Down

0 comments on commit 0796a09

Please sign in to comment.