1 parent dc7c74a commit 3dfb60dCopy full SHA for 3dfb60d
1 file changed
src/herbie/models/ecmwf.py
@@ -45,6 +45,13 @@ def template(self):
45
# example file
46
# https://data.ecmwf.int/forecasts/20240229/00z/ifs/0p25/oper/20240229000000-0h-oper-fc.grib2
47
48
+ # IFS_50R1_DATE
49
+ if self.date >= datetime(2026, 5, 12, tzinfo=self.date.tzinfo):
50
+ if self.product == "scda":
51
+ self.product = "oper"
52
+ if self.product == "scwv":
53
+ self.product = "wave"
54
+
55
# product suffix
56
if self.product in ["enfo", "waef"]:
57
product_suffix = "ef"
0 commit comments