Skip to content

Commit

Permalink
Merge pull request #248 from williamhobbs/gefs_new_sources
Browse files Browse the repository at this point in the history
Update gefs.py to add Azure and Google as source options
  • Loading branch information
blaylockbk authored Dec 13, 2023
2 parents 0976006 + d9f018e commit b273305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions herbie/models/gefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def template(self):
self.SOURCES = {
"aws": f"https://noaa-gefs-pds.s3.amazonaws.com/{filepath}",
"nomads": f"https://nomads.ncep.noaa.gov/pub/data/nccf/com/gens/prod/{filepath}",
"google": f"https://storage.googleapis.com/gfs-ensemble-forecast-system/{filepath}",
"azure": f"https://noaagefs.blob.core.windows.net/gefs/{filepath}",
}

self.IDX_SUFFIX = [".idx", ".grb2.idx", ".grib2.idx"]
Expand Down

0 comments on commit b273305

Please sign in to comment.