Skip to content

Commit

Permalink
Missed a comma from the hotfix this AM (NOAA-EMC#2399)
Browse files Browse the repository at this point in the history
This PR is a hotfix to the hotfix from earlier this AM. A comma was
missing.
  • Loading branch information
aerorahul committed Mar 14, 2024
1 parent 906540a commit d897ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/exglobal_oceanice_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def main():

# Pull out all the configuration keys needed to run the rest of steps
keys = ['HOMEgfs', 'DATA', 'current_cycle', 'RUN', 'NET',
f'COM_{oceanice.task_config.component.upper()}_HISTORY', f'COM_{oceanice.task_config.component.upper()}_GRIB'
f'COM_{oceanice.task_config.component.upper()}_HISTORY',
f'COM_{oceanice.task_config.component.upper()}_GRIB',
'APRUN_OCNICEPOST',
'component', 'forecast_hour', 'valid_datetime', 'avg_period',
'model_grid', 'product_grids', 'oceanice_yaml']
Expand Down

0 comments on commit d897ee4

Please sign in to comment.