diff --git a/herbie/models/gefs.py b/herbie/models/gefs.py index 82b27036..9604dac2 100644 --- a/herbie/models/gefs.py +++ b/herbie/models/gefs.py @@ -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"]