Skip to content

Commit 7bb02b6

Browse files
committed
adds c00 - the control ensemble member- in to the gefs.wave product
1 parent b701902 commit 7bb02b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/herbie/models/gefs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def template(self):
8181
"atmos.5": [f"p{i:02d}" for i in range(1, 31)] + ["c00", "spr", "avg"],
8282
"atmos.5b": [f"p{i:02d}" for i in range(1, 31)] + ["c00"],
8383
"atmos.25": [f"p{i:02d}" for i in range(1, 31)] + ["c00", "spr", "avg"],
84-
"wave": [f"p{i:02d}" for i in range(1, 31)] + ["spread", "mean", "prob"],
84+
"wave": [f"p{i:02d}" for i in range(1, 31)]
85+
+ ["c00", "spread", "mean", "prob"],
8586
"chem.5": None,
8687
"chem.25": None,
8788
}

0 commit comments

Comments
 (0)