Skip to content

Commit

Permalink
fix(ecmwf-realtime): Update India fileprefix
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Oct 22, 2024
1 parent b71c97d commit 169b185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwp_consumer/internal/inputs/ecmwf/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def listRawFilesForInitTime(self, *, it: dt.datetime) -> list[internal.FileInfoM
case "nw-india":
fileprefix = "A1D"
case "india":
fileprefix = "T1D"
fileprefix = "A2D"
case _:
log.warn(event="Unknown area", area=self.area)
return []
Expand Down

0 comments on commit 169b185

Please sign in to comment.