Skip to content

Commit

Permalink
address fix for issue 1748
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 17, 2023
1 parent 511120e commit fb03d0d
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 @@ -890,7 +890,7 @@ def metp(self):
dependencies = rocoto.create_dependency(dep_condition='and', dep=deps)

metpenvars = self.envars.copy()
metpenvar_dict = {'SDATE_GFS': self._base.get('SDATE_GFS'),
metpenvar_dict = {'SDATE_GFS': self._base.get('SDATE_GFS').strftime("%Y%m%d%H"),
# TODO - in Forecast-only, this is `SDATE` on the RHS
'METPCASE': '#metpcase#'}
for key, value in metpenvar_dict.items():
Expand Down

0 comments on commit fb03d0d

Please sign in to comment.