Skip to content

Commit

Permalink
Add GOES to the list of indexable file types.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 6, 2024
1 parent c8710fe commit 8f7bbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/upp.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def index(cls, workdir: Union[str, os.PathLike], forecast_hour: int) -> None:

template = f"GFS{{file_type}}.GrbF{forecast_hour:02d}"

for ftype in ['PRS', 'FLX']:
for ftype in ['PRS', 'FLX', 'GOES']:
grbfile = template.format(file_type=ftype)
grbfidx = f"{grbfile}.idx"

Expand Down

0 comments on commit 8f7bbc4

Please sign in to comment.