Skip to content

Commit 7846e5a

Browse files
EHN: Addition of ensemble variable to ECMWF dictionaries (#842)
* MNT: Addition of ensemble variable to ECMWF dictionaries * DEV: Update changelog --------- Co-authored-by: Mateus Stano Junqueira <[email protected]>
1 parent fdc547a commit 7846e5a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35+
- EHN: Addition of ensemble variable to ECMWF dictionaries [#842] (https://github.com/RocketPy-Team/RocketPy/pull/842)
3536
- ENH: Added Crop and Clip Methods to Function Class [#817](https://github.com/RocketPy-Team/RocketPy/pull/817)
3637
- DOC: Add Flight class usage documentation and update index [#841](https://github.com/RocketPy-Team/RocketPy/pull/841)
3738
- ENH: Discretized and No-Pickle Encoding Options [#827] (https://github.com/RocketPy-Team/RocketPy/pull/827)

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)