File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments