Skip to content

Commit a343a76

Browse files
committed
MNT: Addition of ensemble variable to ECMWF dictionaries
1 parent 6648899 commit a343a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rocketpy/environment/weather_model_mapping.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class WeatherModelMapping:
3232
"latitude": "latitude",
3333
"longitude": "longitude",
3434
"level": "level",
35+
"ensemble": "number",
3536
"temperature": "t",
3637
"surface_geopotential_height": None,
3738
"geopotential_height": None,
@@ -44,6 +45,7 @@ class WeatherModelMapping:
4445
"latitude": "latitude",
4546
"longitude": "longitude",
4647
"level": "pressure_level",
48+
"ensemble": "number",
4749
"temperature": "t",
4850
"surface_geopotential_height": None,
4951
"geopotential_height": None,

0 commit comments

Comments
 (0)