Skip to content

Commit 41d2e6b

Browse files
WilliamArmstGui-FernandesBR
authored andcommitted
forecast_reanalysis - move wind_speed to correct position
1 parent c861c01 commit 41d2e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/environment/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,9 +1884,9 @@ def process_forecast_reanalysis(
18841884
temper,
18851885
wind_u,
18861886
wind_v,
1887-
wind_speed,
18881887
wind_heading,
18891888
wind_direction,
1889+
wind_speed,
18901890
)
18911891
# Save atmospheric data
18921892
self.__set_pressure_function(data_array[:, (1, 0)])

0 commit comments

Comments
 (0)