Skip to content

Commit

Permalink
correct self.app_config.aero_fcst_cdumps to self.app_config.aero_anl_…
Browse files Browse the repository at this point in the history
…cdumps
  • Loading branch information
bbakernoaa authored Jul 8, 2024
1 parent 2d5a6d5 commit e2524ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def _fcst_forecast_only(self):
dep_dict = {'type': 'task', 'name': f'{self.cdump}{wave_job}'}
dependencies.append(rocoto.add_dependency(dep_dict))

if self.app_config.do_aero and self.cdump in self.app_config.aero_fcst_cdumps:
if self.app_config.do_aero and self.cdump in self.app_config.aero_anl_cdumps:
# Calculate offset based on CDUMP = gfs | gdas
interval = None
if self.cdump in ['gfs']:
Expand Down

0 comments on commit e2524ba

Please sign in to comment.