Skip to content

Commit

Permalink
Fix overindented line in setup_expt
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Sep 17, 2024
1 parent 090d386 commit 80770bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def _gefs_args(parser):

# For forecast-only, GFS starts in the first cycle
if not hasattr(inputs, 'sdate_gfs'):
inputs.sdate_gfs = inputs.idate
inputs.sdate_gfs = inputs.idate

# For cycled, GFS starts after the half-cycle
if inputs.sdate_gfs is None:
Expand Down

0 comments on commit 80770bb

Please sign in to comment.